Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump golang.org/x/net to 0.7.0 in kubernetes operator #676

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2023

Bumps golang.org/x/net from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0.

Commits

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 2, 2023
@codecov-commenter
Copy link

codecov-commenter commented Mar 2, 2023

Codecov Report

Merging #676 (7268f54) into master (1951376) will decrease coverage by 2.27%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master     #676      +/-   ##
============================================
- Coverage     63.05%   60.78%   -2.27%     
+ Complexity     1837     1836       -1     
============================================
  Files           207      221      +14     
  Lines         10677    12641    +1964     
  Branches       1067     1067              
============================================
+ Hits           6732     7684     +952     
- Misses         3598     4549     +951     
- Partials        347      408      +61     
Impacted Files Coverage Δ
.../java/org/apache/uniffle/server/ShuffleServer.java 62.06% <0.00%> (-1.48%) ⬇️
...y/kubernetes/operator/pkg/webhook/inspector/pod.go 0.00% <0.00%> (ø)
deploy/kubernetes/operator/pkg/webhook/manager.go 53.43% <0.00%> (ø)
...y/kubernetes/operator/pkg/webhook/inspector/rss.go 59.25% <0.00%> (ø)
...oy/kubernetes/operator/pkg/utils/shufflerserver.go 0.00% <0.00%> (ø)
...bernetes/operator/pkg/controller/controller/rss.go 35.36% <0.00%> (ø)
...eploy/kubernetes/operator/pkg/utils/coordinator.go 0.00% <0.00%> (ø)
deploy/kubernetes/operator/pkg/utils/certs.go 0.00% <0.00%> (ø)
...tor/pkg/controller/sync/coordinator/coordinator.go 97.84% <0.00%> (ø)
...rnetes/operator/pkg/webhook/inspector/inspector.go 69.56% <0.00%> (ø)
... and 5 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@kaijchen kaijchen changed the title build(deps): bump golang.org/x/net from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0 in /deploy/kubernetes/operator build(deps): bump golang.org/x/net to 0.7.0 in kubernetes operator Mar 6, 2023
@advancedxy
Copy link
Contributor

Normally we don't need to update the x/net deps. However it's always good to have security issue fixed.

@advancedxy advancedxy merged commit 2615028 into master Mar 9, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/deploy/kubernetes/operator/golang.org/x/net-0.7.0 branch March 9, 2023 06:27
advancedxy pushed a commit to advancedxy/incubator-uniffle that referenced this pull request Mar 21, 2023
…ache#676)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0.
xianjingfeng pushed a commit to xianjingfeng/incubator-uniffle that referenced this pull request Apr 5, 2023
…ache#676)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220425223048-2871e0cb64e4 to 0.7.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants