Skip to content

Commit f2a08e2

Browse files
authored
chore(deps): bump zad-cli to v0.6.0 (#49)
Syncs with upstream ZAD API changes from 2026-05-18 and pulls in the new restore/pvc-snapshots/admin commands and async admin delete. The actions only call deployment create/delete with --output json, so the zad-cli CLI changes in v0.6.0 (dropped -s alias, table-rendered list commands) do not affect this repo.
1 parent 9d4439e commit f2a08e2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
- 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)
12+
1013
## [4.0.4] - 2026-05-07
1114

1215
### Changed

scripts/zad-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

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

0 commit comments

Comments
 (0)