From 0f79c61c427391689570aaf62c66e3705c45eac6 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Mon, 2 Mar 2026 18:17:07 -0800 Subject: [PATCH] Update docs release to v1.12.1 - Built changelog from towncrier fragments [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ argocd/manifests/docs/deployment.yaml | 2 +- docs/changelog.d/impl-card-guard.feature.md | 1 - .../review-authentik-source-chain.doc.md | 1 - docs/changelog.d/switch-to-prek.infra.md | 1 - 5 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 docs/changelog.d/impl-card-guard.feature.md delete mode 100644 docs/changelog.d/review-authentik-source-chain.doc.md delete mode 100644 docs/changelog.d/switch-to-prek.infra.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 289782f..69b5707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.12.1] - 2026-03-02 + +### Features + +- Mikado branch invariant hook now rejects `impl` commits that modify Mikado card files (docs with `requires:`, `status:`, or `branch: mikado/` frontmatter). + +### Infrastructure + +- Switch git hooks from pre-commit to [prek](https://github.com/j178/prek), a faster Rust-native drop-in replacement. Adds built-in checks for case conflicts, private key detection, and executable shebangs. Configuration migrated from `.pre-commit-config.yaml` to `prek.toml`. + +### Documentation + +- Review build-authentik-from-source Mikado chain: fix go-server-derivation path errors, remove stale DRF fork content from mirror doc, add last-reviewed to all cards. + + ## [v1.12.0] - 2026-03-01 ### Bug Fixes diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 340aeb7..66506c4 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.ops.eblu.me/eblume/blumeops/releases/download/v1.12.0/docs-v1.12.0.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.12.1/docs-v1.12.1.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/changelog.d/impl-card-guard.feature.md b/docs/changelog.d/impl-card-guard.feature.md deleted file mode 100644 index b1777a2..0000000 --- a/docs/changelog.d/impl-card-guard.feature.md +++ /dev/null @@ -1 +0,0 @@ -Mikado branch invariant hook now rejects `impl` commits that modify Mikado card files (docs with `requires:`, `status:`, or `branch: mikado/` frontmatter). diff --git a/docs/changelog.d/review-authentik-source-chain.doc.md b/docs/changelog.d/review-authentik-source-chain.doc.md deleted file mode 100644 index bc253aa..0000000 --- a/docs/changelog.d/review-authentik-source-chain.doc.md +++ /dev/null @@ -1 +0,0 @@ -Review build-authentik-from-source Mikado chain: fix go-server-derivation path errors, remove stale DRF fork content from mirror doc, add last-reviewed to all cards. diff --git a/docs/changelog.d/switch-to-prek.infra.md b/docs/changelog.d/switch-to-prek.infra.md deleted file mode 100644 index dc245de..0000000 --- a/docs/changelog.d/switch-to-prek.infra.md +++ /dev/null @@ -1 +0,0 @@ -Switch git hooks from pre-commit to [prek](https://github.com/j178/prek), a faster Rust-native drop-in replacement. Adds built-in checks for case conflicts, private key detection, and executable shebangs. Configuration migrated from `.pre-commit-config.yaml` to `prek.toml`.