openyurtio / openyurt

OpenYurt - Extending your native Kubernetes to edge(project under CNCF)
https://openyurt.io
Apache License 2.0
1.71k stars 402 forks source link

build(deps): bump golang.org/x/sys from 0.12.0 to 0.17.0 #1946

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 8 months ago

Bumps golang.org/x/sys from 0.12.0 to 0.17.0.

Commits
  • 914b96c windows: support ill-formed UTF-16 in UTF16PtrToString
  • 511ec84 Revert "windows: support nil done parameter in ReadFile and WriteFile"
  • 628365d windows: support nil done parameter in ReadFile and WriteFile
  • bef1bd8 unix: move mksyscall regexp to package level variables
  • 5710a32 unix/linux: update Linux kernel to 6.7
  • b3ce6a3 windows: build env_windows_test.go only go Go 1.21 and above
  • c3fa2b8 windows: fix parsing of non-ASCII entries in token.Environ
  • f69d32a unix: in TestDirent, make as many ReadDirent calls as are needed
  • 0d9df52 unix: add more SECCOMP constants
  • 0829ab1 windows: add SetFileValidData
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

codecov[bot] commented 8 months ago

Codecov Report

Attention: 282 lines in your changes are missing coverage. Please review.

Comparison is base (3e5d8fc) 52.04% compared to head (9eab787) 52.39%. Report is 1 commits behind head on master.

Files Patch % Lines
...ger/controller/yurtappset/yurtappset_controller.go 49.63% 118 Missing and 21 partials :warning:
...r/yurtappset/workloadmanager/deployment_manager.go 54.46% 37 Missing and 14 partials :warning:
...ebhook/yurtappset/v1beta1/yurtappset_validation.go 27.50% 21 Missing and 8 partials :warning:
pkg/yurtmanager/controller/yurtappset/revision.go 74.74% 20 Missing and 5 partials :warning:
...ager/controller/yurtappset/workloadmanager/util.go 78.31% 14 Missing and 4 partials :warning:
...er/controller/yurtappset/workloadmanager/tweaks.go 87.32% 6 Missing and 3 partials :warning:
pkg/yurtmanager/controller/yurtappset/utils.go 83.87% 3 Missing and 2 partials :warning:
...tmanager/controller/util/refmanager/ref_manager.go 0.00% 4 Missing :warning:
...r/webhook/yurtappset/v1beta1/yurtappset_handler.go 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1946 +/- ## ========================================== + Coverage 52.04% 52.39% +0.34% ========================================== Files 174 173 -1 Lines 21213 21007 -206 ========================================== - Hits 11040 11006 -34 + Misses 9199 9051 -148 + Partials 974 950 -24 ``` | [Flag](https://app.codecov.io/gh/openyurtio/openyurt/pull/1946/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openyurtio) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/openyurtio/openyurt/pull/1946/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openyurtio) | `52.39% <61.36%> (+0.34%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openyurtio#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

dependabot[bot] commented 7 months ago

Superseded by #1965.