-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build-s2i-python-kopf to v1.36.2 (#627)
- Update python libraries to latest versions
- Loading branch information
Showing
6 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ FROM registry.access.redhat.com/ubi9/python-311:latest | |
|
||
MAINTAINER Johnathan Kupferer <[email protected]> | ||
|
||
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" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pyYAML==5.4 | ||
pyYAML==6.0.1 |
2 changes: 1 addition & 1 deletion
2
build-s2i-python-kopf/examples/openshift-template-deployer/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pyYAML==5.4 | ||
pyYAML==6.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version":"v1.36.1"} | ||
{"version":"v1.36.2"} |