From dbf02a6c22fc286931250056a199d33da3296f84 Mon Sep 17 00:00:00 2001 From: Tullio Sebastiani Date: Thu, 9 Nov 2023 17:47:00 +0100 Subject: [PATCH] updated krkn-lib to fix log filtering in prow (#527) --- containers/Dockerfile | 2 +- containers/Dockerfile-ppc64le | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/containers/Dockerfile b/containers/Dockerfile index 0fd0c85f..5f208337 100644 --- a/containers/Dockerfile +++ b/containers/Dockerfile @@ -14,7 +14,7 @@ COPY --from=azure-cli /usr/local/bin/az /usr/bin/az # Install dependencies RUN yum install -y git python39 python3-pip jq gettext wget && \ python3.9 -m pip install -U pip && \ - git clone https://github.com/redhat-chaos/krkn.git --branch v1.5.1 /root/kraken && \ + git clone https://github.com/redhat-chaos/krkn.git --branch v1.5.2 /root/kraken && \ mkdir -p /root/.kube && cd /root/kraken && \ pip3.9 install -r requirements.txt && \ pip3.9 install virtualenv && \ diff --git a/containers/Dockerfile-ppc64le b/containers/Dockerfile-ppc64le index b6eb795d..7192b280 100644 --- a/containers/Dockerfile-ppc64le +++ b/containers/Dockerfile-ppc64le @@ -14,7 +14,7 @@ COPY --from=azure-cli /usr/local/bin/az /usr/bin/az # Install dependencies RUN yum install -y git python39 python3-pip jq gettext wget && \ python3.9 -m pip install -U pip && \ - git clone https://github.com/redhat-chaos/krkn.git --branch v1.5.1 /root/kraken && \ + git clone https://github.com/redhat-chaos/krkn.git --branch v1.5.2 /root/kraken && \ mkdir -p /root/.kube && cd /root/kraken && \ pip3.9 install -r requirements.txt && \ pip3.9 install virtualenv && \ diff --git a/requirements.txt b/requirements.txt index 40d05606..f8cef500 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ ibm_cloud_sdk_core ibm_vpc itsdangerous==2.0.1 jinja2==3.0.3 -krkn-lib>=1.4.1 +krkn-lib>=1.4.2 kubernetes lxml >= 4.3.0 oauth2client>=4.1.3