Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python kopf v1.37.4 #929

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build-s2i-python-kopf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.access.redhat.com/ubi9/python-311:latest@sha256:f470d16445af9210cb9001bca1c89775f10389480adaff2dd27abfd79b4ad6e2
FROM registry.access.redhat.com/ubi9/python-312:latest@sha256:1d8846b7c6558a50b434f1ea76131f200dcdd92cfaf16b81996003b14657b491

MAINTAINER Johnathan Kupferer <[email protected]>

ENV OPENSHIFT_CLIENT_VERSION=4.14.9 \
HELM_VERSION=3.14.0
ENV OPENSHIFT_CLIENT_VERSION=4.14.43 \
HELM_VERSION=3.16.2

LABEL io.k8s.description="Python Kopf - Kubernetes Operator Framework" \
io.k8s.display-name="Kopf Operator" \
Expand Down
2 changes: 1 addition & 1 deletion build-s2i-python-kopf/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ oc start-build kopf-simple --from-dir=../ -F
--------------------------------------------

Description for how to deploy and test this example can be found in
xref:examples/simple/README.adoc[Simple Example].
xref:examples/kopf-simple/README.adoc[Simple Example].

==== Dockerfile

Expand Down
2 changes: 1 addition & 1 deletion build-s2i-python-kopf/build-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:

parameters:
- name: FROM_IMAGE
value: registry.access.redhat.com/ubi9/python-311:latest
value: registry.access.redhat.com/ubi9/python-312:latest
- name: GIT_REPO
value: https://github.com/redhat-cop/containers-quickstarts.git
- name: NAME
Expand Down
2 changes: 1 addition & 1 deletion build-s2i-python-kopf/build/build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ spec:
dockerStrategy:
from:
kind: DockerImage
name: registry.access.redhat.com/ubi9/python-311:latest
name: registry.access.redhat.com/ubi9/python-312:latest
triggers: []
10 changes: 5 additions & 5 deletions build-s2i-python-kopf/imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ spec:
tags:
- annotations:
description: |-
Build and run operators with Python Kopf 1.36.
Build and run operators with Python Kopf 1.37.
https://kopf.readthedocs.io/
iconClass: icon-python
openshift.io/display-name: Python Kopf
sampleRepo: https://github.com/redhat-cop/build-s2i-python-kopf/example.git
supports: kopf:1.36,kopf,python:3.8,python
supports: kopf:1.37,kopf,python:3.8,python
tags: builder,python,kopf
version: "1.36"
version: "1.37"
from:
kind: DockerImage
name: quay.io/redhat-cop/python-kopf-s2i:v1.36
name: quay.io/redhat-cop/python-kopf-s2i:v1.37
importPolicy: {}
name: "1.36"
name: "1.37"
referencePolicy:
type: Local
- annotations:
Expand Down
8 changes: 4 additions & 4 deletions build-s2i-python-kopf/install/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
kopf==1.37.2
kubernetes==29.0.0
kubernetes-asyncio==29.0.0
kopf==1.37.4
kubernetes==31.0.0
kubernetes-asyncio==32.0.0
openshift==0.13.2
pykube-ng==23.6.0
uvloop==0.19.0
uvloop==0.21.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.37.2"}
{"version":"v1.37.4"}
Loading