Update docs release to v1.13.2

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-03-06 19:03:24 -08:00
commit e95fb9a555
3 changed files with 8 additions and 2 deletions

View file

@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start -->
## [v1.13.2] - 2026-03-06
### Infrastructure
- Replace nginx spider-trap 404 guards with robots.txt disallowing /explorer/ to prevent crawler-induced infinite URL trees.
## [v1.13.1] - 2026-03-06
### Infrastructure

View file

@ -27,7 +27,7 @@ spec:
name: http
env:
- name: DOCS_RELEASE_URL
value: "https://forge.eblu.me/eblume/blumeops/releases/download/v1.13.1/docs-v1.13.1.tar.gz"
value: "https://forge.eblu.me/eblume/blumeops/releases/download/v1.13.2/docs-v1.13.2.tar.gz"
resources:
requests:
memory: "64Mi"

View file

@ -1 +0,0 @@
Replace nginx spider-trap 404 guards with robots.txt disallowing /explorer/ to prevent crawler-induced infinite URL trees.