Update docs release to v1.3.0
- Built changelog from towncrier fragments [skip ci]
This commit is contained in:
parent
efdd569285
commit
1835e3e80e
12 changed files with 31 additions and 11 deletions
30
CHANGELOG.md
30
CHANGELOG.md
|
|
@ -12,6 +12,36 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [v1.3.0] - 2026-02-04
|
||||
|
||||
### Features
|
||||
|
||||
- Build workflow now supports version bump selection (major/minor/patch) and includes changelog in release body
|
||||
- Add 'ai' changelog fragment type for AI assistance changes
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fix Navidrome automatic library scan by correcting env var name from `ND_SCANSCHEDULE` to `ND_SCANNER_SCHEDULE`
|
||||
|
||||
### Infrastructure
|
||||
|
||||
- Move CHANGELOG.md to repository root (still included in docs build)
|
||||
- Remove iCloud Photos from borgmatic backup (photos now managed via Immich)
|
||||
|
||||
### Documentation
|
||||
|
||||
- Document Forgejo Actions secrets in forgejo reference card
|
||||
- Add troubleshooting how-to to zk-docs output
|
||||
|
||||
### AI Assistance
|
||||
|
||||
- Add wiki-link formatting convention to AI assistance guide
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- ,
|
||||
|
||||
|
||||
## [v1.2.1] - 2026-02-04
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ spec:
|
|||
name: http
|
||||
env:
|
||||
- name: DOCS_RELEASE_URL
|
||||
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.2.1/docs-v1.2.1.tar.gz"
|
||||
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.3.0/docs-v1.3.0.tar.gz"
|
||||
resources:
|
||||
requests:
|
||||
memory: "64Mi"
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Document Forgejo Actions secrets in forgejo reference card
|
||||
|
|
@ -1 +0,0 @@
|
|||
Build workflow now supports version bump selection (major/minor/patch) and includes changelog in release body
|
||||
|
|
@ -1 +0,0 @@
|
|||
Move CHANGELOG.md to repository root (still included in docs build)
|
||||
|
|
@ -1 +0,0 @@
|
|||
doc-links script now recognizes build-time docs from repo root (e.g., CHANGELOG.md)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fix Navidrome automatic library scan by correcting env var name from `ND_SCANSCHEDULE` to `ND_SCANNER_SCHEDULE`
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add wiki-link formatting convention to AI assistance guide
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add 'ai' changelog fragment type for AI assistance changes
|
||||
|
|
@ -1 +0,0 @@
|
|||
Remove iCloud Photos from borgmatic backup (photos now managed via Immich)
|
||||
|
|
@ -1 +0,0 @@
|
|||
Rename `indri-services-check` task to `services-check` since it checks all services, not just indri.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add troubleshooting how-to to zk-docs output
|
||||
Loading…
Add table
Add a link
Reference in a new issue