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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Bump zad-cli from v0.5.0 to v0.6.0 (restore deployment, pvc-snapshots and admin commands, async admin delete, syncs with upstream ZAD API changes from 2026-05-18; zad-cli drops the `-s` alias and renders list commands as tables, but the actions do not parse that output so no behaviour change here)

## [4.0.4] - 2026-05-07

### Changed
Expand Down
2 changes: 1 addition & 1 deletion scripts/zad-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Install zad-cli if not already available.
# Pin to a specific version tag to prevent breaking changes.
ZAD_CLI_VERSION="v0.5.0"
ZAD_CLI_VERSION="v0.6.0"

install_zad_cli() {
if command -v zad >/dev/null 2>&1; then
Expand Down