From e8076b91e403c3262d4222dd37e36ca074985b62 Mon Sep 17 00:00:00 2001 From: Johnathan Kupferer Date: Tue, 28 Nov 2023 07:19:41 -0500 Subject: [PATCH] Update build-s2i-python-kopf to v1.36.2 (#627) - Update python libraries to latest versions --- build-s2i-python-kopf/Dockerfile | 4 ++-- build-s2i-python-kopf/build/build_config.yaml | 2 +- .../examples/kopf-simple/requirements.txt | 2 +- .../examples/openshift-template-deployer/requirements.txt | 2 +- build-s2i-python-kopf/install/requirements.txt | 8 ++++---- build-s2i-python-kopf/version.json | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build-s2i-python-kopf/Dockerfile b/build-s2i-python-kopf/Dockerfile index 4605141fd..5d34c6081 100644 --- a/build-s2i-python-kopf/Dockerfile +++ b/build-s2i-python-kopf/Dockerfile @@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi9/python-311:latest MAINTAINER Johnathan Kupferer -ENV OPENSHIFT_CLIENT_VERSION=4.13.2 \ - HELM_VERSION=3.12.0 +ENV OPENSHIFT_CLIENT_VERSION=4.14.4 \ + HELM_VERSION=3.13.0 LABEL io.k8s.description="Python Kopf - Kubernetes Operator Framework" \ io.k8s.display-name="Kopf Operator" \ diff --git a/build-s2i-python-kopf/build/build_config.yaml b/build-s2i-python-kopf/build/build_config.yaml index 77ee6ac1f..49bf6b87b 100644 --- a/build-s2i-python-kopf/build/build_config.yaml +++ b/build-s2i-python-kopf/build/build_config.yaml @@ -21,5 +21,5 @@ spec: dockerStrategy: from: kind: DockerImage - name: registry.access.redhat.com/ubi8/python-39:latest + name: registry.access.redhat.com/ubi9/python-311:latest triggers: [] diff --git a/build-s2i-python-kopf/examples/kopf-simple/requirements.txt b/build-s2i-python-kopf/examples/kopf-simple/requirements.txt index e2de074f2..7b372a286 100644 --- a/build-s2i-python-kopf/examples/kopf-simple/requirements.txt +++ b/build-s2i-python-kopf/examples/kopf-simple/requirements.txt @@ -1 +1 @@ -pyYAML==5.4 +pyYAML==6.0.1 diff --git a/build-s2i-python-kopf/examples/openshift-template-deployer/requirements.txt b/build-s2i-python-kopf/examples/openshift-template-deployer/requirements.txt index e2de074f2..7b372a286 100644 --- a/build-s2i-python-kopf/examples/openshift-template-deployer/requirements.txt +++ b/build-s2i-python-kopf/examples/openshift-template-deployer/requirements.txt @@ -1 +1 @@ -pyYAML==5.4 +pyYAML==6.0.1 diff --git a/build-s2i-python-kopf/install/requirements.txt b/build-s2i-python-kopf/install/requirements.txt index c759aebcd..aadbed5b1 100644 --- a/build-s2i-python-kopf/install/requirements.txt +++ b/build-s2i-python-kopf/install/requirements.txt @@ -1,6 +1,6 @@ -kopf==1.36.1 +kopf==1.36.2 kubernetes==26.1.0 kubernetes-asyncio==24.2.3 -openshift==0.13.1 -pykube-ng==22.9.0 -uvloop==0.17.0 +openshift==0.13.2 +pykube-ng==23.6.0 +uvloop==0.19.0 diff --git a/build-s2i-python-kopf/version.json b/build-s2i-python-kopf/version.json index ba80ed72f..05046ca47 100644 --- a/build-s2i-python-kopf/version.json +++ b/build-s2i-python-kopf/version.json @@ -1 +1 @@ -{"version":"v1.36.1"} +{"version":"v1.36.2"}