Update docs release to v1.7.0
- Built changelog from towncrier fragments [skip ci]
This commit is contained in:
parent
63e67b927a
commit
200be39492
6 changed files with 17 additions and 5 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Add CV service reference card and update apps registry, Caddy docs, and services index.
|
||||
|
|
@ -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.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Extend forgejo_actions_secrets Ansible role to support multiple repos.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Add how-to guide for creating release artifact workflows with Forgejo packages.
|
||||
Loading…
Add table
Add a link
Reference in a new issue