Update docs release to v1.5.0

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-02-08 10:37:30 +00:00
commit c46d55060d
5 changed files with 13 additions and 4 deletions

View file

@ -12,6 +12,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- 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
### Documentation

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.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:
requests:
memory: "64Mi"

View file

@ -1 +0,0 @@
Add how-to guide for exposing services publicly via Fly.io reverse proxy + Tailscale tunnel.

View file

@ -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

View file

@ -1 +0,0 @@
Add Fly.io public reverse proxy infrastructure for exposing services to the internet (first target: docs.eblu.me)