Update docs release to v1.5.4

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-02-11 20:17:12 +00:00
commit ab6661f5dd
6 changed files with 14 additions and 5 deletions

View file

@ -12,6 +12,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start -->
## [v1.5.4] - 2026-02-11
### Bug Fixes
- Bump Fly.io proxy VM memory from 256MB to 512MB to prevent Alloy OOM kills.
### Documentation
- Add plan documents for Dagger CI/CD adoption and upstream fork strategy.
- Add plan documents for OIDC provider adoption, zot registry hardening, and expanded network segmentation details.
- Review security-model.md: fix op CLI pattern, add Tailscale Operator section.
## [v1.5.3] - 2026-02-11
### Features

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

View file

@ -1 +0,0 @@
Add plan documents for Dagger CI/CD adoption and upstream fork strategy.

View file

@ -1 +0,0 @@
Bump Fly.io proxy VM memory from 256MB to 512MB to prevent Alloy OOM kills.

View file

@ -1 +0,0 @@
Add plan documents for OIDC provider adoption, zot registry hardening, and expanded network segmentation details.

View file

@ -1 +0,0 @@
Review security-model.md: fix op CLI pattern, add Tailscale Operator section.