Skip to content

Release 3.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Oct 01:04
· 16 commits to main since this release
6ff6f27

Highlights

ZPA 4.0.0

This release includes the ZPA 4.0.0.

Make sure to build your custom plugins with this version of ZPA before using them in ZPA CLI.

Binaries

🌟 Universal

This distribution requires an external Java runtime.

☕️ Bundled Java Runtimes

These binaries provide their own Java runtime.

Platform Intel Arm
MacOS zpa-cli-3.0.1-osx-x86_64.tar.gz zpa-cli-3.0.1-osx-aarch_64.tar.gz
Linux (glibc) zpa-cli-3.0.1-linux-x86_64.tar.gz zpa-cli-3.0.1-linux-aarch_64.tar.gz
Alpine Linux (musl) zpa-cli-3.0.1-linux_musl-x86_64.tar.gz
Windows zpa-cli-3.0.1-windows-x86_64.zip

Short changelog

🐛 Fixes

  • b9f2934 update package references to com.felipebz.zpa.api to fix a NoClassDefFoundError when loading custom plugins (fixes #63), closes #63