Update docs release to v1.4.0

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-02-08 05:03:34 +00:00
commit 3f5017f732
11 changed files with 28 additions and 10 deletions

View file

@ -12,6 +12,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start -->
## [v1.4.0] - 2026-02-08
### Features
- Add documentation consistency checks: orphan detection in doc-links, new doc-index (category index coverage), doc-stale (staleness report), and doc-tags (tag inventory).
### Bug Fixes
- Fix broken icons for Pulumi and ArgoCD in homepage Admin bookmarks section.
### Infrastructure
- Add pre-commit to mise.toml project tools.
### Documentation
- Review exploring-the-docs tutorial: simplify wiki-links, fix broken replication/ reference, add Related section, match zk-docs flags to CLAUDE.md. Update use-pypi-proxy to document env-var-based proxy toggle.
- Add Gandi DNS reference card and operations how-to, rewrite homepage intro for wider audience.
- Add missing `ai` changelog fragment type to update-documentation guide, consolidate `cicd``ci-cd` and `network``networking` tags
- Updated restart-indri how-to to reflect actual recovery procedure after power outage. Added UPS to indri specs.
- Fixed zk-docs links after file renames due to relative path issues
### Miscellaneous
- Rename `doc-*` mise tasks to `docs-check-*` / `docs-review-*` for clearer naming convention.
## [v1.3.4] - 2026-02-05
### Documentation

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.3.4/docs-v1.3.4.tar.gz"
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.4.0/docs-v1.4.0.tar.gz"
resources:
requests:
memory: "64Mi"

View file

@ -1 +0,0 @@
Fixed zk-docs links after file renames due to relative path issues

View file

@ -1 +0,0 @@
Review exploring-the-docs tutorial: simplify wiki-links, fix broken replication/ reference, add Related section, match zk-docs flags to CLAUDE.md. Update use-pypi-proxy to document env-var-based proxy toggle.

View file

@ -1 +0,0 @@
Add documentation consistency checks: orphan detection in doc-links, new doc-index (category index coverage), doc-stale (staleness report), and doc-tags (tag inventory).

View file

@ -1 +0,0 @@
Add pre-commit to mise.toml project tools.

View file

@ -1 +0,0 @@
Add Gandi DNS reference card and operations how-to, rewrite homepage intro for wider audience.

View file

@ -1 +0,0 @@
Add missing `ai` changelog fragment type to update-documentation guide, consolidate `cicd``ci-cd` and `network``networking` tags

View file

@ -1 +0,0 @@
Fix broken icons for Pulumi and ArgoCD in homepage Admin bookmarks section.

View file

@ -1 +0,0 @@
Updated restart-indri how-to to reflect actual recovery procedure after power outage. Added UPS to indri specs.

View file

@ -1 +0,0 @@
Rename `doc-*` mise tasks to `docs-check-*` / `docs-review-*` for clearer naming convention.