docs: bump v1.5.0 references to v1.5.1#616
Open
yansun1996 wants to merge 2 commits into
Open
Conversation
The Kubernetes (Helm) installation guide still referenced v1.5.0 in the helm install --version commands, the chart parameter table image tags, and the DeviceConfig metrics exporter examples, while the chart itself has been released as v1.5.1. Update these to v1.5.1. The 'v1.5.0+' feature-availability note for global image pull secrets is left as-is since it marks when the feature was introduced.
yansun1996
marked this pull request as ready for review
July 25, 2026 08:17
Update release-pinned version references across the docs that were still on v1.5.0 while the release branch ships v1.5.1: - image tags: device-metrics-exporter, device-config-manager, test-runner (drivers, metrics, dcm, test, and upgrades guides) - upgrade guide helm upgrade --version and --set image.tag examples - developer guide e2e operatortag / OPERATOR_TAG build args Release notes (which describe the v1.5.0 release specifically) and the airgapped-install example comment are intentionally left unchanged.
2 tasks
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
Several docs on
release-v1.5.1still referencedv1.5.0in release-pinned version strings while the chart/images ship asv1.5.1. This updates them:docs/installation/kubernetes-helm.md):helm install --version, chart parameter-table image tags (controller manager + KMM signer/worker/controller), and DeviceConfigdevice-metrics-exporterexamples.device-metrics-exporter,device-config-manager, andtest-runnerindocs/drivers/installation.md,docs/metrics/exporter.md,docs/dcm/*,docs/test/*, anddocs/upgrades/componentupgrades.md.docs/upgrades/upgrade.md):helm upgrade --versionand the--set controllerManager.manager.image.tagexample.docs/contributing/developer-guide.md): e2e-operatortag/OPERATOR_TAGbuild args.Intentionally left unchanged
docs/releasenotes.md— describes the v1.5.0 release specifically.docs/installation/kubernetes-helm.md"Global Image Pull Secrets (v1.5.0+)" note — marks the feature-introduction version.docs/specialized_networks/airgapped-install.md— thee.g., "v1.5.0"comment example (actual value is v1.4.1).Test plan
git grep v1.5.0 -- docs/returns only the intentional exclusions listed above