From 9e611d266d52599696a746134f5251da8815bbf3 Mon Sep 17 00:00:00 2001 From: "sticky-gecko[bot]" <203671426+sticky-gecko[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 18:41:24 +0000 Subject: [PATCH] chore(release): 0.9.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ deploy/helm/kopiur/Chart.yaml | 4 ++-- deploy/helm/kopiur/README.md | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b1f6a80..871c1ad9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.4" + ".": "0.9.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db1e3e1..051607ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.9.5](https://github.com/home-operations/kopiur/compare/0.9.4...0.9.5) (2026-08-08) + + +### Bug Fixes + +* deliver s3 tls.caBundleRef to every kopia invocation ([#365](https://github.com/home-operations/kopiur/issues/365)) ([cda0237](https://github.com/home-operations/kopiur/commit/cda0237d3ed9d6b980c79125c521ece5a618b79f)) +* doctor misses structurally-blocked work ([#359](https://github.com/home-operations/kopiur/issues/359)) + phase/gate exhaustiveness ratchet ([#363](https://github.com/home-operations/kopiur/issues/363)) ([b844974](https://github.com/home-operations/kopiur/commit/b844974fd2f4d899a54315bef990d96146607d91)) +* **rust:** update crate thiserror (2.0.19 → 2.0.20) ([#360](https://github.com/home-operations/kopiur/issues/360)) ([4aa646d](https://github.com/home-operations/kopiur/commit/4aa646d9578c1406593769a6ae2db33894e15a22)) + + +### Continuous Integration + +* **github-action:** Update action docker/github-builder (v1.15.0 → v1.16.0) ([#362](https://github.com/home-operations/kopiur/issues/362)) ([db32818](https://github.com/home-operations/kopiur/commit/db32818586c75de393c7285fd0204be5ddfa8c5e)) + ## [0.9.4](https://github.com/home-operations/kopiur/compare/0.9.3...0.9.4) (2026-08-08) diff --git a/deploy/helm/kopiur/Chart.yaml b/deploy/helm/kopiur/Chart.yaml index 9609ce4e..6aa31bff 100644 --- a/deploy/helm/kopiur/Chart.yaml +++ b/deploy/helm/kopiur/Chart.yaml @@ -8,9 +8,9 @@ type: application # Chart + default image version, stamped by release-please on every release so # a git-sourced install deploys real image tags (the release workflow re-stamps # both at package time anyway; these keep the repo copy from going stale). -version: 0.9.4 # x-release-please-version +version: 0.9.5 # x-release-please-version # Operator/image version this chart deploys by default. -appVersion: "0.9.4" # x-release-please-version +appVersion: "0.9.5" # x-release-please-version # Floor matches the default `streamingLists: true` (WatchList: beta in 1.32/1.33, # GA in 1.34). The CSI volume-populator path (Restore + PVC.dataSourceRef) needs # the AnyVolumeDataSource feature, available well below this floor. diff --git a/deploy/helm/kopiur/README.md b/deploy/helm/kopiur/README.md index 3856957b..6fc8536a 100644 --- a/deploy/helm/kopiur/README.md +++ b/deploy/helm/kopiur/README.md @@ -1,8 +1,8 @@ # kopiur -![Version](https://img.shields.io/static/v1?label=Version&message=0.9.4&color=informational&style=flat-square) +![Version](https://img.shields.io/static/v1?label=Version&message=0.9.5&color=informational&style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) -![AppVersion](https://img.shields.io/static/v1?label=AppVersion&message=0.9.4&color=informational&style=flat-square) +![AppVersion](https://img.shields.io/static/v1?label=AppVersion&message=0.9.5&color=informational&style=flat-square) Kopiur — a Kopia-native Kubernetes backup operator written in Rust. Installs the controller, admission webhook, the 8 kopiur.home-operations.com/v1alpha1 CRDs,