Update docs release to v1.5.0
- Built changelog from towncrier fragments [skip ci]
This commit is contained in:
parent
64a78422b1
commit
c46d55060d
5 changed files with 13 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -12,6 +12,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
<!-- towncrier release notes start -->
|
<!-- towncrier release notes start -->
|
||||||
|
|
||||||
|
## [v1.5.0] - 2026-02-08
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- Add Fly.io public reverse proxy infrastructure for exposing services to the internet (first target: docs.eblu.me)
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
- Add how-to guide for exposing services publicly via Fly.io reverse proxy + Tailscale tunnel.
|
||||||
|
- Update docs for public proxy: canonical URL is now docs.eblu.me, add Fly.io proxy reference card and operations how-to
|
||||||
|
|
||||||
|
|
||||||
## [v1.4.2] - 2026-02-08
|
## [v1.4.2] - 2026-02-08
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ spec:
|
||||||
name: http
|
name: http
|
||||||
env:
|
env:
|
||||||
- name: DOCS_RELEASE_URL
|
- name: DOCS_RELEASE_URL
|
||||||
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.4.2/docs-v1.4.2.tar.gz"
|
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.5.0/docs-v1.5.0.tar.gz"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "64Mi"
|
memory: "64Mi"
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Add how-to guide for exposing services publicly via Fly.io reverse proxy + Tailscale tunnel.
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Update docs for public proxy: canonical URL is now docs.eblu.me, add Fly.io proxy reference card and operations how-to
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Add Fly.io public reverse proxy infrastructure for exposing services to the internet (first target: docs.eblu.me)
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue