Update docs release to v1.7.1
- Built changelog from towncrier fragments [skip ci]
This commit is contained in:
parent
7dc03c0af1
commit
70d8881959
7 changed files with 18 additions and 6 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Add CV to services-check (tailnet and public endpoints).
|
||||
|
|
@ -1 +0,0 @@
|
|||
Update CV homepage link to use public URL (cv.eblu.me).
|
||||
|
|
@ -1 +0,0 @@
|
|||
Expose CV service publicly at cv.eblu.me via Fly.io proxy.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Remove `/_error` test endpoint from Fly.io nginx proxy.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Update CV service to resume release v1.0.1.
|
||||
Loading…
Add table
Add a link
Reference in a new issue