Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.9.3"
".": "0.9.4"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/kopiur/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/kopiur/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# kopiur

![Version](https://img.shields.io/static/v1?label=Version&message=0.9.3&color=informational&style=flat-square) <!-- x-release-please-version -->
![Version](https://img.shields.io/static/v1?label=Version&message=0.9.4&color=informational&style=flat-square) <!-- x-release-please-version -->
![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) <!-- x-release-please-version -->
![AppVersion](https://img.shields.io/static/v1?label=AppVersion&message=0.9.4&color=informational&style=flat-square) <!-- x-release-please-version -->

Kopiur — a Kopia-native Kubernetes backup operator written in Rust.
Installs the controller, admission webhook, the 8 kopiur.home-operations.com/v1alpha1 CRDs,
Expand Down