Skip to content

fix(deps): update all non-major dependencies - #729

Merged
AlexsJones merged 1 commit into
mainfrom
renovate/all-minor-patch
Jul 26, 2025
Merged

fix(deps): update all non-major dependencies#729
AlexsJones merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 8, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
anchore/sbom-action action patch v0.20.2 -> v0.20.4 age confidence
github.com/cloudevents/sdk-go/v2 require patch v2.16.0 -> v2.16.1 age confidence
github.com/onsi/gomega require minor v1.37.0 -> v1.38.0 age confidence
go (source) toolchain patch 1.24.4 -> 1.24.5 age confidence
google.golang.org/grpc require minor v1.73.0 -> v1.74.2 age confidence
interplex minor 1.0.0 -> 1.1.0 age confidence
k8s.io/api require patch v0.33.2 -> v0.33.3 age confidence
k8s.io/apimachinery require patch v0.33.2 -> v0.33.3 age confidence
k8s.io/cli-runtime require patch v0.33.2 -> v0.33.3 age confidence
k8s.io/client-go require patch v0.33.2 -> v0.33.3 age confidence
k8s.io/kubectl require patch v0.33.2 -> v0.33.3 age confidence
sigs.k8s.io/yaml require minor v1.5.0 -> v1.6.0 age confidence

Release Notes

anchore/sbom-action (anchore/sbom-action)

v0.20.4

Compare Source

Changes in v0.20.4

  • chore: update Syft to v1.29.0 (#​529)

v0.20.3

Compare Source

Changes in v0.20.3

cloudevents/sdk-go (github.com/cloudevents/sdk-go/v2)

v2.16.1

Compare Source

CloudEvents SDK Go v2.16.1

🐛 Bug Fixes and Improvements

🔄 Maintenance and Dependency Updates

  • 🛠️ Dependency Management Overhaul by @​embano1 in https://github.com/cloudevents/sdk-go/pull/1145
    • Added script (hack/update-deps.sh) to update Go dependencies across all modules
    • Replaced Dependabot with custom script for better dependency management
    • Removed stale and broken OpenTelemetry samples

📦 Key Dependency Updates:

  • github.com/google/go-cmp: v0.6.0 → v0.7.0
  • golang.org/x/sync: v0.12.0 → v0.13.0
  • github.com/nats-io/nats.go: v1.37.0 → v1.41.2
  • github.com/IBM/sarama: v1.40.1 → v1.45.1
  • github.com/docker/docker: v20.10.17 → v27.1.1
  • go.opentelemetry.io/otel: v1.18.0 → v1.35.0
  • 🐹 Go version: Updated from 1.22 to 1.23.0 (toolchain 1.23.8)

🚨 Breaking Changes

None. All updates are either backward-compatible improvements, bug fixes, or internal refactors.

👥 New Contributors

📋 What's Changed

Full Changelog: cloudevents/sdk-go@v2.16.0...v2.16.1

onsi/gomega (github.com/onsi/gomega)

v1.38.0

Compare Source

1.38.0

Features
  • gstruct handles extra unexported fields [4ee7ed0]
Fixes
  • support [] in IgnoringTopFunction function signatures (#​851) [36bbf72]
Maintenance
golang/go (go)

v1.24.5

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

v1.74.2: Release 1.74.2

Compare Source

API Changes

  • balancer: add ExitIdle method to Balancer interface. Earlier, implementing this method was optional. (#​8367)

Behavior Changes

  • xds: Remove the GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#​8248)
  • server: allow 0s grpc-timeout header values, which older gRPC-Java versions could send. This restores the behavior of grpc-go before v1.73.0. (#​8439)

Bug Fixes

  • googledirectpath: avoid logging the error message Attempt to set a bootstrap configuration... when creating multiple directpath channels. (#​8419)

Performance Improvements

  • transport: reduce heap allocations by pooling objects and avoiding method-to-closure conversions. (#​8361)
  • transport: reduce heap allocations by re-using mem.Reader objects. (#​8360)

Documentation

  • examples: add examples to demonstrate enabling experimental metrics using the OpenTelemetry plugin. (#​8388)

v1.74.1: Release 1.74.1

Compare Source

Version 1.74.1 retracts release v1.74.0 and itself. Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.2 is released.

v1.74.0: Release 1.74.0

Compare Source

Release 1.74.0 was accidentally tagged on the wrong commit and should not be used. Version 1.73.0 should be used until 1.74.1 is released.

kubernetes/api (k8s.io/api)

v0.33.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.33.3

Compare Source

kubernetes/cli-runtime (k8s.io/cli-runtime)

v0.33.3

Compare Source

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

v0.33.3

Compare Source

kubernetes/kubectl (k8s.io/kubectl)

v0.33.3

Compare Source

kubernetes-sigs/yaml (sigs.k8s.io/yaml)

v1.6.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested review from a team as code owners July 8, 2025 23:07
@renovate renovate Bot changed the title chore(deps): update dependency go to v1.24.5 chore(deps): update all non-major dependencies Jul 14, 2025
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bae51ec to b0f353e Compare July 16, 2025 04:36
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 16, 2025
@renovate

renovate Bot commented Jul 16, 2025

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 11 additional dependencies were updated

Details:

Package Change
golang.org/x/tools v0.31.0 -> v0.33.0
golang.org/x/net v0.38.0 -> v0.41.0
golang.org/x/oauth2 v0.28.0 -> v0.30.0
golang.org/x/sync v0.12.0 -> v0.15.0
golang.org/x/sys v0.32.0 -> v0.33.0
golang.org/x/term v0.30.0 -> v0.32.0
golang.org/x/text v0.23.0 -> v0.26.0
golang.org/x/time v0.9.0 -> v0.12.0
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 -> v0.0.0-20250528174236-200df99c418a
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 -> v0.0.0-20250528174236-200df99c418a
k8s.io/component-base v0.33.2 -> v0.33.3

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1ec4c50 to aedbc20 Compare July 21, 2025 23:04
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ae16a7d to 6a77bd5 Compare July 26, 2025 08:10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 6a77bd5 to 27e6c3a Compare July 26, 2025 12:59
@AlexsJones
AlexsJones merged commit 7526608 into main Jul 26, 2025
7 checks passed
@AlexsJones
AlexsJones deleted the renovate/all-minor-patch branch July 26, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant