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 #109

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Update go updates #109

merged 1 commit into from
Dec 10, 2024

Conversation

redhat-renovate-bot
Copy link
Contributor

@redhat-renovate-bot redhat-renovate-bot commented Dec 9, 2024

This PR contains the following updates:

Package Type Update Change
github.com/docker/docker indirect minor v27.3.1+incompatible -> v27.4.0+incompatible
go.opentelemetry.io/proto/otlp indirect minor v1.3.1 -> v1.4.0
golang.org/x/net indirect minor v0.31.0 -> v0.32.0
golang.org/x/sys indirect minor v0.27.0 -> v0.28.0
golang.org/x/term indirect minor v0.26.0 -> v0.27.0
golang.org/x/text indirect minor v0.20.0 -> v0.21.0
google.golang.org/grpc indirect patch v1.68.0-dev -> v1.68.1
k8s.io/utils indirect digest 6fe5fd8 -> 24370be
sigs.k8s.io/json indirect digest bc3834c -> cfa47c3

Release Notes

docker/docker (github.com/docker/docker)

v27.4.0+incompatible

Compare Source

open-telemetry/opentelemetry-proto-go (go.opentelemetry.io/proto/otlp)

v1.4.0

Compare Source

Release of the v1.4.0 version of the OTLP, including updated Profiles signal.

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-proto-go@v1.3.1...v1.4.0

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

v1.68.1: Release 1.68.1

Compare Source

Bug Fixes

  • credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. (#​7861)

Dependencies

  • Relax minimum Go version requirement from go1.22.7 to go1.22. (#​7831)

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.70. (#​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)

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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/[email protected]: module sigs.k8s.io/[email protected] requires go >= 1.23 (running go 1.22.7; GOTOOLCHAIN=local)

@redhat-renovate-bot redhat-renovate-bot force-pushed the renovate/go-updates branch 2 times, most recently from b559e10 to 8b8eb37 Compare December 10, 2024 06:10
Signed-off-by: redhat-renovate-bot <[email protected]>
@webbnh webbnh force-pushed the renovate/go-updates branch from 8b8eb37 to c41c185 Compare December 10, 2024 20:32
@webbnh webbnh merged commit 448e3b3 into main Dec 10, 2024
2 checks passed
@webbnh webbnh deleted the renovate/go-updates branch December 10, 2024 20:36
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