Renovate: Update External dependencies - #1169
Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
Triggered sync via dependency dashboard to resolve the merge conflict |
227938d to
7229839
Compare
7229839 to
d354c8c
Compare
d354c8c to
be9314b
Compare
There was a problem hiding this comment.
Pull request overview
Updates Go module dependencies (Renovate-driven), primarily bumping github.com/ironcore-dev/ironcore and Kubernetes k8s.io/* libraries, and refreshing the resulting transitive module set in go.sum.
Changes:
- Bump
github.com/ironcore-dev/ironcorefromv0.5.0tov0.6.1. - Bump Kubernetes deps
k8s.io/api,k8s.io/apimachinery,k8s.io/client-gofromv0.36.4tov0.37.0. - Update transitive dependencies in
go.mod/go.sum(e.g.,go-openapi/*,opentelemetry,grpc, etc.).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates direct + indirect module versions for ironcore and Kubernetes dependencies. |
| go.sum | Refreshes dependency checksums to match the updated module graph. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
be9314b to
fe0b7ce
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
Suppressed comments (1)
go.mod:124
- k8s.io/api/apimachinery/client-go are bumped to v0.37.0, but the related k8s.io/apiserver, k8s.io/component-base, and k8s.io/apiextensions-apiserver remain on the v0.36.x minor line. Kubernetes libraries are typically kept on the same minor version to avoid skew/incompatible internal APIs; consider aligning these to v0.37.0 as well.
k8s.io/apiextensions-apiserver v0.36.3 // indirect
k8s.io/apiserver v0.36.3 // indirect
k8s.io/component-base v0.36.3 // indirect
fe0b7ce to
caff8d8
Compare
caff8d8 to
727a021
Compare
727a021 to
8fbb9ee
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.
Suppressed comments (1)
go.mod:26
- The direct Kubernetes deps are bumped to v0.37.0, but
k8s.io/apiserver,k8s.io/apiextensions-apiserver, andk8s.io/component-baseremain on v0.36.3 (indirect). Mixing Kubernetes module minor versions often causes hard-to-debug type/compile incompatibilities; it’s usually safest to keep allk8s.io/*modules on the same minor (either all v0.36.x or all v0.37.0).
k8s.io/api v0.37.0
k8s.io/apimachinery v0.37.0
k8s.io/client-go v0.37.0
Test Coverage ReportTest Coverage 📊: 72.4% |
This PR contains the following updates:
v2.13.1→v2.13.2v0.5.0→v0.6.1v0.36.4→v0.37.0v0.36.4→v0.37.0v0.36.4→v0.37.088.5.4→88.6.0Release Notes
golangci/golangci-lint (github.com/golangci/golangci-lint/v2)
v2.13.2Compare Source
Released on 2026-08-28
iface: from 1.5.0 to 1.5.1staticcheck: from 0.8.0 to 0.8.1unparam: from3f964bcto2fa3d84canonicalheader: from v1.1.2 to a temporary forkironcore-dev/ironcore (github.com/ironcore-dev/ironcore)
v0.6.1Compare Source
Changes
🐛 Bug Fixes
v0.6.0Compare Source
Changes
🚀 Features
pool-lifecycle-controllerbootstrap identity @lukasfrank (#1544)MachinePoolReadycondition @lukasfrank (#1536)k8s.io/*deps to v0.36.x @afritzler (#1504)🐛 Bug Fixes
🧰 Maintenance
kubernetes/api (k8s.io/api)
v0.37.0Compare Source
kubernetes/apimachinery (k8s.io/apimachinery)
v0.37.0Compare Source
kubernetes/client-go (k8s.io/client-go)
v0.37.0Compare Source
prometheus-community/helm-charts (kube-prometheus-stack)
v88.6.0Compare Source
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@prometheus-redis-exporter-6.30.0...kube-prometheus-stack-88.6.0
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.