Release 3.0.0
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.
- zpa-cli-3.0.0.zip (requires Java 17+)
☕️ Bundled Java Runtimes
These binaries provide their own Java runtime.
| Platform | Intel | Arm |
|---|---|---|
| MacOS | zpa-cli-3.0.0-osx-x86_64.tar.gz | zpa-cli-3.0.0-osx-aarch_64.tar.gz |
| Linux (glibc) | zpa-cli-3.0.0-linux-x86_64.tar.gz | zpa-cli-3.0.0-linux-aarch_64.tar.gz |
| Alpine Linux (musl) | zpa-cli-3.0.0-linux_musl-x86_64.tar.gz | |
| Windows | zpa-cli-3.0.0-windows-x86_64.zip |
Short changelog
🧰 Tasks
- 16c215f upgrade dependencies to ZPA 4.0.0
🛠 Build
- 12aeea6 upgrade bundled JRE to Liberica 25 and streamline Docker setup