Update docs release to v1.1.3
- Built changelog from towncrier fragments [skip ci]
This commit is contained in:
parent
d0e37b8b91
commit
672dbda9d7
4 changed files with 12 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
<!-- towncrier release notes start -->
|
||||
|
||||
## [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.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Remove confirmation prompt from container-tag-and-release task for non-interactive use
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue