Update docs release to v1.7.0

- Built changelog from towncrier fragments

[skip ci]
This commit is contained in:
Forgejo Actions 2026-02-12 11:46:38 -08:00
commit 200be39492
6 changed files with 17 additions and 5 deletions

View file

@ -12,6 +12,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
<!-- towncrier release notes start -->
## [v1.7.0] - 2026-02-12
### Features
- Add CV/resume web app at cv.ops.eblu.me — container, k8s manifests, Caddy route, and deploy workflow. Content built from separate cv repo.
### Infrastructure
- Extend forgejo_actions_secrets Ansible role to support multiple repos.
### Documentation
- Add CV service reference card and update apps registry, Caddy docs, and services index.
- Add how-to guide for creating release artifact workflows with Forgejo packages.
## [v1.6.9] - 2026-02-11
### Bug Fixes

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.6.9/docs-v1.6.9.tar.gz"
value: "https://forge.ops.eblu.me/eblume/blumeops/releases/download/v1.7.0/docs-v1.7.0.tar.gz"
resources:
requests:
memory: "64Mi"

View file

@ -1 +0,0 @@
Add CV service reference card and update apps registry, Caddy docs, and services index.

View file

@ -1 +0,0 @@
Add CV/resume web app at cv.ops.eblu.me — container, k8s manifests, Caddy route, and deploy workflow. Content built from separate cv repo.

View file

@ -1 +0,0 @@
Extend forgejo_actions_secrets Ansible role to support multiple repos.

View file

@ -1 +0,0 @@
Add how-to guide for creating release artifact workflows with Forgejo packages.