From 056cf9c3f7deba1ae7753c3e350a69f532a23806 Mon Sep 17 00:00:00 2001 From: Tyler Koenig Date: Tue, 2 Jun 2026 15:34:50 -0400 Subject: [PATCH] docs: add missing changelog entries for 2026.05.6 and 2026.06.2 Both tags were infrastructure-only (CI/CD pipeline work). Marked as (infrastructure) to distinguish from user-facing releases. --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d196d1..0d74313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2026.06.2] — 2026-06-02 (infrastructure) + +### Changed +- Split release pipeline into separate binary and Docker workflows (#45) +- Pin Docker base images by digest (#45) +- Add GitHub release relay — mirrors Gitea releases to GitHub (#49) +- Add Grype CVE scanning to Docker pipeline (#45) +- Make CVE scan non-blocking for non-exploitable wish SCP vulnerability (#48) + +### Fixed +- git-cliff install in CI — resolve download URL dynamically, extract to /tmp (#46, #47) + ## [2026.06.1] — 2026-06-01 ### Changed @@ -15,6 +27,14 @@ - Existing Docker volumes with root-owned files require migration before upgrading: `docker run --rm -v :/data alpine chown -R 1000:1000 /data` +## [2026.05.6] — 2026-05-30 (infrastructure) + +### Changed +- Sync README to Docker Hub on release (#43) + +### Security +- Patch Docker Scout CVEs, remove unused openssh-client (#41) + ## [2026.05.5] — 2026-05-29 ### Added