feat(fleet): release the operator from a tag (minimal) #307

Merged
johnride merged 1 commits from feat/fleet-release-min into master 2026-05-29 01:08:55 +00:00

1 Commits

Author SHA1 Message Date
5ab1a149fc feat(fleet): release the operator from a tag (minimal)
All checks were successful
Run Check Script / check (pull_request) Successful in 2m27s
`harmony-fleet-release --from-tag harmony-fleet-operator-v0.1.0` builds +
pushes the operator image and helm chart at the parsed version
(version_from_tag handles the prefix + leading v, replacing the interim
resolve-release-version.sh). Plain function + anyhow at the binary
boundary — no Score / AppSpec / Topology ceremony for a single
component; introduce a spec when a second component needs releasing.

Slim variant of feat/fleet-release-score (which models release as a
ReleaseScore + AppSpec driven by harmony_cli).
2026-05-28 19:38:54 -04:00