Update docs release to v1.3.4

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-02-05 01:22:10 +00:00
commit 808bc507d8
3 changed files with 8 additions and 2 deletions

View file

@ -12,6 +12,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start -->
## [v1.3.4] - 2026-02-05
### Documentation
- Enforce unique filenames, simple wiki-links (no paths), and no spaces in wiki-link targets for obsidian.nvim compatibility
## [v1.3.3] - 2026-02-04
### Infrastructure

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

View file

@ -1 +0,0 @@
Enforce unique filenames, simple wiki-links (no paths), and no spaces in wiki-link targets for obsidian.nvim compatibility