Skip to content

chore(config): bump opstool AKS to 1.35 for fleet parity (AROSLSRE-1414)#6063

Open
raelga wants to merge 1 commit into
Azure:mainfrom
raelga:rael/aroslsre-1414-opstool-135
Open

chore(config): bump opstool AKS to 1.35 for fleet parity (AROSLSRE-1414)#6063
raelga wants to merge 1 commit into
Azure:mainfrom
raelga:rael/aroslsre-1414-opstool-135

Conversation

@raelga

@raelga raelga commented Jul 14, 2026

Copy link
Copy Markdown
Collaborator

AROSLSRE-1414 (parent AROSLSRE-863)

What

Bump the opstool AKS kubernetesVersion in config/config-dev-ci.yaml from "1.34" to "1.35" — the final hop to fleet parity.

Why

opstool-usw3 is now on 1.34 (control plane and all three node pools at 1.34.8), while the rest of the fleet runs 1.35. This PR closes the gap. AKS upgrades one minor at a time; az aks get-upgrades confirms 1.35.x is the available target from 1.34.

Bumping kubernetesVersion drives the opstool-aks-pipeline (dev-infrastructure/scripts/upgrade-aks-cluster.shaz aks upgrade) to upgrade the control plane and roll the node pools onto 1.35.

Testing

No code paths change; this is a config version bump validated by the existing config schema (config/config-dev-ci.schema.json types kubernetesVersion as a string). cd config && make materialize produces no rendered-config changes (opstool config is not part of the rendered tree).

Post-deploy validation on opstool-usw3:

  • az aks show ... --query kubernetesVersion1.35
  • az aks nodepool list ... --query "[].currentOrchestratorVersion"1.35.x on all pools

Special notes for your reviewer

Scope is intentionally limited to opstool (dev-ci). This completes the sequence 1.321.33 (#5936, pipeline fix #5988) → 1.34 (#6042) → 1.35, each rolled out and verified on opstool-usw3.

PR Checklist

  • PR is scoped to a single task (no mixed concerns)
  • Title follows Conventional Commits format
  • Summary explains the "Why" behind the change
  • Linked to relevant ticket/issue
  • Screenshots included (if graph/UI/metrics changes)
  • Self-reviewed the diff
  • CI/CD checks are passing (ignore Tide)
  • Draft PR used for WIP (if applicable)
  • Commit history is clean (rebased/squashed)
  • Tricky code blocks are commented
  • Specific reviewers tagged
  • All comment threads resolved before merge

Copilot AI review requested due to automatic review settings July 14, 2026 06:28
@openshift-ci openshift-ci Bot requested review from mmazur and sclarkso July 14, 2026 06:29
@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: raelga

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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

Updates the dev-ci opstool AKS Kubernetes minor version to align opstool with the rest of the fleet’s current 1.35 baseline.

Changes:

  • Bump clouds.dev.defaults.opstool.aks.kubernetesVersion in config/config-dev-ci.yaml from "1.34" to "1.35".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants