update references to 26.08.1 - #2582
Merged
Merged
Conversation
Contributor
Greptile SummaryThis follow-up corrects release-branch references while retaining the 26.8.1 artifact and publication version.
|
| Filename | Overview |
|---|---|
| .github/workflows/nrl-docs-nvidia-publish.yml | Correctly separates the 26.08 content branch from the 26.8.1 published documentation version. |
| .github/workflows/perform-release.yml | Adds patch-version parsing so 26.08.1 releases build from the corresponding 26.08 branch. |
| README.md | Corrects the supported-release link to point to the 26.08 branch. |
| nemo_retriever/helm/Chart.yaml | Updates Helm release metadata to the chart’s 26.8.1 version format. |
| nemo_retriever/helm/values.yaml | Updates the default service image tag to 26.8.1. |
Reviews (2): Last reviewed commit: "fix versioning formatting" | Re-trigger Greptile
sosahi
approved these changes
Aug 25, 2026
kheiss-uwzoo
left a comment
Collaborator
There was a problem hiding this comment.
per Sohail's observation 26.08.1 or 26.8.1?
| default: true | ||
| docs-version-override: | ||
| description: Version folder to publish (e.g. 26.5.0). Empty uses NRL_DOCS_PUBLISH_VERSION, or 26.5.0. | ||
| description: Version folder to publish (e.g. 26.8.1). Empty uses NRL_DOCS_PUBLISH_VERSION, or 26.8.1. |
jdye64
approved these changes
Aug 25, 2026
3 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.
Description
Completed the PR #2574-equivalent release update for 26.08.1.
Checklist