Update to Ascender 25.5.1 - #210
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the installer role defaults and example configuration files to target Ascender 25.5.1, aligning the deployment template, playbook defaults, and installation docs with the new release.
Changes:
- Bump Ascender image version defaults from 25.5.0 → 25.5.1 in deployment template and sample configs.
- Bump ASCENDER_OPERATOR_VERSION from 25.5.0 → 25.5.1 across playbook defaults and documented configs.
- Update upgrade guide examples to reference 25.5.1.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| playbooks/roles/ascender_install/templates/ascender-deployment/additional-spec.yml | Updates the default rendered image_version to 25.5.1. |
| playbooks/roles/ascender_install/defaults/main.yml | Bumps the default operator version to 25.5.1. |
| playbooks/group_vars/all.yml | Updates example Ascender and operator versions to 25.5.1. |
| docs/installation/rke2/rke2.default.config.yml | Updates documented Ascender/operator versions to 25.5.1. |
| docs/installation/k3s/k3s.offline.default.config.yml | Updates documented Ascender/operator versions to 25.5.1. |
| docs/installation/k3s/k3s.default.config.yml | Updates documented Ascender/operator versions to 25.5.1. |
| docs/installation/gke/gke.custom.config.yml | Updates documented Ascender/operator versions to 25.5.1. |
| docs/installation/eks/eks.custom.config.yml | Updates documented Ascender/operator versions to 25.5.1. |
| docs/installation/dkp/dkp.default.config.yml | Updates documented Ascender/operator versions to 25.5.1. |
| docs/installation/aks/aks.custom.config.yml | Updates documented Ascender/operator versions to 25.5.1. |
| docs/configuration/upgrading.md | Updates upgrade examples to 25.5.1. |
| default.config.yml | Updates the default/example Ascender version references to 25.5.1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 13 out of 13 changed files in this pull request and generated no new comments.
Suppressed comments (2)
docs/configuration/upgrading.md:107
- The fenced block is labeled as
bash, but the contents are YAML configuration keys. Also, several lines include trailing spaces. Use ayamlfence and remove the trailing spaces to improve readability and avoid markdown lint failures.
```bash
kube_install: false
download_kubeconfig: false
ASCENDER_VERSION: 25.5.1
docs/configuration/upgrading.md:36
- Line has trailing whitespace at the end, which can trigger markdown linting failures (e.g., MD009) and creates noisy diffs. Remove the trailing space.
Replace `25.5.1` with the version you want to upgrade to. The list of available versions is here:
TheWitness
approved these changes
Aug 5, 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.
No description provided.