From 2141d254d39d6bea55fc844c342c826c164308ff Mon Sep 17 00:00:00 2001 From: "sticky-gecko[bot]" <203671426+sticky-gecko[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:55:37 +0000 Subject: [PATCH] chore(release): 0.9.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ deploy/helm/kopiur/Chart.yaml | 4 ++-- deploy/helm/kopiur/README.md | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ee2bfff4..1b1f6a80 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.3" + ".": "0.9.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec5cb54..2db1e3e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.9.4](https://github.com/home-operations/kopiur/compare/0.9.3...0.9.4) (2026-08-08) + + +### Features + +* **docs:** Update README.md ([#358](https://github.com/home-operations/kopiur/issues/358)) ([05d2506](https://github.com/home-operations/kopiur/commit/05d2506fb7e5a81d4db22abdb68cf78037150e70)) + + +### Bug Fixes + +* implement pvcSelector/groupBy ([#346](https://github.com/home-operations/kopiur/issues/346)) and model deduped backups as Unchanged ([#351](https://github.com/home-operations/kopiur/issues/351)) ([#354](https://github.com/home-operations/kopiur/issues/354)) ([a2b9ae6](https://github.com/home-operations/kopiur/commit/a2b9ae6ee5e6de729108a2f7b88894a027b61d95)) +* **rust:** update crate clap (4.6.5 → 4.6.6) ([#357](https://github.com/home-operations/kopiur/issues/357)) ([e9ca396](https://github.com/home-operations/kopiur/commit/e9ca3969fdc746b6b1f96f72e7668fab2c2117be)) + + +### Miscellaneous Chores + +* **mise:** Update tool node (24.18.1 → v24.19.0) ([#353](https://github.com/home-operations/kopiur/issues/353)) ([2f28c6d](https://github.com/home-operations/kopiur/commit/2f28c6d8daa4f90eb4fc213c0ababdf3b65730ce)) +* **mise:** Update tool oxfmt (0.61.0 → 0.62.0) ([#356](https://github.com/home-operations/kopiur/issues/356)) ([e95df6b](https://github.com/home-operations/kopiur/commit/e95df6bade7327bc8ad238e3466e030a08de8082)) + ## [0.9.3](https://github.com/home-operations/kopiur/compare/0.9.2...0.9.3) (2026-08-05) diff --git a/deploy/helm/kopiur/Chart.yaml b/deploy/helm/kopiur/Chart.yaml index 2c53e6e8..9609ce4e 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.3 # x-release-please-version +version: 0.9.4 # x-release-please-version # Operator/image version this chart deploys by default. -appVersion: "0.9.3" # x-release-please-version +appVersion: "0.9.4" # 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 349e73eb..3856957b 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.3&color=informational&style=flat-square) +![Version](https://img.shields.io/static/v1?label=Version&message=0.9.4&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.3&color=informational&style=flat-square) +![AppVersion](https://img.shields.io/static/v1?label=AppVersion&message=0.9.4&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,