From 672dbda9d769de6792f060df13052da6a9a8ecda Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Wed, 4 Feb 2026 03:07:15 +0000 Subject: [PATCH] Update docs release to v1.1.3 - Built changelog from towncrier fragments [skip ci] --- argocd/manifests/docs/deployment.yaml | 2 +- docs/CHANGELOG.md | 11 +++++++++++ docs/changelog.d/+container-tag-no-confirm.misc.md | 1 - docs/changelog.d/auto-deploy-docs.feature.md | 1 - 4 files changed, 12 insertions(+), 3 deletions(-) delete mode 100644 docs/changelog.d/+container-tag-no-confirm.misc.md delete mode 100644 docs/changelog.d/auto-deploy-docs.feature.md diff --git a/argocd/manifests/docs/deployment.yaml b/argocd/manifests/docs/deployment.yaml index 9a492cf..3e55c0b 100644 --- a/argocd/manifests/docs/deployment.yaml +++ b/argocd/manifests/docs/deployment.yaml @@ -22,7 +22,7 @@ spec: name: http env: - name: DOCS_RELEASE_URL - value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.1.2/docs-v1.1.2.tar.gz" + value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.1.3/docs-v1.1.3.tar.gz" resources: requests: memory: "64Mi" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index eda8689..91794ce 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.1.3] - 2026-02-04 + +### Features + +- Build workflow now automatically deploys docs after creating a release - updates the deployment manifest with the new release URL and syncs via ArgoCD, triggering a pod rollout + +### Miscellaneous + +- Remove confirmation prompt from container-tag-and-release task for non-interactive use + + ## [v1.1.2] - 2026-02-04 No significant changes. diff --git a/docs/changelog.d/+container-tag-no-confirm.misc.md b/docs/changelog.d/+container-tag-no-confirm.misc.md deleted file mode 100644 index 35b8e9f..0000000 --- a/docs/changelog.d/+container-tag-no-confirm.misc.md +++ /dev/null @@ -1 +0,0 @@ -Remove confirmation prompt from container-tag-and-release task for non-interactive use diff --git a/docs/changelog.d/auto-deploy-docs.feature.md b/docs/changelog.d/auto-deploy-docs.feature.md deleted file mode 100644 index e625d9e..0000000 --- a/docs/changelog.d/auto-deploy-docs.feature.md +++ /dev/null @@ -1 +0,0 @@ -Build workflow now automatically deploys docs after creating a release - updates the deployment manifest with the new release URL and syncs via ArgoCD, triggering a pod rollout