diff --git a/CHANGELOG.md b/CHANGELOG.md index 706d64c..f0377bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.9.3] - 2026-02-16 + +### Features + +- Add service version review system with `mise run service-review` task, tracking file, and how-to guide. +- Add UniFi admin link to homepage dashboard bookmarks. + +### Infrastructure + +- Eliminate double towncrier run in release workflow — changelog is now built once on the runner, then the pre-processed source tree is passed to a new `build_quartz` Dagger function for the Quartz site build only. +- First service version review: pin mosquitto to 2.0.22, bump tailscale-operator to v1.94.2, record 7 reviewed services + + ## [v1.9.2] - 2026-02-16 ### Features diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index c909bd9..d250188 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.2/docs-v1.9.2.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.9.3/docs-v1.9.3.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/eliminate-double-towncrier.infra.md b/docs/changelog.d/eliminate-double-towncrier.infra.md deleted file mode 100644 index 3c6524d..0000000 --- a/docs/changelog.d/eliminate-double-towncrier.infra.md +++ /dev/null @@ -1 +0,0 @@ -Eliminate double towncrier run in release workflow — changelog is now built once on the runner, then the pre-processed source tree is passed to a new `build_quartz` Dagger function for the Quartz site build only. diff --git a/docs/changelog.d/feature-service-review.feature.md b/docs/changelog.d/feature-service-review.feature.md deleted file mode 100644 index 8bf5396..0000000 --- a/docs/changelog.d/feature-service-review.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add service version review system with `mise run service-review` task, tracking file, and how-to guide. diff --git a/docs/changelog.d/service-review-mosquitto-tailscale-operator.infra.md b/docs/changelog.d/service-review-mosquitto-tailscale-operator.infra.md deleted file mode 100644 index 8e73945..0000000 --- a/docs/changelog.d/service-review-mosquitto-tailscale-operator.infra.md +++ /dev/null @@ -1 +0,0 @@ -First service version review: pin mosquitto to 2.0.22, bump tailscale-operator to v1.94.2, record 7 reviewed services diff --git a/docs/changelog.d/unifi-admin-link.feature.md b/docs/changelog.d/unifi-admin-link.feature.md deleted file mode 100644 index 01f5532..0000000 --- a/docs/changelog.d/unifi-admin-link.feature.md +++ /dev/null @@ -1 +0,0 @@ -Add UniFi admin link to homepage dashboard bookmarks.