Update docs release to v1.13.3

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-03-06 20:49:01 -08:00
commit 2809ba6f50
4 changed files with 12 additions and 3 deletions

View file

@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start -->
## [v1.13.3] - 2026-03-06
### Infrastructure
- Upgrade Dagger engine and CLI from v0.20.0 to v0.20.1.
### Documentation
- Add how-to guide for upgrading Dagger, documenting the correct phase ordering to avoid chicken-and-egg CI failures.
## [v1.13.2] - 2026-03-06
### Infrastructure

View file

@ -27,7 +27,7 @@ spec:
name: http
env:
- name: DOCS_RELEASE_URL
value: "https://forge.eblu.me/eblume/blumeops/releases/download/v1.13.2/docs-v1.13.2.tar.gz"
value: "https://forge.eblu.me/eblume/blumeops/releases/download/v1.13.3/docs-v1.13.3.tar.gz"
resources:
requests:
memory: "64Mi"

View file

@ -1 +0,0 @@
Add how-to guide for upgrading Dagger, documenting the correct phase ordering to avoid chicken-and-egg CI failures.

View file

@ -1 +0,0 @@
Upgrade Dagger engine and CLI from v0.20.0 to v0.20.1.