From 5ab16baafacaa83161f4e91721fc471400774413 Mon Sep 17 00:00:00 2001 From: Naga Ravi Chaitanya Elluri Date: Thu, 25 Aug 2022 14:42:18 -0400 Subject: [PATCH] Bump release version --- containers/Dockerfile | 2 +- containers/Dockerfile-ppc64le | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/Dockerfile b/containers/Dockerfile index 467c1f05..b40e8462 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -21,7 +21,7 @@ COPY --from=azure-cli /usr/local/bin/az /usr/bin/az RUN yum install epel-release -y && \ yum install -y git python39 python3-pip jq gettext && \ python3.9 -m pip install -U pip && \ - git clone https://github.com/redhat-chaos/krkn.git --branch v1.0.0 /root/kraken && \ + git clone https://github.com/redhat-chaos/krkn.git --branch v1.0.1 /root/kraken && \ mkdir -p /root/.kube && cd /root/kraken && \ pip3.9 install -r requirements.txt diff --git a/containers/Dockerfile-ppc64le b/containers/Dockerfile-ppc64le index 724900c3..378078ca 100644 --- a/containers/Dockerfile-ppc64le +++ b/containers/Dockerfile-ppc64le @@ -15,7 +15,7 @@ RUN curl -L -o openshift-client-linux.tar.gz https://mirror.openshift.com/pub/op # Install dependencies RUN yum install epel-release -y && \ yum install -y git python36 python3-pip gcc libffi-devel python36-devel openssl-devel gcc-c++ make jq gettext && \ -git clone https://github.com/redhat-chaos/krkn.git --branch v1.0.0 /root/kraken && \ +git clone https://github.com/redhat-chaos/krkn.git --branch v1.0.1 /root/kraken && \ mkdir -p /root/.kube && cd /root/kraken && \ pip3 install cryptography==3.3.2 && \ pip3 install -r requirements.txt setuptools==40.3.0 urllib3==1.25.4