diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c301e..2701491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [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 diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index e9f1c2d..aef1e20 100644 --- a/argocd/manifests/docs/deployment.yaml +++ b/argocd/manifests/docs/deployment.yaml @@ -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" diff --git a/docs/changelog.d/+upgrade-dagger-howto.doc.md b/docs/changelog.d/+upgrade-dagger-howto.doc.md deleted file mode 100644 index dcf4f07..0000000 --- a/docs/changelog.d/+upgrade-dagger-howto.doc.md +++ /dev/null @@ -1 +0,0 @@ -Add how-to guide for upgrading Dagger, documenting the correct phase ordering to avoid chicken-and-egg CI failures. diff --git a/docs/changelog.d/+upgrade-dagger-v0.20.1.infra.md b/docs/changelog.d/+upgrade-dagger-v0.20.1.infra.md deleted file mode 100644 index 1e11335..0000000 --- a/docs/changelog.d/+upgrade-dagger-v0.20.1.infra.md +++ /dev/null @@ -1 +0,0 @@ -Upgrade Dagger engine and CLI from v0.20.0 to v0.20.1.