Update docs release to v1.14.2

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-03-17 13:24:13 -07:00
commit cdba9dca96
12 changed files with 26 additions and 11 deletions

View file

@ -12,6 +12,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start -->
## [v1.14.2] - 2026-03-17
### Features
- Deploy Mealie recipe manager on minikube-indri for meal planning and prep automation.
- Add UnPoller deployment to monitor UniFi network metrics via Prometheus
### Bug Fixes
- Fix Caddy v2.11 breaking change: preserve original Host header for HTTPS upstreams.
- Fix plan-a-meal random recipe queries — add required `paginationSeed` parameter
### Infrastructure
- Externalize Tailscale operator manifest to forge mirror, removing 495 KB vendored file from the repo.
- Externalize TeslaMate Grafana dashboards to forge mirror, removing 713 KB of ConfigMaps from the repo.
- Upgrade Caddy from v2.10.2 to v2.11.2 (7 CVE fixes), create caddy-l4 forge mirror, migrate all ~/code/3rd clones on indri to HTTPS forge.ops.eblu.me remotes.
- Upgrade borgmatic from 2.0.13 to 2.1.3 on indri (improved borg warning handling, memory/performance improvements)
### Documentation
- Add git last-modified subsort to docs-review script, so ties in review date are broken by least recently updated first.
- Review jellyfin (10.11.6, current) and automounter (1.11.0) services; add missing frigate share to automounter docs.
## [v1.14.1] - 2026-03-14
### Features

View file

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

View file

@ -1 +0,0 @@
Fix Caddy v2.11 breaking change: preserve original Host header for HTTPS upstreams.

View file

@ -1 +0,0 @@
Add git last-modified subsort to docs-review script, so ties in review date are broken by least recently updated first.

View file

@ -1 +0,0 @@
Fix plan-a-meal random recipe queries — add required `paginationSeed` parameter

View file

@ -1 +0,0 @@
Review jellyfin (10.11.6, current) and automounter (1.11.0) services; add missing frigate share to automounter docs.

View file

@ -1 +0,0 @@
Deploy Mealie recipe manager on minikube-indri for meal planning and prep automation.

View file

@ -1 +0,0 @@
Externalize Tailscale operator manifest to forge mirror, removing 495 KB vendored file from the repo.

View file

@ -1 +0,0 @@
Externalize TeslaMate Grafana dashboards to forge mirror, removing 713 KB of ConfigMaps from the repo.

View file

@ -1 +0,0 @@
Upgrade Caddy from v2.10.2 to v2.11.2 (7 CVE fixes), create caddy-l4 forge mirror, migrate all ~/code/3rd clones on indri to HTTPS forge.ops.eblu.me remotes.

View file

@ -1 +0,0 @@
Add UnPoller deployment to monitor UniFi network metrics via Prometheus

View file

@ -1 +0,0 @@
Upgrade borgmatic from 2.0.13 to 2.1.3 on indri (improved borg warning handling, memory/performance improvements)