Conversation
- CHANGELOG: cut [Unreleased] into ## [0.10.0-rc.1] (release.yml validate gate requires the version section). - Sweep deploy/workflow image refs 0.10.0-beta.7 -> 0.10.0-rc.1 (Helm values.tag + Chart version/appVersion, AWS/Azure/GCP terraform, Azure bicep, AWS cloudformation, live-smoke default, runbook). The Helm deployment uses .Values.image.tag directly, so the rc chart must point at the rc image. Tag push (v0.10.0-rc.1 -> release.yml publish) is a separate, gated step.
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.
Prep for the first RC, consolidating the merged launch-readiness work (#198/#199/#205/#200/#202/#201).
What
[Unreleased]into## [0.10.0-rc.1] - 2026-06-25. The release workflow'svalidategate greps## [0.10.0-rc.1]and STOPs without it.0.10.0-beta.7→0.10.0-rc.1: Helmvalues.yaml image.tag+Chart.yaml version/appVersion, AWS/Azure/GCP Terraformimage_uri, Azure Bicep, AWS CloudFormationImageUri, the live-smoke default, and the runbook example.Why the values.yaml sweep is load-bearing
The Helm deployment template renders
{{ .Values.image.repository }}:{{ .Values.image.tag }}directly — no.Chart.AppVersionfallback — andhelm packageonly stampsversion/appVersion, notvalues.yaml. Without bumpingimage.tag, the published rc.1 chart would deploy the beta.7 image.Verification
helm lint OK · terraform fmt -check clean (aws/azure/gcp) · actionlint clean · no
beta.7left in deploy/workflow refs.Next (separate, operator-gated — NOT in this PR)
After merge, push
v0.10.0-rc.1to triggerrelease.yml(build + push + cosign + SBOM + chart + GitHub pre-release), then live-smoke the published rc image + trivy scan before declaring GO. I'll confirm with the maintainer before pushing the tag.closes #213