Skip to content

Commit

Permalink
Python kopf s2i v1.37.1 (#710)
Browse files Browse the repository at this point in the history
- Update Python kof to v1.37.1.
- Also update python requirements, helm, and openshift cli.
  • Loading branch information
jkupferer authored Feb 3, 2024
1 parent 0a59d56 commit 9dfeb6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build-s2i-python-kopf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi9/python-311:latest@sha256:8a067206cbdbf73a39

MAINTAINER Johnathan Kupferer <[email protected]>

ENV OPENSHIFT_CLIENT_VERSION=4.14.4 \
HELM_VERSION=3.13.0
ENV OPENSHIFT_CLIENT_VERSION=4.14.9 \
HELM_VERSION=3.14.0

LABEL io.k8s.description="Python Kopf - Kubernetes Operator Framework" \
io.k8s.display-name="Kopf Operator" \
Expand Down
6 changes: 3 additions & 3 deletions build-s2i-python-kopf/install/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kopf==1.36.2
kubernetes==28.1.0
kubernetes-asyncio==28.2.1
kopf==1.37.1
kubernetes==29.0.0
kubernetes-asyncio==29.0.0
openshift==0.13.2
pykube-ng==23.6.0
uvloop==0.19.0
2 changes: 1 addition & 1 deletion build-s2i-python-kopf/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"v1.36.2"}
{"version":"v1.37.1"}

0 comments on commit 9dfeb6e

Please sign in to comment.