Skip to content

Releases: zeropsio/zcli

v1.1.0

26 May 19:36

Choose a tag to compare

This release introduces zcli upgrade — a self-updater that can check for new versions, pick a specific release through an interactive picker, and install over the existing binary. zcli now also surfaces a non-blocking warning when a newer version is available, and the npm package ships prebuilt per-platform binaries as optional dependencies.

Added

  • zcli upgrade to update the CLI binary to the latest version, with --check (report without installing), --version (target a specific release), --pick-version (interactive TUI release picker), --include-pre-release (include pre-releases in the picker), --no-cache (bypass the cached version lookup), and --download-timeout (#259, #262)
  • Background version-available warning shown on any command invocation when a newer version is available, with the result cached on disk so repeated invocations stay fast (#259)
  • npm package now ships prebuilt per-platform binaries as optional dependencies, reducing install size and removing the post-install download step (#261)

Changed

  • upgrade --check exits with a non-zero code when an update is available, so scripts can react without parsing output (#262)

Full Changelog: v1.0.67...v1.1.0

v1.1.0-rc0

26 May 19:12

Choose a tag to compare

v1.1.0-rc0 Pre-release
Pre-release

Pre-release for testing the zcli upgrade self-updater and npm distribution overhaul before stable.

Added

  • Self-update command: zcli upgrade upgrades the CLI in-place, with --check to preview current/target/latest versions, --pick-version for an interactive TUI release picker, --include-pre-release to opt into rcs, and --no-cache to bypass the cached version check (#259, #262)
  • Distribute @zerops/zcli on npm as prebuilt per-platform binaries via optional packages, with smoke-test CI across OS/arch combinations and package managers (#261)

Full Changelog: v1.0.67...v1.1.0-rc0

v1.0.68-rc0

25 May 18:33

Choose a tag to compare

v1.0.68-rc0 Pre-release
Pre-release

What's Changed

  • feat(version): zcli upgrade self-updater + version checks by @l-hellmann in #259

Full Changelog: v1.0.67...v1.0.68-rc0

v1.0.67

20 May 19:39

Choose a tag to compare

What's Changed

  • Add integration test harness, push/deploy + TUI tests, document two production bugs by @l-hellmann in #252
  • ci, build: modernize toolchain — goreleaser, golangci-lint v2, Makefile-only tooling by @l-hellmann in #254

Full Changelog: v1.0.66...v1.0.67

v1.0.67-rc2

20 May 19:28

Choose a tag to compare

v1.0.67-rc2 Pre-release
Pre-release

v1.0.67-rc1

20 May 19:17

Choose a tag to compare

v1.0.67-rc1 Pre-release
Pre-release

v1.0.67-rc0

20 May 18:58

Choose a tag to compare

v1.0.67-rc0 Pre-release
Pre-release

What's Changed

  • Add integration test harness, push/deploy + TUI tests, document two production bugs by @l-hellmann in #252

Full Changelog: v1.0.66...v1.0.67-rc0

v1.0.66

23 Apr 09:41

Choose a tag to compare

What's Changed

Full Changelog: v1.0.65...v1.0.66

v1.0.65

15 Apr 19:11

Choose a tag to compare

What's Changed

  • Reapply: Use upload url from POST /app-version instead of direct PUT /app-version/{id}/upload by @tikinang in #250

Full Changelog: v1.0.64...v1.0.65

v1.0.64

06 Apr 20:54

Choose a tag to compare

What's Changed

Full Changelog: v1.0.63...v1.0.64