Update docs release to v1.8.2

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-02-13 10:36:04 -08:00
commit 02b1397f1a
5 changed files with 13 additions and 4 deletions

View file

@ -12,6 +12,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start --> <!-- towncrier release notes start -->
## [v1.8.2] - 2026-02-13
### Features
- Recategorize homepage groups: "Content" (Immich, Kiwix, Miniflux, DJ, Grafana) and "Misc" (CV, TeslaMate, Transmission, Docs, Prometheus, PyPI)
### Infrastructure
- Move non-secret forgejo-runner env vars from ExternalSecret to deployment spec so version bumps trigger automatic rollouts
- Add yq to forgejo-runner container and replace sed-based YAML editing in workflows with yq
## [v1.8.0] - 2026-02-12 ## [v1.8.0] - 2026-02-12
### Features ### Features

View file

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

View file

@ -1 +0,0 @@
Recategorize homepage groups: "Content" (Immich, Kiwix, Miniflux, DJ, Grafana) and "Misc" (CV, TeslaMate, Transmission, Docs, Prometheus, PyPI)

View file

@ -1 +0,0 @@
Move non-secret forgejo-runner env vars from ExternalSecret to deployment spec so version bumps trigger automatic rollouts

View file

@ -1 +0,0 @@
Add yq to forgejo-runner container and replace sed-based YAML editing in workflows with yq