Skip to content

Commit a492e26

Browse files
ODH Release 2.8 (#875)
1 parent b4e4d6f commit a492e26

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 2.7.0
6+
VERSION ?= 2.8.0
77
# IMAGE_TAG_BASE defines the opendatahub.io namespace and part of the image name for remote images.
88
# This variable is used to construct full image tags for bundle and catalog images.
99
#

bundle/manifests/opendatahub-operator-webhook-service_v1_service.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ metadata:
44
annotations:
55
service.beta.openshift.io/inject-cabundle: "true"
66
service.beta.openshift.io/serving-cert-secret-name: opendatahub-operator-controller-webhook-cert
7+
creationTimestamp: null
78
labels:
89
app.kubernetes.io/component: webhook
910
app.kubernetes.io/created-by: opendatahub-operator

bundle/manifests/opendatahub-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,14 @@ metadata:
112112
capabilities: Full Lifecycle
113113
categories: AI/Machine Learning, Big Data
114114
certified: "False"
115-
containerImage: quay.io/opendatahub/opendatahub-operator:v2.7.0
115+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.8.0
116116
createdAt: "2024-2-06T00:00:00Z"
117117
olm.skipRange: '>=1.0.0 <2.0.0'
118118
operators.operatorframework.io/builder: operator-sdk-v1.24.1
119119
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
120120
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
121121
repository: https://github.com/opendatahub-io/opendatahub-operator
122-
name: opendatahub-operator.v2.7.0
122+
name: opendatahub-operator.v2.8.0
123123
namespace: placeholder
124124
spec:
125125
apiservicedefinitions: {}
@@ -1902,10 +1902,11 @@ spec:
19021902
minKubeVersion: 1.22.0
19031903
provider:
19041904
name: ODH
1905+
replaces: opendatahub-operator.v2.7.0
19051906
selector:
19061907
matchLabels:
19071908
component: opendatahub-operator
1908-
version: 2.7.0
1909+
version: 2.8.0
19091910
webhookdefinitions:
19101911
- admissionReviewVersions:
19111912
- v1

config/manifests/bases/opendatahub-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ metadata:
66
capabilities: Full Lifecycle
77
categories: AI/Machine Learning, Big Data
88
certified: "False"
9-
containerImage: quay.io/opendatahub/opendatahub-operator:v2.7.0
10-
createdAt: "2024-2-06T00:00:00Z"
9+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.8.0
10+
createdAt: "2024-2-20T00:00:00Z"
1111
olm.skipRange: '>=1.0.0 <2.0.0'
1212
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
1313
repository: https://github.com/opendatahub-io/opendatahub-operator
14-
name: opendatahub-operator.v0.0.0
14+
name: opendatahub-operator.v2.8.0
1515
namespace: placeholder
1616
spec:
1717
apiservicedefinitions: {}
@@ -102,7 +102,8 @@ spec:
102102
minKubeVersion: 1.22.0
103103
provider:
104104
name: ODH
105+
replaces: opendatahub-operator.v2.7.0
105106
selector:
106107
matchLabels:
107108
component: opendatahub-operator
108-
version: 2.7.0
109+
version: 2.8.0

0 commit comments

Comments
 (0)