Update dependency-updates (release-v1.43) (patch) - #5183
Conversation
ebe25db to
bff2d25
Compare
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the repository’s Go toolchain/version references and rebuild base image pin.
Changes:
- Bump Go version in both module files from
1.26.5to1.26.6. - Update build-time
GO_VERSIONinMakefileto1.26.6. - Bump
CALICO_BASE_VERto a newer UBI9 base tag.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| go.mod | Updates the module’s declared Go version. |
| api/go.mod | Updates the API module’s declared Go version. |
| Makefile | Updates the build Go version and Calico base image tag to match new build inputs. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| module github.com/tigera/operator | ||
|
|
||
| go 1.26.5 | ||
| go 1.26.6 |
| go 1.26.6 | ||
|
|
bff2d25 to
58e5fab
Compare
58e5fab to
503e2cb
Compare
503e2cb to
c5e743e
Compare
c5e743e to
3c1aded
Compare
3c1aded to
f545053
Compare
f545053 to
71d9ebb
Compare
71d9ebb to
acff4bd
Compare
acff4bd to
9eb5d0c
Compare
9eb5d0c to
d54a3a4
Compare
There was a problem hiding this comment.
🟢 Approval recommended
Changes are limited to patch-level version bumps with consistent updates across modules; the only noted issue is a minor Makefile comment mismatch.
Review details
- Files reviewed: 3/5 changed files
- Comments generated: 1
- Review effort level: Lite
| # The project Go version. | ||
| GO_VERSION?=1.26.5 | ||
| GO_VERSION?=1.26.8 | ||
| # Version of Kubernetes to use for dependencies, tests, and kubectl. |
d54a3a4 to
94994e4
Compare
There was a problem hiding this comment.
🟢 Approval recommended
The dependency/toolchain version bumps are consistent across Makefile and both Go modules, and no stale references to the previous versions remain in the repo.
Review details
- Files reviewed: 3/5 changed files
- Comments generated: 0 new
- Review effort level: Lite
94994e4 to
f839add
Compare
There was a problem hiding this comment.
🟢 Approval recommended
Changes are limited to patch-level dependency/toolchain bumps with no functional code modifications, and only a minor Makefile comment mismatch was identified.
Review details
Suppressed comments (1)
Makefile:107
- The comment above K8S_VERSION is misleading: K8S_VERSION is only used to build the calico/go-build image tag (via GO_BUILD_VER) and does not control tests (ENVTEST_K8S_VERSION) or kubectl (hardcoded v1.30.5 download below). Updating the comment will prevent confusion when bumping dependency/test versions.
# Version of Kubernetes to use for dependencies, tests, and kubectl.
K8S_VERSION?=v1.36.4
- Files reviewed: 3/5 changed files
- Comments generated: 0 new
- Review effort level: Lite
This PR contains the following updates:
ubi9-1785953290→ubi9-17884773461.26.5→1.26.8v0.36.3→v0.36.4v0.36.3→v0.36.4v0.36.3→v0.36.4v0.36.3→v0.36.4v0.36.3→v0.36.4v0.36.3→v0.36.4v0.36.3→v0.36.4v0.36.3→v0.36.4v0.36.3→v0.36.4v0.36.3→v0.36.41.36.3→1.36.4Release Notes
kubernetes/api (k8s.io/api)
v0.36.4Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.36.4Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.36.4Compare Source
kubernetes/apiserver (k8s.io/apiserver)
v0.36.4Compare Source
kubernetes/cli-runtime (k8s.io/cli-runtime)
v0.36.4Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.36.4Compare Source
kubernetes/component-base (k8s.io/component-base)
v0.36.4Compare Source
kubernetes/kube-aggregator (k8s.io/kube-aggregator)
v0.36.4Compare Source
kubernetes/kubectl (k8s.io/kubectl)
v0.36.4Compare Source
kubernetes/kubernetes (kubernetes/kubernetes)
v1.36.4Compare Source
See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.
See the CHANGELOG for more details.