ZST API
Azul Zing System Tools Versioning and Naming Conventions
Azul Zing System Tools (ZST) installation packages are available from the Azul Platform Prime Customer Downloads page and are only available to Azul customers.
This document provides more insight into the version numbering and naming conventions used for ZST.
Versioning Scheme
The numbers in the ZST package name contain information about which different environments and kernels a ZST package supports.
Part | Example | Description |
---|---|---|
|
The ZST API version. |
|
|
|
The supported Linux kernel version in format |
|
|
The ZST release version in format |
|
|
The build number = the number of times this version of the software has been built and packaged. |
|
|
Optional CKMS build number. When present, the package has support for newer kernels while there are no ZST code changes. |
Bundle Name Convention
RPM Packages
The ZST version number has the following structure for rpm packages:
<NAME>-<ZST API>.<KERNEL A.B.C>-<VERSION A.B.C.D>.<BUILD>.<CKMS>.<DISTRIBUTION>.<ARCHITECTURE>.<PACKAGE>
To explain both the RPM and DEB packages uniformly in this document, we don’t follow the exact naming used in the RPM specification (see RPM File Naming Convention for more information).
This is the link between the naming used in this document and the RPM specification:
Prime | RPM |
---|---|
<NAME> |
name |
<ZST API>.<KERNEL A.B.C> |
version |
<VERSION A.B.C.D>.<BUILD>.<CKMS> |
release |
<DISTRIBUTION>.<ARCHITECTURE> |
architecture |
The following table explains every part of the file name using this example package:
zing-zst-8c.4.18.0-5.22.13.0.2.3.el8.x86_64.rpm
Part | Example | Description |
---|---|---|
|
|
The product name. |
|
|
The ZST API version. |
|
|
The supported Linux kernel version in format |
|
|
The ZST release version in format |
|
|
The build number. |
|
|
Optional CKMS build number. |
|
|
|
|
|
The target platform. |
|
|
The package format. |
DEB Packages
The ZST version number has the following structure for DEB packages:
<NAME>-<ZST API>.<KERNEL A.B.C>.<ARCHITECTURE>-<DISTRIBUTION>-<VERSION A.B.C.D>.<BUILD>.<CKMS>_<ARCHITECTURE>.<PACKAGE>
The following table explains every part of the file name using this example package:
zing-zst-8c.4.15.0.x86.64-ub2204-5.22.13.0.2.3_amd64.deb
Part | Example | Description |
---|---|---|
|
|
The product name. |
|
|
The ZST API version. |
|
|
The supported Linux kernel version in format |
|
|
The processor instruction set. |
|
|
|
|
|
The ZST release version in format |
|
|
The build number. |
|
|
Optional CKMS build number. |
|
|
The target platform. |
|
|
The package format. |