From 7934850c09243b42e5b8cb7160998db553adf426 Mon Sep 17 00:00:00 2001 From: Manoj Paladiya Date: Wed, 8 May 2024 08:08:00 +0530 Subject: [PATCH] Update readme for v1.15.0 release Signed-off-by: Manoj Paladiya --- README.md | 6 +++--- docs/download-github.md | 36 ++++++++++++++++++------------------ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 9e8e455..4d0c5f6 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.14.1` will have `v1.14.1` 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.15.0` will have `v1.15.0` 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.14.1 - ) +id=$(docker create cp.icr.io/cpopen/cpfs/ibm-pak:v1.15.0 - ) 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.14.1 - ) +id=$(podman create cp.icr.io/cpopen/cpfs/ibm-pak:v1.15.0 - ) 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 77a2def..aa3b073 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.14.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.14.1/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.15.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.15.0/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.14.1/oc-ibm_pak-darwin-amd64.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-darwin-amd64.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-darwin-amd64.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/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.14.1/oc-ibm_pak-darwin- Example using `curl`: ``` -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.14.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.14.1/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.15.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.15.0/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.14.1/oc-ibm_pak-linux-amd64.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-amd64.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-amd64.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/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.14.1/oc-ibm_pak-linux-a Example using `curl`: ``` -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.14.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.14.1/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.15.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.15.0/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.14.1/oc-ibm_pak-linux-ppc64le.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-ppc64le.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-ppc64le.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/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.14.1/oc-ibm_pak-linux-p Example using `curl`: ``` -curl -L https://github.com/IBM/ibm-pak/releases/download/v1.14.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.14.1/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.15.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.15.0/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.14.1/oc-ibm_pak-linux-s390x.tar.gz -wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-s390x.tar.gz.sig +wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-s390x.tar.gz +wget https://github.com/IBM/ibm-pak/releases/download/v1.15.0/oc-ibm_pak-linux-s390x.tar.gz.sig ``` ## Windows @@ -85,8 +85,8 @@ wget https://github.com/IBM/ibm-pak/releases/download/v1.14.1/oc-ibm_pak-linux-s Example (from PowerShell) using `curl`: ``` -curl https://github.com/IBM/ibm-pak/releases/download/v1.14.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.14.1/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.15.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.15.0/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