chore: track kind and kubectl versions via renovate custom manager#16
Open
vdaviot wants to merge 1 commit into
Open
chore: track kind and kubectl versions via renovate custom manager#16vdaviot wants to merge 1 commit into
vdaviot wants to merge 1 commit into
Conversation
Add `# renovate:` annotations above the `KIND_VERSION` and `KUBECTL_VERSION` ARGs so that the central `customManagers` from `scality/platform-renovate` can also bump these tools alongside `OPERATOR_SDK_VERSION` and `GOLANGCI_VERSION`. - `KIND_VERSION` tracked via `github-releases` against `kubernetes-sigs/kind` (releases tagged as `v<version>`). - `KUBECTL_VERSION` tracked via `github-releases` against `kubernetes/kubernetes` (releases tagged as `v<version>`). Co-authored-by: Cursor <cursoragent@cursor.com>
g-carre
approved these changes
May 21, 2026
Base automatically changed from
improvement/switch-to-global-renovate-configuration
to
main
May 21, 2026 10:16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stacked on top of #15. Adds
# renovate:annotations above the remainingARG *_VERSIONlines in.devcontainer/Dockerfileso the centralcustomManagersfromscality/platform-renovatecovers the full devcontainer toolchain.KIND_VERSION→datasource=github-releases depName=kubernetes-sigs/kind extractVersion=^v(?<version>.*)$KUBECTL_VERSION→datasource=github-releases depName=kubernetes/kubernetes extractVersion=^v(?<version>.*)$Why
When #15 lands, the central custom manager will already keep
OPERATOR_SDK_VERSIONandGOLANGCI_VERSIONup to date. This PR closes the gap for the two remaining ARG-managed tools so Renovate also opens PRs to bumpkindandkubectlwhen new upstream releases ship.Test plan
Made with Cursor