fix(operator): preserve runtime versions across updates - #12195
Merged
sttts merged 16 commits intoJul 28, 2026
Merged
Conversation
sttts
commented
Jul 27, 2026
sttts
commented
Jul 27, 2026
sttts
commented
Jul 27, 2026
sttts
commented
Jul 27, 2026
sttts
commented
Jul 27, 2026
sttts
commented
Jul 27, 2026
sttts
commented
Jul 27, 2026
sttts
commented
Jul 27, 2026
sttts
commented
Jul 27, 2026
sttts
commented
Jul 27, 2026
sttts
commented
Jul 27, 2026
sttts
commented
Jul 27, 2026
Contributor
sttts
marked this pull request as ready for review
July 27, 2026 13:59
This comment has been minimized.
This comment has been minimized.
julienmancuso
approved these changes
Jul 27, 2026
tmonty12
reviewed
Jul 27, 2026
tmonty12
left a comment
Contributor
There was a problem hiding this comment.
Inline review comments on the immutable repair path and runtimeVersionOverride ownership.
sttts
force-pushed
the
tmonty12/dyn-940-runtime-version
branch
from
July 27, 2026 20:23
705ec3f to
58dce53
Compare
sttts
force-pushed
the
sttts-pr10494-runtime-version-fixes
branch
4 times, most recently
from
July 27, 2026 21:28
4209446 to
39ddac3
Compare
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
sttts
force-pushed
the
sttts-pr10494-runtime-version-fixes
branch
from
July 27, 2026 21:52
7a6999b to
f1e7f05
Compare
sttts
added a commit
that referenced
this pull request
Jul 28, 2026
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
sttts
added a commit
that referenced
this pull request
Jul 28, 2026
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
sttts
added a commit
that referenced
this pull request
Jul 29, 2026
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
sttts
added a commit
that referenced
this pull request
Jul 29, 2026
Signed-off-by: Dr. Stefan Schimanski <sschimanski@nvidia.com>
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
runtimeVersionOverrideadmission across DGDR, DGD, and DCD updates so unchanged legacy images remain updateableThis is a stacked fix for #10494 and targets
tmonty12/dyn-940-runtime-version.Linear: DYN-940
Root cause
The new create-time runtime-version requirement was applied inconsistently on updates: full revalidation trapped unchanged legacy resources, while the selected profiler image remained responsible for propagating a field that older profiler versions do not understand.
User impact
Existing resources with unchanged custom image tags remain editable, but changing to a non-semver image still requires an explicit runtime version. DGDRs using older profiler images no longer produce DGD manifests that fail admission after the request itself was accepted.
Validation
gofmton all changed Go filesgit diff --check