From 815a0cc6e6d2dc7579633853fd8d06b94afddb26 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 15 May 2026 06:57:24 -0700 Subject: [PATCH] =?UTF-8?q?C0:=20shower=20=E2=80=94=20rebuild=20from=20mai?= =?UTF-8?q?n=20SHA=20(post-merge=20retag)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #358 was squash-merged so the branch commit b8c7783 baked into the prior image tag isn't reachable from main's history. Rebuild from main HEAD (a33fa47) and retag. Image content is byte-identical (FOD is content-addressed, inputs unchanged); only the SHA in the tag changes so future provenance tracing stays on main. Co-Authored-By: Claude Opus 4.7 (1M context) --- argocd/manifests/shower/kustomization.yaml | 2 +- docs/changelog.d/+shower-v1.1.2-rebuild-from-main-sha.misc.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/changelog.d/+shower-v1.1.2-rebuild-from-main-sha.misc.md diff --git a/argocd/manifests/shower/kustomization.yaml b/argocd/manifests/shower/kustomization.yaml index 2c4dadb..6d4628c 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.1.2-b8c7783-nix + newTag: v1.1.2-a33fa47-nix diff --git a/docs/changelog.d/+shower-v1.1.2-rebuild-from-main-sha.misc.md b/docs/changelog.d/+shower-v1.1.2-rebuild-from-main-sha.misc.md new file mode 100644 index 0000000..9355a54 --- /dev/null +++ b/docs/changelog.d/+shower-v1.1.2-rebuild-from-main-sha.misc.md @@ -0,0 +1 @@ +Rebuild shower v1.1.2 from main HEAD (a33fa47) and retag — PR #358 was squash-merged so the branch SHA baked into the prior image tag isn't reachable from main. FOD is content-addressed, so image bytes are identical; only provenance changes.