Skip to content

Commit

Permalink
Bootstrap the 1.19 release cycle (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthoemmes authored Sep 22, 2021
1 parent cd4dceb commit 4194def
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion olm-catalog/serverless-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL operators.operatorframework.io.bundle.channels.v1="stable"
LABEL \
com.redhat.component="openshift-serverless-1-serverless-operator-bundle-container" \
name="openshift-serverless-1/serverless-operator-bundle" \
version="1.18.0" \
version="1.19.0" \
summary="Red Hat OpenShift Serverless Bundle" \
maintainer="serverless-support@redhat.com" \
description="Red Hat OpenShift Serverless Bundle" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ metadata:
Deploy and manage event-driven serverless applications and functions using Knative.
repository: https://github.com/openshift-knative/serverless-operator
support: Red Hat
olm.skipRange: '>=1.17.0 <1.18.0'
olm.skipRange: '>=1.18.0 <1.19.0'
labels:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.ppc64le: supported
operatorframework.io/arch.s390x: supported
name: serverless-operator.v1.18.0
name: serverless-operator.v1.19.0
namespace: placeholder
spec:
# User-facing metadata
Expand Down Expand Up @@ -866,5 +866,5 @@ spec:
image: "registry.ci.openshift.org/openshift/knative-v0.24.3:knative-eventing-kafka-consolidated-dispatcher"
- name: "KAFKA_IMAGE_kafka-webhook__kafka-webhook"
image: "registry.ci.openshift.org/openshift/knative-v0.24.3:knative-eventing-kafka-webhook"
replaces: serverless-operator.v1.17.0
version: 1.18.0
replaces: serverless-operator.v1.18.0
version: 1.19.0
6 changes: 3 additions & 3 deletions olm-catalog/serverless-operator/project.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
project:
name: serverless-operator
version: 1.18.0
version: 1.19.0

olm:
replaces: 1.17.0
skipRange: '>=1.17.0 <1.18.0'
replaces: 1.18.0
skipRange: '>=1.18.0 <1.19.0'
channels:
default: 'stable'
list:
Expand Down
2 changes: 1 addition & 1 deletion olm-catalog/serverless-operator/stopbundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL operators.operatorframework.io.bundle.channels.v1="stable"
LABEL \
com.redhat.component="openshift-serverless-1-serverless-operator-bundle-container" \
name="openshift-serverless-1/serverless-operator-bundle" \
version="1.18.0" \
version="1.19.0" \
summary="Red Hat OpenShift Serverless Bundle" \
maintainer="serverless-support@redhat.com" \
description="Red Hat OpenShift Serverless Bundle" \
Expand Down

0 comments on commit 4194def

Please sign in to comment.