Skip to content

Commit 21abefd

Browse files
Release 2.10: Update version (#946)
1 parent d8a83a2 commit 21abefd

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
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.9.0
6+
VERSION ?= 2.10.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.clusterserviceversion.yaml

Lines changed: 5 additions & 6 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.9.0
116-
createdAt: "2024-3-11T00:00:00Z"
117-
olm.skipRange: '>=1.0.0 <2.0.0'
115+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.10.0
116+
createdAt: "2024-4-01T00:00:00Z"
117+
olm.skipRange: '>=1.0.0 <2.10.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.9.0
122+
name: opendatahub-operator.v2.10.0
123123
namespace: placeholder
124124
spec:
125125
apiservicedefinitions: {}
@@ -1857,11 +1857,10 @@ spec:
18571857
minKubeVersion: 1.22.0
18581858
provider:
18591859
name: ODH
1860-
replaces: opendatahub-operator.v2.8.0
18611860
selector:
18621861
matchLabels:
18631862
component: opendatahub-operator
1864-
version: 2.9.0
1863+
version: 2.10.0
18651864
webhookdefinitions:
18661865
- admissionReviewVersions:
18671866
- v1

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

Lines changed: 5 additions & 6 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.9.0
10-
createdAt: "2024-3-11T00:00:00Z"
11-
olm.skipRange: '>=1.0.0 <2.0.0'
9+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.10.0
10+
createdAt: "2024-4-01T00:00:00Z"
11+
olm.skipRange: '>=1.0.0 <2.10.0'
1212
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
1313
repository: https://github.com/opendatahub-io/opendatahub-operator
14-
name: opendatahub-operator.v2.9.0
14+
name: opendatahub-operator.v2.10.0
1515
namespace: placeholder
1616
spec:
1717
apiservicedefinitions: {}
@@ -102,8 +102,7 @@ spec:
102102
minKubeVersion: 1.22.0
103103
provider:
104104
name: ODH
105-
replaces: opendatahub-operator.v2.8.0
106105
selector:
107106
matchLabels:
108107
component: opendatahub-operator
109-
version: 2.9.0
108+
version: 2.10.0

0 commit comments

Comments
 (0)