From 994bed0693381d3fa502c99037d52f5b0e92e33e Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Mon, 16 Feb 2026 15:51:12 -0800 Subject: [PATCH] Update docs release to v1.9.2 - Built changelog from towncrier fragments [skip ci] --- CHANGELOG.md | 16 ++++++++++++++++ argocd/manifests/docs/deployment.yaml | 2 +- .../docs-review-expose-service-publicly.doc.md | 1 - ...ent-container-build-port-navidrome.feature.md | 1 - .../fix-navidrome-container-v1.0.2.bugfix.md | 1 - .../changelog.d/frigate-stationary-fix.bugfix.md | 1 - 6 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 docs/changelog.d/docs-review-expose-service-publicly.doc.md delete mode 100644 docs/changelog.d/feature-document-container-build-port-navidrome.feature.md delete mode 100644 docs/changelog.d/fix-navidrome-container-v1.0.2.bugfix.md delete mode 100644 docs/changelog.d/frigate-stationary-fix.bugfix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a810bf..706d64c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.9.2] - 2026-02-16 + +### Features + +- Add how-to guide for building container images and port navidrome to a custom-built container image. + +### Bug Fixes + +- Fix Frigate repeatedly alerting on parked cars by removing per-object max_frames and setting stationary interval to 0. Make Frigate config writable so UI changes (zones, masks) persist within a pod lifecycle. +- Switch navidrome to custom container image with dedicated non-root user and fsGroup security context + +### Documentation + +- Review expose-service-publicly doc: replace stale inline code with references to actual files, add observability sidecar section, fix broken internal link, update templates to current patterns. + + ## [v1.9.1] - 2026-02-15 ### Documentation diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 8fc4c1e..c909bd9 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.9.1/docs-v1.9.1.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.9.2/docs-v1.9.2.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/docs-review-expose-service-publicly.doc.md b/docs/changelog.d/docs-review-expose-service-publicly.doc.md deleted file mode 100644 index 8528400..0000000 --- a/docs/changelog.d/docs-review-expose-service-publicly.doc.md +++ /dev/null @@ -1 +0,0 @@ -Review expose-service-publicly doc: replace stale inline code with references to actual files, add observability sidecar section, fix broken internal link, update templates to current patterns. diff --git a/docs/changelog.d/feature-document-container-build-port-navidrome.feature.md b/docs/changelog.d/feature-document-container-build-port-navidrome.feature.md deleted file mode 100644 index cae7e5b..0000000 --- a/docs/changelog.d/feature-document-container-build-port-navidrome.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add how-to guide for building container images and port navidrome to a custom-built container image. diff --git a/docs/changelog.d/fix-navidrome-container-v1.0.2.bugfix.md b/docs/changelog.d/fix-navidrome-container-v1.0.2.bugfix.md deleted file mode 100644 index 4c9c687..0000000 --- a/docs/changelog.d/fix-navidrome-container-v1.0.2.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Switch navidrome to custom container image with dedicated non-root user and fsGroup security context diff --git a/docs/changelog.d/frigate-stationary-fix.bugfix.md b/docs/changelog.d/frigate-stationary-fix.bugfix.md deleted file mode 100644 index 2010cda..0000000 --- a/docs/changelog.d/frigate-stationary-fix.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix Frigate repeatedly alerting on parked cars by removing per-object max_frames and setting stationary interval to 0. Make Frigate config writable so UI changes (zones, masks) persist within a pod lifecycle.