Update docs release to v1.3.0

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-02-04 16:14:08 +00:00
commit 1835e3e80e
12 changed files with 31 additions and 11 deletions

View file

@ -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

View file

@ -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"

View file

@ -1 +0,0 @@
Document Forgejo Actions secrets in forgejo reference card

View file

@ -1 +0,0 @@
Build workflow now supports version bump selection (major/minor/patch) and includes changelog in release body

View file

@ -1 +0,0 @@
Move CHANGELOG.md to repository root (still included in docs build)

View file

@ -1 +0,0 @@
doc-links script now recognizes build-time docs from repo root (e.g., CHANGELOG.md)

View file

@ -1 +0,0 @@
Fix Navidrome automatic library scan by correcting env var name from `ND_SCANSCHEDULE` to `ND_SCANNER_SCHEDULE`

View file

@ -1 +0,0 @@
Add wiki-link formatting convention to AI assistance guide

View file

@ -1 +0,0 @@
Add 'ai' changelog fragment type for AI assistance changes

View file

@ -1 +0,0 @@
Remove iCloud Photos from borgmatic backup (photos now managed via Immich)

View file

@ -1 +0,0 @@
Rename `indri-services-check` task to `services-check` since it checks all services, not just indri.

View file

@ -1 +0,0 @@
Add troubleshooting how-to to zk-docs output