From 40d9a1ef9e1e1f18128877b671025ea5b1d89e04 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 11 May 2026 13:55:25 -0700 Subject: [PATCH] =?UTF-8?q?C0:=20shower=20=E2=80=94=20rebuild=20from=20mai?= =?UTF-8?q?n=20SHA=20(post-PR-349=20retag)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Standard squash-merge dance per docs/how-to/deployment/build-container-image.md#Squash-merge-and-container-tags — retags from v1.0.2-039d9b9-nix (branch SHA) to v1.0.2-292d354-nix ([main] tag from run 544 built off the merge commit). Functionally identical; preserves source traceability. Co-Authored-By: Claude Opus 4.7 (1M context) --- argocd/manifests/shower/kustomization.yaml | 2 +- docs/changelog.d/+shower-main-sha-rebuild.infra.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 docs/changelog.d/+shower-main-sha-rebuild.infra.md diff --git a/argocd/manifests/shower/kustomization.yaml b/argocd/manifests/shower/kustomization.yaml index 0afc8e3..d2ce83c 100644 --- a/argocd/manifests/shower/kustomization.yaml +++ b/argocd/manifests/shower/kustomization.yaml @@ -14,4 +14,4 @@ resources: images: - name: registry.ops.eblu.me/blumeops/shower - newTag: v1.0.2-039d9b9-nix + newTag: v1.0.2-292d354-nix diff --git a/docs/changelog.d/+shower-main-sha-rebuild.infra.md b/docs/changelog.d/+shower-main-sha-rebuild.infra.md new file mode 100644 index 0000000..f1751b5 --- /dev/null +++ b/docs/changelog.d/+shower-main-sha-rebuild.infra.md @@ -0,0 +1,5 @@ +Rebuild shower from the post-merge commit on main so the container's +SHA tag points at a commit that will still exist after the 30-day +branch-cleanup window. Functionally identical to the branch-tag image +already deployed, just preserves source traceability per +[[build-container-image#Squash-merge and container tags]].