From dc0916a548db2017fb271cb42f3f3233b5bae279 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 11 May 2026 20:20:39 -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 #354 was squash-merged so the branch commit 444ff91 baked into the prior image tag isn't reachable from main's history. Rebuild from main HEAD (3c7967e) 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-rebuild-from-main-sha.misc.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 docs/changelog.d/+shower-rebuild-from-main-sha.misc.md diff --git a/argocd/manifests/shower/kustomization.yaml b/argocd/manifests/shower/kustomization.yaml index 6fe641f..b6de844 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.0-444ff91-nix + newTag: v1.1.0-3c7967e-nix diff --git a/docs/changelog.d/+shower-rebuild-from-main-sha.misc.md b/docs/changelog.d/+shower-rebuild-from-main-sha.misc.md new file mode 100644 index 0000000..a9495cd --- /dev/null +++ b/docs/changelog.d/+shower-rebuild-from-main-sha.misc.md @@ -0,0 +1,6 @@ +Rebuild shower v1.1.0 container from main HEAD (`3c7967e`) and bump the +kustomization tag to `v1.1.0-3c7967e-nix`. The PR was squash-merged, so +the branch commit `444ff91` baked into the prior tag isn't reachable +from main's history. The new tag points at a commit that exists on +main; image content is byte-identical because the FOD output is content +addressed and the inputs didn't change.