From 8b0ff3d7a517e391e84101c5467e5edc72fa5e20 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Fri, 6 Mar 2026 10:00:42 -0800 Subject: [PATCH] Update docs release to v1.13.1 - Built changelog from towncrier fragments [skip ci] --- CHANGELOG.md | 8 ++++++++ argocd/manifests/docs/deployment.yaml | 2 +- docs/changelog.d/+kustomized-image-tags.infra.md | 1 - docs/changelog.d/+spider-trap-guard.infra.md | 1 - 4 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 docs/changelog.d/+kustomized-image-tags.infra.md delete mode 100644 docs/changelog.d/+spider-trap-guard.infra.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a778c9..92c825e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.13.1] - 2026-03-06 + +### Infrastructure + +- Add `:kustomized` sentinel tag to all manifest image references overridden by kustomize, making it clear the real tag lives in kustomization.yaml. +- Add nginx spider-trap guards to docs.eblu.me Quartz container — blocks recursive crawler paths at /tags/ depth >1 and global depth ≥5. + + ## [v1.13.0] - 2026-03-05 ### Features diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 96e1a67..bc06205 100644 --- a/argocd/manifests/docs/deployment.yaml +++ b/argocd/manifests/docs/deployment.yaml @@ -27,7 +27,7 @@ spec: name: http env: - name: DOCS_RELEASE_URL - value: "https://forge.eblu.me/eblume/blumeops/releases/download/v1.13.0/docs-v1.13.0.tar.gz" + value: "https://forge.eblu.me/eblume/blumeops/releases/download/v1.13.1/docs-v1.13.1.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/+kustomized-image-tags.infra.md b/docs/changelog.d/+kustomized-image-tags.infra.md deleted file mode 100644 index 28e00e0..0000000 --- a/docs/changelog.d/+kustomized-image-tags.infra.md +++ /dev/null @@ -1 +0,0 @@ -Add `:kustomized` sentinel tag to all manifest image references overridden by kustomize, making it clear the real tag lives in kustomization.yaml. diff --git a/docs/changelog.d/+spider-trap-guard.infra.md b/docs/changelog.d/+spider-trap-guard.infra.md deleted file mode 100644 index d152e75..0000000 --- a/docs/changelog.d/+spider-trap-guard.infra.md +++ /dev/null @@ -1 +0,0 @@ -Add nginx spider-trap guards to docs.eblu.me Quartz container — blocks recursive crawler paths at /tags/ depth >1 and global depth ≥5.