Update docs release to v1.7.1

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-02-12 14:13:12 -08:00
commit 70d8881959
7 changed files with 18 additions and 6 deletions

View file

@ -12,6 +12,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start -->
## [v1.7.1] - 2026-02-12
### Features
- Expose CV service publicly at cv.eblu.me via Fly.io proxy.
- Update CV service to resume release v1.0.1.
### Infrastructure
- Add CV to services-check (tailnet and public endpoints).
### Miscellaneous
- Update CV homepage link to use public URL (cv.eblu.me).
- Remove `/_error` test endpoint from Fly.io nginx proxy.
## [v1.7.0] - 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.0/docs-v1.7.0.tar.gz"
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.7.1/docs-v1.7.1.tar.gz"
resources:
requests:
memory: "64Mi"

View file

@ -1 +0,0 @@
Add CV to services-check (tailnet and public endpoints).

View file

@ -1 +0,0 @@
Update CV homepage link to use public URL (cv.eblu.me).

View file

@ -1 +0,0 @@
Expose CV service publicly at cv.eblu.me via Fly.io proxy.

View file

@ -1 +0,0 @@
Remove `/_error` test endpoint from Fly.io nginx proxy.

View file

@ -1 +0,0 @@
Update CV service to resume release v1.0.1.