Merged
Conversation
Aligns chart version + appVersion with the upcoming v0.5.2 tag, which ships PR #70 (Stage 3 NotifyEmitter wired detector → emitter). The docker.yml release job gates the helm-chart push on tag == Chart.yaml version, so both must match before tagging.
bakayolo
approved these changes
May 6, 2026
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.
What
Bumps
charts/version-guard/Chart.yaml:version: 0.5.1→0.5.2appVersion: "0.5.1"→"0.5.2"Why
Cuts a fresh release containing PR #70 (Stage 3
NotifyEmitter— webhook-driven detector → emitter wire). Already verified end-to-end in staging (cash/utility) twice today using the SHA-tagged image5afe8d7(the merge SHA of PR #70)Cutting v0.5.2 lets the production BPCI rollout pin a semver tag instead of a SHA, and re-aligns the chart's
appVersionbaseline with the released binary.Release sequence (after merge)
git tag -s v0.5.2 -m 'Release v0.5.2 (Stage 3 NotifyEmitter)' && git push origin v0.5.2.Docker & Helmworkflow:build-and-pushpublishesghcr.io/block/version-guard:0.5.2(alsov0.5.2,0.5,latest, sha-tagged).Package and push Helm chartstep gates ontag == Chart.yaml.versionand pushesoci://ghcr.io/block/charts/version-guard:0.5.2.