From 4d76fd5de5774013b997c7c8d9cf4623d3fe526c Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Wed, 29 Apr 2026 10:49:27 -0700 Subject: [PATCH] =?UTF-8?q?C0:=20prowler=20=E2=80=94=20rebuild=20image=20a?= =?UTF-8?q?gainst=20main=20HEAD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Squash-merge of #340 changed the SHA. Bump prowler tag from v5.23.0-2daf629 (PR branch) to v5.23.0-495e45d (main HEAD) so the Dockerfile changes are present in the image deployed off main. Co-Authored-By: Claude Opus 4.7 (1M context) --- argocd/manifests/prowler/kustomization.yaml | 2 +- docs/changelog.d/+prowler-rebuild-on-main.infra.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/changelog.d/+prowler-rebuild-on-main.infra.md diff --git a/argocd/manifests/prowler/kustomization.yaml b/argocd/manifests/prowler/kustomization.yaml index cf644dc..1d92a6b 100644 --- a/argocd/manifests/prowler/kustomization.yaml +++ b/argocd/manifests/prowler/kustomization.yaml @@ -27,4 +27,4 @@ configMapGenerator: images: - name: registry.ops.eblu.me/blumeops/prowler - newTag: v5.23.0-2daf629 + newTag: v5.23.0-495e45d diff --git a/docs/changelog.d/+prowler-rebuild-on-main.infra.md b/docs/changelog.d/+prowler-rebuild-on-main.infra.md new file mode 100644 index 0000000..107b687 --- /dev/null +++ b/docs/changelog.d/+prowler-rebuild-on-main.infra.md @@ -0,0 +1 @@ +Rebuild Prowler container against main HEAD (v5.23.0-495e45d) after merging the IaC mutelist Dockerfile changes.