From c53e294882d42aca6544ce7364b83560cbd260c1 Mon Sep 17 00:00:00 2001 From: Anne Schuth Date: Thu, 7 May 2026 15:06:49 +0200 Subject: [PATCH] fix: bump zad-cli to v0.5.0 Pulls in v2 deployment read endpoints, mutation confirmations, faster describe, and error/validation fixes shipped in v0.4.0 and v0.5.0 upstream. --- CHANGELOG.md | 1 + scripts/zad-common.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d3c80..dad3788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed +- Bump zad-cli from v0.3.0 to v0.5.0 (v2 deployment read endpoints, mutation confirmations, faster `describe`, plus error/validation fixes) - Bump `softprops/action-gh-release` from v2 to v3 in release workflow (moves release job to Node 24 runtime) ## [4.0.3] - 2026-04-21 diff --git a/scripts/zad-common.sh b/scripts/zad-common.sh index fdb3ff9..a1a815c 100755 --- a/scripts/zad-common.sh +++ b/scripts/zad-common.sh @@ -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.3.0" +ZAD_CLI_VERSION="v0.5.0" install_zad_cli() { if command -v zad >/dev/null 2>&1; then