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

Bump golang.org/x/net from 0.32.0 to 0.33.0 in the gomod group #1281

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the gomod group with 1 update: golang.org/x/net.

Updates golang.org/x/net from 0.32.0 to 0.33.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • See full diff 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 1 update: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.32.0 to 0.33.0
- [Commits](golang/net@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
@dependabot dependabot bot requested a review from aswinsuryan as a code owner December 23, 2024 08:29
@dependabot dependabot bot added the go Pull requests that update Go code label Dec 23, 2024
@tpantelis tpantelis enabled auto-merge (rebase) January 2, 2025 13:17
@tpantelis tpantelis disabled auto-merge January 2, 2025 16:50
@tpantelis tpantelis added the ready-to-test When a PR is ready for full E2E testing label Jan 2, 2025
@skitt skitt enabled auto-merge (rebase) January 2, 2025 17:16
@tpantelis tpantelis requested a review from mkolesnik as a code owner January 2, 2025 17:45
@tpantelis
Copy link
Contributor

@skitt The submariner-metrics-proxy pod is failing. Here's the pod log:

Ncat: Version 7.92 ( https://nmap.org/ncat )
Ncat: Listening on :::8081
Ncat: Listening on 0.0.0.0:8081
Ncat: Connection from 10.129.0.19.
Ncat: Connection from 10.129.0.19:45064.
Ncat: assertion failed: count <= INT_MAX QUITTING.

It uses the nettest image so I suspect this is related to the recent changes in shipyard. Not sure why this only occurs with globalnet enabled.

@tpantelis tpantelis force-pushed the dependabot/go_modules/gomod-232a611e2d branch from f6f1b65 to e231169 Compare January 2, 2025 18:39
@tpantelis tpantelis disabled auto-merge January 2, 2025 18:39
Signed-off-by: Tom Pantelis <[email protected]>
@tpantelis tpantelis force-pushed the dependabot/go_modules/gomod-232a611e2d branch from e231169 to 7e9f634 Compare January 2, 2025 19:39
@skitt
Copy link
Member

skitt commented Jan 3, 2025

I haven’t figured out why the proxy is failing yet, but I noticed that the kube-proxy mode is misdetected; submariner-io/shipyard#1793 fixes that.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

Looks like golang.org/x/net is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-232a611e2d branch January 6, 2025 08:10
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 ready-to-test When a PR is ready for full E2E testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants