renovate: disable all etcd updates on v1.16 and v1.17#42847
Merged
giorio94 merged 2 commits intocilium:mainfrom Nov 18, 2025
Merged
renovate: disable all etcd updates on v1.16 and v1.17#42847giorio94 merged 2 commits intocilium:mainfrom
giorio94 merged 2 commits intocilium:mainfrom
Conversation
The blamed commit introduced a filter to prevent both major and minor version updates of etcd in stable branches. However, it appears that patch version updates are not performed either, when the minor version is not the last one, because they are grouped together. Let's separate minor and patch updates for this specific dependency, which should fix the issue and let updates be performed as expected. Fixes: 592f7b0 ("renovate: only perform etcd patch version updates in stable branches") Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
Temporarily disable all etcd updates on v1.16 and v1.17, because newer versions are compiled with go 1.24.8 or later, which includes a breaking change in IP addresses parsing affecting the clustermesh-apiserver usage. See cilium#42818 for more details and the fix, which is intended to be backported once we built up sufficient confidence. Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
Member
Author
|
/test |
joestringer
approved these changes
Nov 18, 2025
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.
Temporarily disable all etcd updates on v1.16 and v1.17, because newer versions are compiled with go 1.24.8 or later, which includes a breaking change in IP addresses parsing affecting the clustermesh-apiserver usage. See #42818 for more details and the fix, which is intended to be backported once we built up sufficient confidence.
The first commit is intended to fix the updates in stable branches, which appeared to already not work as expected.