From ebba3d6e5ba2511cdb034f0396629eac0cef8617 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Mon, 9 Mar 2026 12:03:30 -0700 Subject: [PATCH] Update docs release to v1.14.0 - Built changelog from towncrier fragments [skip ci] --- CHANGELOG.md | 21 +++++++++++++++++++ argocd/manifests/docs/deployment.yaml | 2 +- .../+fix-mikado-close-without-impl.bugfix.md | 1 - .../feature-jobsync-docs-and-rapidapi.doc.md | 1 - .../fix-disable-spa-relax-docs.doc.md | 1 - .../fix-disable-spa-relax-docs.infra.md | 1 - ...x-onepassword-numeric-log-levels.bugfix.md | 1 - docs/changelog.d/mikado-jobsync.feature.md | 1 - 8 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 docs/changelog.d/+fix-mikado-close-without-impl.bugfix.md delete mode 100644 docs/changelog.d/feature-jobsync-docs-and-rapidapi.doc.md delete mode 100644 docs/changelog.d/fix-disable-spa-relax-docs.doc.md delete mode 100644 docs/changelog.d/fix-disable-spa-relax-docs.infra.md delete mode 100644 docs/changelog.d/fix-onepassword-numeric-log-levels.bugfix.md delete mode 100644 docs/changelog.d/mikado-jobsync.feature.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2701491..8c8833d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.14.0] - 2026-03-09 + +### Features + +- Deploy JobSync to ringtail k3s — nix-built container, Tailscale Ingress, Caddy route at `jobsync.ops.eblu.me`, Ollama integration for AI features. + +### Bug Fixes + +- Fix 1Password Connect logs showing as errors in Grafana by normalizing numeric log levels (1-5) to standard strings (error/warn/info/debug/trace) in the Alloy log processing pipeline. +- Fix mikado-branch-invariant-check false positive: close commits without preceding impl commits are valid (e.g., operational tasks with no code changes). + +### Infrastructure + +- Disable Quartz SPA mode and remove robots.txt crawler exclusions to fix the Facebook crawler spider trap. Remove hand-curated category index files in favor of Quartz auto-generated folder pages. + +### Documentation + +- Add JobSync reference card, update ringtail workloads table, document observability via Loki, and wire RAPIDAPI_KEY through ExternalSecret for job search automation. +- Relax wiki-link constraints: allow path-based links for disambiguation, drop global filename uniqueness requirement, remove docs-check-filenames and docs-check-index hooks. + + ## [v1.13.3] - 2026-03-06 ### Infrastructure diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index aef1e20..05811ba 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.13.3/docs-v1.13.3.tar.gz" + value: "https://forge.eblu.me/eblume/blumeops/releases/download/v1.14.0/docs-v1.14.0.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/+fix-mikado-close-without-impl.bugfix.md b/docs/changelog.d/+fix-mikado-close-without-impl.bugfix.md deleted file mode 100644 index f6501ae..0000000 --- a/docs/changelog.d/+fix-mikado-close-without-impl.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix mikado-branch-invariant-check false positive: close commits without preceding impl commits are valid (e.g., operational tasks with no code changes). diff --git a/docs/changelog.d/feature-jobsync-docs-and-rapidapi.doc.md b/docs/changelog.d/feature-jobsync-docs-and-rapidapi.doc.md deleted file mode 100644 index 6da4b27..0000000 --- a/docs/changelog.d/feature-jobsync-docs-and-rapidapi.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add JobSync reference card, update ringtail workloads table, document observability via Loki, and wire RAPIDAPI_KEY through ExternalSecret for job search automation. diff --git a/docs/changelog.d/fix-disable-spa-relax-docs.doc.md b/docs/changelog.d/fix-disable-spa-relax-docs.doc.md deleted file mode 100644 index f393f72..0000000 --- a/docs/changelog.d/fix-disable-spa-relax-docs.doc.md +++ /dev/null @@ -1 +0,0 @@ -Relax wiki-link constraints: allow path-based links for disambiguation, drop global filename uniqueness requirement, remove docs-check-filenames and docs-check-index hooks. diff --git a/docs/changelog.d/fix-disable-spa-relax-docs.infra.md b/docs/changelog.d/fix-disable-spa-relax-docs.infra.md deleted file mode 100644 index bac7b7e..0000000 --- a/docs/changelog.d/fix-disable-spa-relax-docs.infra.md +++ /dev/null @@ -1 +0,0 @@ -Disable Quartz SPA mode and remove robots.txt crawler exclusions to fix the Facebook crawler spider trap. Remove hand-curated category index files in favor of Quartz auto-generated folder pages. diff --git a/docs/changelog.d/fix-onepassword-numeric-log-levels.bugfix.md b/docs/changelog.d/fix-onepassword-numeric-log-levels.bugfix.md deleted file mode 100644 index 74f2a99..0000000 --- a/docs/changelog.d/fix-onepassword-numeric-log-levels.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Fix 1Password Connect logs showing as errors in Grafana by normalizing numeric log levels (1-5) to standard strings (error/warn/info/debug/trace) in the Alloy log processing pipeline. diff --git a/docs/changelog.d/mikado-jobsync.feature.md b/docs/changelog.d/mikado-jobsync.feature.md deleted file mode 100644 index bdd3eb7..0000000 --- a/docs/changelog.d/mikado-jobsync.feature.md +++ /dev/null @@ -1 +0,0 @@ -Deploy JobSync to ringtail k3s — nix-built container, Tailscale Ingress, Caddy route at `jobsync.ops.eblu.me`, Ollama integration for AI features.