Update dependency-updates (master) (patch) - #5305
Conversation
ℹ️ Artifact update noticeFile name: api/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
There was a problem hiding this comment.
🟡 Changes recommended
The Makefile’s K8S_VERSION still points to v1.37.0-beta.0 while Go modules were moved to stable v0.37.0, which can desynchronize the containerized build toolchain from the dependency set.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the operator’s build/toolchain and Kubernetes-related Go module dependencies to newer patch versions, keeping the repo aligned with upstream Kubernetes libraries and base build images.
Changes:
- Bump Go version from
1.26.5to1.26.8in the root module andapi/submodule. - Update Kubernetes Go modules from
v0.37.0-beta.0tov0.37.0(plus related indirect dependency refreshes). - Update Calico base image tag to a newer
ubi9-*revision.
File summaries
| File | Description |
|---|---|
| Makefile | Updates GO_VERSION and CALICO_BASE_VER used by containerized build targets. |
| go.mod | Bumps Go version and upgrades Kubernetes module dependencies to v0.37.0. |
| go.sum | Refreshes dependency checksums for the updated module graph. |
| api/go.mod | Bumps Go version and upgrades Kubernetes (and related indirect) dependencies for the API submodule. |
| api/go.sum | Refreshes checksums for the API submodule dependency graph. |
Review details
- Files reviewed: 3/5 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| GO_VERSION?=1.26.8 | ||
| # Version of Kubernetes to use for dependencies, tests, and kubectl. | ||
| K8S_VERSION?=v1.37.0-beta.0 |
This PR contains the following updates:
ubi9-1784675397→ubi9-17889753241.26.5→1.26.8v0.37.0-beta.0→v0.37.0v0.37.0-beta.0→v0.37.0v0.36.2→v0.36.4v0.37.0-beta.0→v0.37.0v0.37.0-beta.0→v0.37.0v0.36.2→v0.36.4v0.37.0-beta.0→v0.37.0v0.37.0-beta.0→v0.37.0v0.37.0-beta.0→v0.37.0v0.36.2→v0.36.4Release Notes
kubernetes/api (k8s.io/api)
v0.37.0Compare Source
v0.37.0-rc.1Compare Source
v0.37.0-rc.0Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.37.0Compare Source
v0.37.0-rc.1Compare Source
v0.37.0-rc.0Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.37.0Compare Source
v0.37.0-rc.1Compare Source
v0.37.0-rc.0Compare Source
kubernetes/apiserver (k8s.io/apiserver)
v0.37.0Compare Source
v0.37.0-rc.1Compare Source
v0.37.0-rc.0Compare Source
kubernetes/cli-runtime (k8s.io/cli-runtime)
v0.36.4Compare Source
v0.36.3Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.37.0Compare Source
v0.37.0-rc.1Compare Source
v0.37.0-rc.0Compare Source
kubernetes/component-base (k8s.io/component-base)
v0.37.0Compare Source
v0.37.0-rc.1Compare Source
v0.37.0-rc.0Compare Source
kubernetes/kube-aggregator (k8s.io/kube-aggregator)
v0.37.0Compare Source
v0.37.0-rc.1Compare Source
v0.37.0-rc.0Compare Source
kubernetes/kubectl (k8s.io/kubectl)
v0.36.4Compare Source
v0.36.3Compare Source