From 1d0b2a31b1b59dd45a1332778ef9063739eca13d Mon Sep 17 00:00:00 2001 From: Manoj Paladiya Date: Thu, 3 Oct 2024 11:58:38 +0530 Subject: [PATCH] Update readme for v1.16.1 release --- README.md | 6 +++--- docs/download-github.md | 36 ++++++++++++++++++------------------ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 979a0d6..d71c625 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ There are two ways to obtain the plugin ### Download from IBM container registry -The plugin is also provided in a container image `cp.icr.io/cpopen/cpfs/ibm-pak:TAG` where `TAG` should be replaced with the corresponding plugin version, for example `cp.icr.io/cpopen/cpfs/ibm-pak:v1.16.0` will have `v1.16.0` of the plugin. +The plugin is also provided in a container image `cp.icr.io/cpopen/cpfs/ibm-pak:TAG` where `TAG` should be replaced with the corresponding plugin version, for example `cp.icr.io/cpopen/cpfs/ibm-pak:v1.16.1` will have `v1.16.1` of the plugin. The following command will create a container and copy the plug-ins for all the supported platforms in a directory, `plugin-dir`. You can specify any directory name and it will be created while copying. After copying, it will delete the temporary container. The `plugin-dir` will have all the binaries and other artifacts you find in a Github release and repo at [IBM/ibm-pak](https://github.com/IBM/ibm-pak). For example, 1. If you use docker: ``` -id=$(docker create cp.icr.io/cpopen/cpfs/ibm-pak:v1.16.0 - ) +id=$(docker create cp.icr.io/cpopen/cpfs/ibm-pak:v1.16.1 - ) docker cp $id:/ibm-pak-plugin plugin-dir docker rm -v $id cd plugin-dir @@ -51,7 +51,7 @@ cd plugin-dir 2. If you podman: ``` -id=$(podman create cp.icr.io/cpopen/cpfs/ibm-pak:v1.16.0 - ) +id=$(podman create cp.icr.io/cpopen/cpfs/ibm-pak:v1.16.1 - ) podman cp $id:/ibm-pak-plugin plugin-dir podman rm -v $id cd plugin-dir diff --git a/docs/download-github.md b/docs/download-github.md index c27a24b..ec25007 100644 --- a/docs/download-github.md +++ b/docs/download-github.md @@ -21,15 +21,15 @@ Example using `curl`: ``` -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-darwin-amd64.tar.gz -o oc-ibm_pak-darwin-amd64.tar.gz -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-darwin-amd64.tar.gz.sig -o oc-ibm_pak-darwin-amd64.tar.gz.sig +curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-darwin-amd64.tar.gz -o oc-ibm_pak-darwin-amd64.tar.gz +curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-darwin-amd64.tar.gz.sig -o oc-ibm_pak-darwin-amd64.tar.gz.sig ``` Example using `wget`: ``` -wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-darwin-amd64.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-darwin-amd64.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-darwin-amd64.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-darwin-amd64.tar.gz.sig ``` ## Linux x86-architecture @@ -37,15 +37,15 @@ wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-darwin- Example using `curl`: ``` -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-amd64.tar.gz -o oc-ibm_pak-linux-amd64.tar.gz -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-amd64.tar.gz.sig -o oc-ibm_pak-linux-amd64.tar.gz.sig +curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-amd64.tar.gz -o oc-ibm_pak-linux-amd64.tar.gz +curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-amd64.tar.gz.sig -o oc-ibm_pak-linux-amd64.tar.gz.sig ``` Example using `wget`: ``` -wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-amd64.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-amd64.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-amd64.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-amd64.tar.gz.sig ``` ## Linux ppc64le-architecture @@ -53,15 +53,15 @@ wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-a Example using `curl`: ``` -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-ppc64le.tar.gz -o oc-ibm_pak-linux-ppc64le.tar.gz -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-ppc64le.tar.gz.sig -o oc-ibm_pak-linux-ppc64le.tar.gz.sig +curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-ppc64le.tar.gz -o oc-ibm_pak-linux-ppc64le.tar.gz +curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-ppc64le.tar.gz.sig -o oc-ibm_pak-linux-ppc64le.tar.gz.sig ``` Example using `wget`: ``` -wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-ppc64le.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-ppc64le.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-ppc64le.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-ppc64le.tar.gz.sig ``` ## Linux s390x-architecture @@ -69,15 +69,15 @@ wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-p Example using `curl`: ``` -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-s390x.tar.gz -o oc-ibm_pak-linux-s390x.tar.gz -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-s390x.tar.gz.sig -o oc-ibm_pak-linux-s390x.tar.gz.sig +curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-s390x.tar.gz -o oc-ibm_pak-linux-s390x.tar.gz +curl -L https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-s390x.tar.gz.sig -o oc-ibm_pak-linux-s390x.tar.gz.sig ``` Example using `wget`: ``` -wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-s390x.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-s390x.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-s390x.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-linux-s390x.tar.gz.sig ``` ## Windows @@ -85,8 +85,8 @@ wget https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-linux-s Example (from PowerShell) using `curl`: ``` -curl https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-windows-amd64.tar.gz -o oc-ibm_pak-windows-amd64.tar.gz -curl https://github.com/IBM/ibm-pak/releases/download/v1.16.0/oc-ibm_pak-windows-amd64.tar.gz.sig -o oc-ibm_pak-windows-amd64.tar.gz.sig +curl https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-windows-amd64.tar.gz -o oc-ibm_pak-windows-amd64.tar.gz +curl https://github.com/IBM/ibm-pak/releases/download/v1.16.1/oc-ibm_pak-windows-amd64.tar.gz.sig -o oc-ibm_pak-windows-amd64.tar.gz.sig ``` # Download public keys for ibm-pak versions less than v1.5.0