Update docs release to v1.12.1
- Built changelog from towncrier fragments [skip ci]
This commit is contained in:
parent
7a1875936c
commit
0f79c61c42
5 changed files with 16 additions and 4 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -12,6 +12,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Mikado branch invariant hook now rejects `impl` commits that modify Mikado card files (docs with `requires:`, `status:`, or `branch: mikado/` frontmatter).
|
||||
|
|
@ -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.
|
||||
|
|
@ -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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue