Skip to content

Upgrade Ascender to 25.5.0 and pin EE - #209

Merged
cigamit merged 2 commits into
mainfrom
Ascender_25.5.0
Aug 5, 2026
Merged

Upgrade Ascender to 25.5.0 and pin EE#209
cigamit merged 2 commits into
mainfrom
Ascender_25.5.0

Conversation

@cigamit

@cigamit cigamit commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@cigamit cigamit self-assigned this Aug 4, 2026
Copilot AI lite review requested due to automatic review settings August 4, 2026 22:37
@cigamit cigamit added the chore label Aug 4, 2026
@cigamit
cigamit requested a review from TheWitness August 4, 2026 22:37

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Upgrades the Ascender install/migration configuration to use Ascender 25.5.0 and ensures the default execution environment (EE) image tag follows ASCENDER_VERSION instead of hardcoding latest, keeping runtime components aligned with the selected Ascender release.

Changes:

  • Bumps documented/default ASCENDER_VERSION values to 25.5.0 across example configs and upgrade docs.
  • Updates the Ascender deployment spec template to default image_version to 25.5.0 and to tag the control plane EE/init container with ASCENDER_VERSION.
  • Updates bundle creation and role defaults so the Ascender EE image tag tracks ASCENDER_VERSION (rather than latest).

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.

Show a summary per file
File Description
playbooks/roles/awx_migrate_ascender/README.md Updates migration guidance examples for Ascender/EE versions and EE naming.
playbooks/roles/ascender_install/templates/ascender-deployment/additional-spec.yml Sets Ascender default image version to 25.5.0 and pins control plane EE/init container to ASCENDER_VERSION.
playbooks/roles/ascender_install/defaults/main.yml Makes default EE name/tag derive from ASCENDER_VERSION instead of always latest.
playbooks/group_vars/all.yml Updates the shared default ASCENDER_VERSION to 25.5.0.
playbooks/create_bundle.yml Bundles ascender-ee using the ASCENDER_VERSION tag instead of latest.
docs/installation/rke2/rke2.default.config.yml Updates example config to Ascender 25.5.0.
docs/installation/k3s/k3s.offline.default.config.yml Updates example config to Ascender 25.5.0.
docs/installation/k3s/k3s.default.config.yml Updates example config to Ascender 25.5.0.
docs/installation/gke/gke.custom.config.yml Updates example config to Ascender 25.5.0.
docs/installation/eks/eks.custom.config.yml Updates example config to Ascender 25.5.0.
docs/installation/dkp/dkp.default.config.yml Updates example config to Ascender 25.5.0.
docs/installation/aks/aks.custom.config.yml Updates example config to Ascender 25.5.0.
docs/configuration/upgrading.md Updates upgrade documentation examples to 25.5.0.
default.config.yml Updates the default config example to Ascender 25.5.0.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

TheWitness
TheWitness previously approved these changes Aug 5, 2026
Copilot AI review requested due to automatic review settings August 5, 2026 01:22

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 14 out of 14 changed files in this pull request and generated no new comments.

Suppressed comments (2)

playbooks/roles/ascender_install/defaults/main.yml:3

  • ee_images default hard-codes ghcr.io/ctrliq/ascender-ee, so when k8s_container_registry is set for offline/internal-registry installs the default EE still points to GHCR and jobs will fail to pull the execution environment. This is inconsistent with the rest of the role/templates which derive image locations from k8s_container_registry.
    image: ghcr.io/ctrliq/ascender-ee:{{ ASCENDER_VERSION }}

playbooks/roles/awx_migrate_ascender/README.md:748

  • The table says the default EE name is Ascender-EE (Latest Ascender Version), but the installer defaults define the EE name as Ascender-EE ({{ ASCENDER_VERSION }}) (e.g., Ascender-EE (25.5.0)), so readers won’t be able to match what they see in the CR.
| `ee_images` | Custom EEs from source | 1 default `Ascender-EE (Latest Ascender Version)` | Jobs can't find custom execution environments from source. |

@cigamit
cigamit merged commit bd51123 into main Aug 5, 2026
1 check passed
@cigamit
cigamit deleted the Ascender_25.5.0 branch August 5, 2026 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

3 participants