Update docs release to v1.9.2
- Built changelog from towncrier fragments [skip ci]
This commit is contained in:
parent
2c55c2316e
commit
994bed0693
6 changed files with 17 additions and 5 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -12,6 +12,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add how-to guide for building container images and port navidrome to a custom-built container image.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Switch navidrome to custom container image with dedicated non-root user and fsGroup security context
|
||||
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue