Skip to content

Commit 9d149c7

Browse files
Update version to 2.15 (#1128)
1 parent 2110c05 commit 9d149c7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
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.14.0
6+
VERSION ?= 2.15.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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ metadata:
101101
capabilities: Full Lifecycle
102102
categories: AI/Machine Learning, Big Data
103103
certified: "False"
104-
containerImage: quay.io/opendatahub/opendatahub-operator:v2.14.0
105-
createdAt: "2024-06-25T17:51:36Z"
106-
olm.skipRange: '>=1.0.0 <2.14.0'
104+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.15.0
105+
createdAt: "2024-07-16T19:17:05Z"
106+
olm.skipRange: '>=1.0.0 <2.15.0'
107107
operators.operatorframework.io/builder: operator-sdk-v1.31.0
108108
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
109109
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
110110
repository: https://github.com/opendatahub-io/opendatahub-operator
111-
name: opendatahub-operator.v2.14.0
111+
name: opendatahub-operator.v2.15.0
112112
namespace: placeholder
113113
spec:
114114
apiservicedefinitions: {}
@@ -1789,7 +1789,7 @@ spec:
17891789
selector:
17901790
matchLabels:
17911791
component: opendatahub-operator
1792-
version: 2.14.0
1792+
version: 2.15.0
17931793
webhookdefinitions:
17941794
- admissionReviewVersions:
17951795
- v1

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

Lines changed: 5 additions & 5 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.14.0
10-
createdAt: "2024-6-25T00:00:00Z"
11-
olm.skipRange: '>=1.0.0 <2.14.0'
9+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.15.0
10+
createdAt: "2024-7-16T00:00:00Z"
11+
olm.skipRange: '>=1.0.0 <2.15.0'
1212
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
1313
repository: https://github.com/opendatahub-io/opendatahub-operator
14-
name: opendatahub-operator.v2.14.0
14+
name: opendatahub-operator.v2.15.0
1515
namespace: placeholder
1616
spec:
1717
apiservicedefinitions: {}
@@ -105,4 +105,4 @@ spec:
105105
selector:
106106
matchLabels:
107107
component: opendatahub-operator
108-
version: 2.14.0
108+
version: 2.15.0

0 commit comments

Comments
 (0)