chore(release): bump component versions for 26.07#1357
Merged
Conversation
scripts/common.sh printed an always-empty DEEPOPS_VERSION unless a user happened to set it in config/env.sh. Default it to the checkout's git tag description (git describe --tags --always) with an unknown fallback, keep the env.sh override, and document the variable in config.example/env.sh.
Contributor
Author
Live validation summaryAll release QA gates for this PR completed on a disposable single-node NVIDIA H100 GPU server running Ubuntu 22.04:
Not covered on this hardware: multi-node scheduling, Network Operator 26.4.0 install behavior (needs relevant NICs), and monitoring stack deployment values for the kube-prometheus-stack chart bump beyond syntax/render checks. |
michael-balint
approved these changes
Jul 2, 2026
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
25.11.6→26.05.1(current upstream stable line from SchedMD)v26.3.1→v26.3.3(default driver branch unchanged at580.126.20)0.19.1→0.19.3v0.14.1→v0.14.226.1.1→26.4.0v3.11.3→v3.13.0, Alertmanagerv0.32.1→v0.33.0, Grafana13.0.1→13.1.0, kube-prometheus-stack chart85.0.3→87.5.1v1.1.1→v1.2.0v2.31.0), node exporter (v1.11.1), ingress-nginx chart (4.15.1), registry (3.1.1), and the MAAS role pin are already current and unchanged.DEEPOPS_VERSIONdebug output inscripts/common.shmeaningful: default it to the checkout'sgit describe --tags --alwayswith anunknownfallback, keep theconfig/env.shoverride, and document the variable inconfig.example/env.sh.Validation
git diff --check origin/master..HEADbash -n scripts/common.shplus behavior check of the version derivation and env override.Notes