feat(fleet): release the operator from a tag (minimal) #307
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/fleet-release-min"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
harmony-fleet-release --from-tag harmony-fleet-operator-v0.1.0builds +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).