From b2b5879e3cdaad38bb23e45930389ffb9067b0f0 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Sat, 14 Feb 2026 21:32:27 -0800 Subject: [PATCH] Update docs release to v1.9.0 - Built changelog from towncrier fragments [skip ci] --- CHANGELOG.md | 20 +++++++++++++++++++ argocd/manifests/docs/deployment.yaml | 2 +- .../changelog.d/deploy-frigate-nvr.feature.md | 1 - .../docs-connect-to-postgres.doc.md | 1 - .../feature-dind-zot-registry-mirror.infra.md | 1 - docs/changelog.d/feature-node-22.infra.md | 1 - .../feature-tier1-version-bumps.infra.md | 1 - .../review-add-ansible-role.doc.md | 1 - docs/changelog.d/review-why-gitops.doc.md | 1 - .../changelog.d/segment-home-network.infra.md | 1 - 10 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 docs/changelog.d/deploy-frigate-nvr.feature.md delete mode 100644 docs/changelog.d/docs-connect-to-postgres.doc.md delete mode 100644 docs/changelog.d/feature-dind-zot-registry-mirror.infra.md delete mode 100644 docs/changelog.d/feature-node-22.infra.md delete mode 100644 docs/changelog.d/feature-tier1-version-bumps.infra.md delete mode 100644 docs/changelog.d/review-add-ansible-role.doc.md delete mode 100644 docs/changelog.d/review-why-gitops.doc.md delete mode 100644 docs/changelog.d/segment-home-network.infra.md diff --git a/CHANGELOG.md b/CHANGELOG.md index bac65b5..3ac403f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.9.0] - 2026-02-14 + +### Features + +- Deploy cloud-free NVR stack: Frigate 0.16.4 (ARM64) with ONNX/YOLO-NAS-s detection, Mosquitto MQTT broker, Ntfy self-hosted push notifications (with iOS APNs relay), and frigate-notify for detection alerting. GableCam (ReoLink Elite Floodlight) connected via RTSP with NFS recordings on sifaka, Grafana dashboard, Prometheus scraping, Homepage integration, and Caddy reverse proxies at nvr.ops.eblu.me and ntfy.ops.eblu.me. + +### Infrastructure + +- Configure DinD sidecar to use Zot as a pull-through registry mirror for Docker Hub images, reducing bandwidth and avoiding rate limits during Dagger CI builds. +- Abandon UniFi Pulumi IaC (provider bugs caused network outage); add manual three-network segmentation plan for UX7 web UI. +- Upgrade Node.js from 20 to 22 (LTS) in Dagger docs build and forgejo-runner container +- Tier 1 version bumps: upstream images (prometheus, loki, alloy, kube-state-metrics, tailscale, navidrome), helm charts (CloudNativePG, 1Password Connect), and custom containers (miniflux, kubectl, kiwix-serve, nettest, transmission) updated to latest stable versions with Alpine 3.22 base. + +### Documentation + +- Add how-to guide for connecting to PostgreSQL as a superuser via psql. +- Review add-ansible-role doc: fix secrets to use `op read`, match tag format to playbook, fix handler pattern, add last-reviewed date. +- Review and fix why-gitops doc: correct wiki-links, fix apt->brew, broaden Pulumi scope, add last-reviewed. + + ## [v1.8.2] - 2026-02-13 ### Features diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index e18d3cb..8dbeee5 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.2/docs-v1.8.2.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.9.0/docs-v1.9.0.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/deploy-frigate-nvr.feature.md b/docs/changelog.d/deploy-frigate-nvr.feature.md deleted file mode 100644 index f5f3960..0000000 --- a/docs/changelog.d/deploy-frigate-nvr.feature.md +++ /dev/null @@ -1 +0,0 @@ -Deploy cloud-free NVR stack: Frigate 0.16.4 (ARM64) with ONNX/YOLO-NAS-s detection, Mosquitto MQTT broker, Ntfy self-hosted push notifications (with iOS APNs relay), and frigate-notify for detection alerting. GableCam (ReoLink Elite Floodlight) connected via RTSP with NFS recordings on sifaka, Grafana dashboard, Prometheus scraping, Homepage integration, and Caddy reverse proxies at nvr.ops.eblu.me and ntfy.ops.eblu.me. diff --git a/docs/changelog.d/docs-connect-to-postgres.doc.md b/docs/changelog.d/docs-connect-to-postgres.doc.md deleted file mode 100644 index 753dd0b..0000000 --- a/docs/changelog.d/docs-connect-to-postgres.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add how-to guide for connecting to PostgreSQL as a superuser via psql. diff --git a/docs/changelog.d/feature-dind-zot-registry-mirror.infra.md b/docs/changelog.d/feature-dind-zot-registry-mirror.infra.md deleted file mode 100644 index a88d5d8..0000000 --- a/docs/changelog.d/feature-dind-zot-registry-mirror.infra.md +++ /dev/null @@ -1 +0,0 @@ -Configure DinD sidecar to use Zot as a pull-through registry mirror for Docker Hub images, reducing bandwidth and avoiding rate limits during Dagger CI builds. diff --git a/docs/changelog.d/feature-node-22.infra.md b/docs/changelog.d/feature-node-22.infra.md deleted file mode 100644 index a0c08db..0000000 --- a/docs/changelog.d/feature-node-22.infra.md +++ /dev/null @@ -1 +0,0 @@ -Upgrade Node.js from 20 to 22 (LTS) in Dagger docs build and forgejo-runner container diff --git a/docs/changelog.d/feature-tier1-version-bumps.infra.md b/docs/changelog.d/feature-tier1-version-bumps.infra.md deleted file mode 100644 index ca21952..0000000 --- a/docs/changelog.d/feature-tier1-version-bumps.infra.md +++ /dev/null @@ -1 +0,0 @@ -Tier 1 version bumps: upstream images (prometheus, loki, alloy, kube-state-metrics, tailscale, navidrome), helm charts (CloudNativePG, 1Password Connect), and custom containers (miniflux, kubectl, kiwix-serve, nettest, transmission) updated to latest stable versions with Alpine 3.22 base. diff --git a/docs/changelog.d/review-add-ansible-role.doc.md b/docs/changelog.d/review-add-ansible-role.doc.md deleted file mode 100644 index 0f11bd1..0000000 --- a/docs/changelog.d/review-add-ansible-role.doc.md +++ /dev/null @@ -1 +0,0 @@ -Review add-ansible-role doc: fix secrets to use `op read`, match tag format to playbook, fix handler pattern, add last-reviewed date. diff --git a/docs/changelog.d/review-why-gitops.doc.md b/docs/changelog.d/review-why-gitops.doc.md deleted file mode 100644 index 8c1e78a..0000000 --- a/docs/changelog.d/review-why-gitops.doc.md +++ /dev/null @@ -1 +0,0 @@ -Review and fix why-gitops doc: correct wiki-links, fix apt->brew, broaden Pulumi scope, add last-reviewed. diff --git a/docs/changelog.d/segment-home-network.infra.md b/docs/changelog.d/segment-home-network.infra.md deleted file mode 100644 index 2bbed43..0000000 --- a/docs/changelog.d/segment-home-network.infra.md +++ /dev/null @@ -1 +0,0 @@ -Abandon UniFi Pulumi IaC (provider bugs caused network outage); add manual three-network segmentation plan for UX7 web UI.