ci: orchestrate verified operator releases - #47
Merged
Merged
Conversation
rusenask
force-pushed
the
feat/release-orchestrator
branch
2 times, most recently
from
September 9, 2026 14:54
048f978 to
226fb24
Compare
rusenask
force-pushed
the
feat/release-orchestrator
branch
2 times, most recently
from
September 9, 2026 15:04
23b83fc to
4c18ea3
Compare
rusenask
force-pushed
the
feat/release-orchestrator
branch
from
September 9, 2026 15:14
4c18ea3 to
35be2cc
Compare
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.
Summary
latestand a byte-verified draft GitHub release only after every gateRelease mapping
0.8.00.7.01.37.0Validation
make release-workflow-testgo run github.com/rhysd/actionlint/cmd/actionlint@v1.7.7 .github/workflows/*.ymlgo test ./...make chart-package HELM_BIN=helmPhase 15: #46
Note
High Risk
Changes production release orchestration, Docker Hub promotion, and live production e2e against real Relay credentials; chart lifecycle may still download artifacts without
run_attemptwhile upload uses it, which could break packaged-chart K3s gates.Overview
Replaces the legacy release-triggered image workflow with a tag-driven Operator Release pipeline (
0.*tags) that validates operator/chart/agent version mapping, builds or resumes a commit-scoped multi-arch operator image via ko, smoke-tests operator and pinned relay-agent digests, runs protected production live delivery, then promotes immutable version/latesttags and publishes the Helm chart before creating a byte-verified GitHub release from draft assets.Helm and CI: The chart gains optional
image.digest(overrides tag) in values, deployment template, and README. Chart release artifacts are keyed byrun_attemptfor publish/resume. CI runsrelease-workflow-test, image-release fixtures, and asserts digest rendering inhelm template.E2E: K3s harness can deploy a published operator by digest/tag (
WHR_E2E_OPERATOR_IMAGE, platform digest check); production workflow is reusable viaworkflow_callwith digest-pinned images and an always-run Relay bucket cleanup script.Tooling/docs: Adds
.ko.yaml,.scripts/image-release.sh, fake registry tests, and updatesreleasing.md/ modernization plan for phase 16.Reviewed by Cursor Bugbot for commit 270a007. Configure here.