Skip to content

Releases: IBM/ibm-pak

v1.4.2

24 Jan 04:06
589bff5
Compare
Choose a tag to compare
  • Vulnerabilty fixes
  • GCP plugin authentication issues.

v1.4.1

12 Dec 17:12
384aa4e
Compare
Choose a tag to compare
  1. Increase default http timeout to 20s. Add support for setting retries as well by exporting IBMPAK_HTTP_RETRY (default value 3) when plugin times out on slower networks during CASE downloads.
  2. Give a warning message when case catalogs are downloaded for same case with different names.

v1.4.0

22 Nov 04:17
8ecb8f1
Compare
Choose a tag to compare
  • The ibm-pak plug-in now generates a component-set-config.yaml file per CASE retrieval that can be used to pin a specific version downloaded. The component-set-config.yaml can be specified as input on future CASE retrievals to ensure a repeatable install.
  • The list command now shows you the Application Version in addition to the CASE version for both available CASEs, including the one you have already downloaded.
  • Colored plug-in console output can be enabled by running the command, oc ibm-pak config color --enable true, to highlight success or error messages.

v1.3.1

17 Oct 10:47
ec8751b
Compare
Choose a tag to compare
  • Vulnerability fixes
  • Fix for filtering groups via --filter. Default groups shouldn't be used if groups are provided in the command line filtering.

v1.3.0

26 Sep 03:22
2919f7d
Compare
Choose a tag to compare
  • Support for PowerPC 64-bit, little-endian, and IBM Z architecture.
  • Enhanced describe command to view the top-level namespaces where images will be mirrored.

v1.2.1

09 Sep 08:32
ce4866f
Compare
Choose a tag to compare

Security fixes

v1.2.0

26 Jul 14:46
1c70349
Compare
Choose a tag to compare

The following enhancements are introduced:

  • Download CASEs from cp.icr.io, an OCI compliant registry that stores CASEs as OCI artifacts. You can issue the below command to configure a repo which will download the CASEs from cp.icr.io registry.
oc ibm-pak config repo 'IBM Cloud-Pak OCI registry' -r oci:cp.icr.io/cpopen --enable
  • List all available CASEs to download, as well as list the versions and the latest versions available for CASEs that you already downloaded. You can list all the available CASEs to download by issuing the following command
    oc ibm-pak list
    In order to list the versions of already downloaded CASEs you can issue
    oc ibm-pak list --downloaded
    Get more help on list command by issuing the following
    oc ibm-pak list --help
  • Get command outputs in json or yaml.

v1.1.0

28 Jun 12:51
c791ba9
Compare
Choose a tag to compare

Generates the catalog source manifests which can be applied to the cluster to install the catalog as an alternative to https://github.com/IBM/ibm-pak-plugin#launch-command-install-a-catalog

The catalog source manifests are generated in the same directory as image-content-source-policy.yaml and are applied to the cluster in the same way via oc apply -f command

v1.0.0

20 Jun 21:11
31d1358
Compare
Choose a tag to compare

IBM Catalog Management Plug-in for IBM Cloud Paks 1.0 is GA now with v1.0.0. The plugin streamlines the deployment of IBM Cloud Paks in a disconnected environment which was done earlier using cloudctl

Provides functionalities to:

  • Download the CASE
  • Generate Mirror Manifests to be used during mirroring the images via oc image mirror
  • Install the catalog and operators in the Openshift Cluster Platform and
  • Configure locale for textual helps and messages

The plugin enables path for mirroring via:

  • Bastion Host and
  • File System

You can find more details in the README.md and the IBM Cloud Pak foundational services 3.19.0 release documentation

v1.0.0-alpha.0

11 Apr 23:39
7e7f092
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

First release of IBM Catalog Management Plug-in for IBM Cloud Paks 1.0 as a Tech Preview. The plugin streamlines the deployment of IBM Cloud Paks in a disconnected environment which was done earlier using cloudctl

Provides functionalities to:

  • Download the CASE
  • Generate Mirror Manifests to be used during mirroring the images via oc image mirror and
  • Install the catalog and operators in the Openshift Cluster Platform.

The plugin enables path for mirroring via:

  • Bastion Host and
  • File System

You can find more details in the README.md and the IBM Cloud Pak foundational services 3.17.0 release documentation