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

Update go updates #106

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Update go updates #106

merged 1 commit into from
Nov 25, 2024

Conversation

redhat-renovate-bot
Copy link
Contributor

@redhat-renovate-bot redhat-renovate-bot commented Nov 25, 2024

This PR contains the following updates:

Package Type Update Change
google.golang.org/grpc indirect patch v1.68.0-dev -> v1.68.0
k8s.io/api indirect patch v0.31.2 -> v0.31.3
k8s.io/apimachinery indirect patch v0.31.2 -> v0.31.3
k8s.io/client-go indirect patch v0.31.2 -> v0.31.3
sigs.k8s.io/json indirect digest bc3834c -> cfa47c3

Release Notes

grpc/grpc-go (google.golang.org/grpc)

v1.68.0: Release 1.68.0

Compare Source

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. This bug has been present since the introduction of NewClient. A fix is expected to be a part of grpc-go v1.69. (#​7556)

Behavior Changes

  • stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#​7740)
  • orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#​7663)
  • client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#​7666)
  • credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#​7709)

Bug Fixes

  • transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#​7662)
  • mem: reuse buffers more accurately by using slice capacity instead of length (#​7702)
  • status: Fix regression caused by #​6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#​7724)

Dependencies

  • Bump minimum supported Go version to go1.22.7. (#​7624)
kubernetes/api (k8s.io/api)

v0.31.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.31.3

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.31.3

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@redhat-renovate-bot
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: sigs.k8s.io/json@v0.0.0-20241014173422-cfa47c3a1cc8: module sigs.k8s.io/json@v0.0.0-20241014173422-cfa47c3a1cc8 requires go >= 1.23 (running go 1.22.7; GOTOOLCHAIN=local)

@redhat-renovate-bot redhat-renovate-bot enabled auto-merge (rebase) November 25, 2024 00:23
@webbnh webbnh force-pushed the renovate/go-updates branch from 1c5bfbf to 7616f9a Compare November 25, 2024 21:21
Signed-off-by: redhat-renovate-bot <redhat-internal-renovate@redhat.com>
@webbnh webbnh force-pushed the renovate/go-updates branch from 7616f9a to 69ffac1 Compare November 25, 2024 21:23
Copy link
Contributor

@webbnh webbnh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did the update manually, declining the updates to google.golang.org/grpc and sigs.k8s.io/json.

@redhat-renovate-bot redhat-renovate-bot merged commit 50ddffd into main Nov 25, 2024
2 checks passed
@redhat-renovate-bot redhat-renovate-bot deleted the renovate/go-updates branch November 25, 2024 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants