Update docs release to v1.11.2
- Built changelog from towncrier fragments [skip ci]
This commit is contained in:
parent
e655f4556e
commit
dda7d719b3
9 changed files with 20 additions and 8 deletions
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -12,6 +12,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [v1.11.2] - 2026-02-22
|
||||
|
||||
### Features
|
||||
|
||||
- Add `branch-cleanup` mise task and scheduled Forgejo workflow to delete merged branches locally and on the Forgejo remote. Detects squash-merged PRs via the Forgejo API. The workflow runs approximately every 10 days with a configurable age cutoff (default 30 days).
|
||||
- Add Forgejo repository health metrics collector and Grafana dashboard with CI/CD, release, and language tracking across all repos.
|
||||
- Switch Frigate object detection from YOLO-NAS-S (320x320) to YOLOv9-c (640x640) with CUDA Graphs support, and add `frigate-export-model` Dagger pipeline + mise task for reproducible model exports.
|
||||
|
||||
### Infrastructure
|
||||
|
||||
- Simplify service-versions.yaml type taxonomy to `argocd | ansible | nixos`; add nix-container-builder entry; backfill forgejo and forgejo-runner versions
|
||||
- Prepare forgejo-runner v12 upgrade: review config compatibility, add workflow schema validation via Dagger, wire pre-commit hook
|
||||
- Upgrade k8s forgejo-runner daemon from v6.3.1 to v12.7.0
|
||||
|
||||
### Documentation
|
||||
|
||||
- Add Mikado chain for upgrading k8s forgejo-runner from v6.3.1 to v12.x
|
||||
|
||||
|
||||
## [v1.11.1] - 2026-02-22
|
||||
|
||||
### Infrastructure
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ spec:
|
|||
name: http
|
||||
env:
|
||||
- name: DOCS_RELEASE_URL
|
||||
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.11.1/docs-v1.11.1.tar.gz"
|
||||
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.11.2/docs-v1.11.2.tar.gz"
|
||||
resources:
|
||||
requests:
|
||||
memory: "64Mi"
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Add `branch-cleanup` mise task and scheduled Forgejo workflow to delete merged branches locally and on the Forgejo remote. Detects squash-merged PRs via the Forgejo API. The workflow runs approximately every 10 days with a configurable age cutoff (default 30 days).
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add Forgejo repository health metrics collector and Grafana dashboard with CI/CD, release, and language tracking across all repos.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Switch Frigate object detection from YOLO-NAS-S (320x320) to YOLOv9-c (640x640) with CUDA Graphs support, and add `frigate-export-model` Dagger pipeline + mise task for reproducible model exports.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Prepare forgejo-runner v12 upgrade: review config compatibility, add workflow schema validation via Dagger, wire pre-commit hook
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add Mikado chain for upgrading k8s forgejo-runner from v6.3.1 to v12.x
|
||||
|
|
@ -1 +0,0 @@
|
|||
Simplify service-versions.yaml type taxonomy to `argocd | ansible | nixos`; add nix-container-builder entry; backfill forgejo and forgejo-runner versions
|
||||
|
|
@ -1 +0,0 @@
|
|||
Upgrade k8s forgejo-runner daemon from v6.3.1 to v12.7.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue