fix: stabilize sysext Renovate updates#8975
Open
Devinwong wants to merge 1 commit into
Open
Conversation
Use the x86-64 sysext tag as the canonical version source to avoid duplicate architecture releases, and parse the package revision as a build number. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Devinwong
requested review from
AbelHu,
SriHarsha001,
awesomenix,
calvin197,
cameronmeissner,
djsly,
ganeshkumarashok,
karenychen,
lilypan26,
mxj220,
pdamianov-dev,
phealy,
r2k1,
runzhen,
sulixu,
surajssd,
timmy-wright,
titilambert,
xuexu6666 and
zachary-bailey
as code owners
July 17, 2026 17:59
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Renovate’s parsing rules for oss/v2/kubernetes/*-sysext OCI artifacts in MCR to make update detection stable and deterministic across architectures, and to ensure Azure Linux package revision bumps (e.g., -1 → -2) are treated as meaningful upgrades.
Changes:
- Restricts
extractVersionto use the-x86-64tag variant as the canonical version source (avoids arm64/x86-64 collapsing). - Switches sysext version parsing to an explicit
regex:versioning scheme that models the Azure Linux revision as a numericbuild.
Devinwong
enabled auto-merge (squash)
July 17, 2026 18:47
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
This prevents duplicate architecture tags from causing inconsistent Renovate updates.