Update docs release to v1.8.0

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-02-12 19:20:27 -08:00
commit e21277ae83
7 changed files with 21 additions and 6 deletions

View file

@ -12,6 +12,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start -->
## [v1.8.0] - 2026-02-12
### Features
- Update CV release to v1.0.2
- Update CV release to v1.0.3.
### Bug Fixes
- Fix cache hit rate panels on APM and Fly.io dashboards showing blank/red or misleading 100% for low-traffic static sites.
### Documentation
- Add reference/tools/ category with Dagger, ArgoCD CLI, Ansible, and Pulumi reference cards
### Miscellaneous
- Add X-Clacks-Overhead header to public proxy for cv and docs: GNU Terry Pratchett.
## [v1.7.1] - 2026-02-12
### 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.7.1/docs-v1.7.1.tar.gz"
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.8.0/docs-v1.8.0.tar.gz"
resources:
requests:
memory: "64Mi"

View file

@ -1 +0,0 @@
Update CV release to v1.0.2

View file

@ -1 +0,0 @@
Update CV release to v1.0.3.

View file

@ -1 +0,0 @@
Add X-Clacks-Overhead header to public proxy for cv and docs: GNU Terry Pratchett.

View file

@ -1 +0,0 @@
Add reference/tools/ category with Dagger, ArgoCD CLI, Ansible, and Pulumi reference cards

View file

@ -1 +0,0 @@
Fix cache hit rate panels on APM and Fly.io dashboards showing blank/red or misleading 100% for low-traffic static sites.