Release notes
These release notes provide information about the current version of the IBM® z/OS® Package Manager in IBM Z® and Cloud Modernization Stack. For release notes about other products in IBM Z and Cloud Modernization Stack, see Release Notes®.
This product contains components with the following versions:
Component | Version |
---|---|
IBM z/OS Package Manager | 2.0.1 |
IBM z/OS Package Manager Operator | 2.1.1 |
If the IBM z/OS Package Manager is modified between releases of IBM Z and Cloud Modernization Stack, more versions might be available. For the latest information about product versions, always check the IBM Z and Cloud Modernization GitHub community.
What's New?
The table provides information about new features in each release for IBM z/OS Package Manager and IBM z/OS Package Manager Operator in respective columns.
IBM z/OS Package Manager Operator | IBM z/OS Package Manager |
---|---|
Version 2.1.1 Updates
|
Version 2.0.1 Updates
|
Version 2.1.0 Updates
Bug Fixes
|
Version 2.0.0 Updates
|
Version 2.0.1 Updates
|
Version 1.1.1 - Security vulnerability fixes - Added zpm search command to query a list of Product OCI artifact names and versions from the configured registry (ICR/Docker types). |
Version 2.0.0 Updates
Bug Fixes - Fixed Install z/OS Product instance deletion (uninstall) when the specified version number is invalid or outside of the supported range. This allows the instance to be deleted successfully.- Fixed Product installation, uninstallation, and validation errors when z/OS Package Manager is not installed or operational. These errors are now detected early and shown in a user-friendly way. |
Version 1.1.0 - Security vulnerability fixes |
Version 1.0.5 Updates - Updated operator to use z/OS Package Manager CLI 1.0.2. Bug Fixes - Fixed Registry Proxy Port setting so it resolves z/OS Package Manager install failure when using a proxy. |
Version 1.0.2 - Security vulnerability fixes - Fixed to correctly set z/OS Package Manager proxy port number. |
Version 1.0.4 Updates - Updated operator to use z/OS Package Manager CLI 1.0.1. |
Version 1.0.1 - OCI artifacts are signed and the signature that is created can be verified. For more information, see OCI Artifacts. |
For operator collection assets, visit Ansible Galaxy and GitHub release pages.
Note: Collection verification files, including signatures and public key, are available on the GitHub release page.
Known issues and limitations
-
It is highly recommended to use IBM 'icr.io/zpm' as the product registry location when installing software products using IBM z/OS Package Manager.
-
The OCI Artifacts'
config.mediaType
can beapplication/vnd.ibm.zosadk.config.v1+json
orapplication/vnd.oci.image.config.v1+json
and the artifact can contain layers with mediaTypeapplication/vnd.oci.image.layer.v1.tar+gzip
. The custom mediaTypeapplication/vnd.ibm.zosadk.config.v1+json
is supported by IBM Cloud® Container Registry (icr.io) and Artifactory. -
If your ZPM_STATE_DIR environment variable is set to default and the default directory
/var/zpm
has not been created the IBM z/OS Package Manager configuration list prints an error. -
It is highly recommended to create only one instance of
oelcpp
within the default IBM z/OS Package Managerinstall_hlq
even if a different namespace is specified. -
Installing more than one z/OS Package Manager instance on the same z/OS endpoint is not recommended.
This is not permitted from the same OpenShift namespace. Installing more than one z/OS Package Manager instance on the same z/OS endpoint can have unintended consequences on existing z/OS Product Install and Validate instances where they might fail or reinstall the product to a different installation directory (if different) and loose association with any previously installed product directory locations. -
If upgrading to z/OS Package Manager operator 2.0.1 from an older version,
Install z/OS Product
andValidate z/OS Product
resource instances that were created in an older version of the operator fail to reconcile withzpm_registry is undefined
error. The workaround is to upgrade to operator version 2.1.0 or newer or delete and re-create z/OS Package Manager resource instance that is associated with the product installation and validation instances. -
Sometimes after upgrading to z/OS Package Manager 2.1.0,
Validate z/OS Product
instances can reconcile into a failed state with the following error.cd:: EDC51291 No such file or directory. /.env: not found.
The workaround is to delete and re-create the
Validate z/OS Product
instance to resolve the issue.