diff --git a/CHANGELOG.md b/CHANGELOG.md index d7501c0..b7d2da4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [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 diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index a38061d..4aca950 100644 --- a/argocd/manifests/docs/deployment.yaml +++ b/argocd/manifests/docs/deployment.yaml @@ -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" diff --git a/docs/changelog.d/+caddy-v2.11-host-header.bugfix.md b/docs/changelog.d/+caddy-v2.11-host-header.bugfix.md deleted file mode 100644 index a300bd3..0000000 --- a/docs/changelog.d/+caddy-v2.11-host-header.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix Caddy v2.11 breaking change: preserve original Host header for HTTPS upstreams. diff --git a/docs/changelog.d/+docs-review-subsort.doc.md b/docs/changelog.d/+docs-review-subsort.doc.md deleted file mode 100644 index e6db6e7..0000000 --- a/docs/changelog.d/+docs-review-subsort.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add git last-modified subsort to docs-review script, so ties in review date are broken by least recently updated first. diff --git a/docs/changelog.d/+fix-plan-a-meal-random-query.bugfix.md b/docs/changelog.d/+fix-plan-a-meal-random-query.bugfix.md deleted file mode 100644 index 179a9fe..0000000 --- a/docs/changelog.d/+fix-plan-a-meal-random-query.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix plan-a-meal random recipe queries — add required `paginationSeed` parameter diff --git a/docs/changelog.d/+review-jellyfin-automounter.doc.md b/docs/changelog.d/+review-jellyfin-automounter.doc.md deleted file mode 100644 index ce704f8..0000000 --- a/docs/changelog.d/+review-jellyfin-automounter.doc.md +++ /dev/null @@ -1 +0,0 @@ -Review jellyfin (10.11.6, current) and automounter (1.11.0) services; add missing frigate share to automounter docs. diff --git a/docs/changelog.d/deploy-mealie.feature.md b/docs/changelog.d/deploy-mealie.feature.md deleted file mode 100644 index 5b85426..0000000 --- a/docs/changelog.d/deploy-mealie.feature.md +++ /dev/null @@ -1 +0,0 @@ -Deploy Mealie recipe manager on minikube-indri for meal planning and prep automation. diff --git a/docs/changelog.d/externalize-tailscale-operator-base.infra.md b/docs/changelog.d/externalize-tailscale-operator-base.infra.md deleted file mode 100644 index 1ecd7da..0000000 --- a/docs/changelog.d/externalize-tailscale-operator-base.infra.md +++ /dev/null @@ -1 +0,0 @@ -Externalize Tailscale operator manifest to forge mirror, removing 495 KB vendored file from the repo. diff --git a/docs/changelog.d/externalize-teslamate-dashboards.infra.md b/docs/changelog.d/externalize-teslamate-dashboards.infra.md deleted file mode 100644 index 684ce74..0000000 --- a/docs/changelog.d/externalize-teslamate-dashboards.infra.md +++ /dev/null @@ -1 +0,0 @@ -Externalize TeslaMate Grafana dashboards to forge mirror, removing 713 KB of ConfigMaps from the repo. diff --git a/docs/changelog.d/feature-caddy-upgrade-v2.11.2.infra.md b/docs/changelog.d/feature-caddy-upgrade-v2.11.2.infra.md deleted file mode 100644 index f0f213f..0000000 --- a/docs/changelog.d/feature-caddy-upgrade-v2.11.2.infra.md +++ /dev/null @@ -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. diff --git a/docs/changelog.d/feature-unpoller.feature.md b/docs/changelog.d/feature-unpoller.feature.md deleted file mode 100644 index 848cbbc..0000000 --- a/docs/changelog.d/feature-unpoller.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add UnPoller deployment to monitor UniFi network metrics via Prometheus diff --git a/docs/changelog.d/upgrade-borgmatic-2.1.3.infra.md b/docs/changelog.d/upgrade-borgmatic-2.1.3.infra.md deleted file mode 100644 index 74542e4..0000000 --- a/docs/changelog.d/upgrade-borgmatic-2.1.3.infra.md +++ /dev/null @@ -1 +0,0 @@ -Upgrade borgmatic from 2.0.13 to 2.1.3 on indri (improved borg warning handling, memory/performance improvements)