diff --git a/CHANGELOG.md b/CHANGELOG.md index 65239a9..bac65b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [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 ### Features diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 66d735f..e18d3cb 100644 --- a/argocd/manifests/docs/deployment.yaml +++ b/argocd/manifests/docs/deployment.yaml @@ -22,7 +22,7 @@ spec: name: http env: - 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: requests: memory: "64Mi" diff --git a/docs/changelog.d/feature-homepage-recategorize.feature.md b/docs/changelog.d/feature-homepage-recategorize.feature.md deleted file mode 100644 index 218ce50..0000000 --- a/docs/changelog.d/feature-homepage-recategorize.feature.md +++ /dev/null @@ -1 +0,0 @@ -Recategorize homepage groups: "Content" (Immich, Kiwix, Miniflux, DJ, Grafana) and "Misc" (CV, TeslaMate, Transmission, Docs, Prometheus, PyPI) diff --git a/docs/changelog.d/feature-runner-env-refactor.infra.md b/docs/changelog.d/feature-runner-env-refactor.infra.md deleted file mode 100644 index 2cfcbd5..0000000 --- a/docs/changelog.d/feature-runner-env-refactor.infra.md +++ /dev/null @@ -1 +0,0 @@ -Move non-secret forgejo-runner env vars from ExternalSecret to deployment spec so version bumps trigger automatic rollouts diff --git a/docs/changelog.d/feature-yq-in-runner.infra.md b/docs/changelog.d/feature-yq-in-runner.infra.md deleted file mode 100644 index 4856768..0000000 --- a/docs/changelog.d/feature-yq-in-runner.infra.md +++ /dev/null @@ -1 +0,0 @@ -Add yq to forgejo-runner container and replace sed-based YAML editing in workflows with yq