Skip to content

Commit 6392861

Browse files
Update version 2.13 (#1034)
* Update version to v2.13.0 * Fix image * Update version in manifests
1 parent 105adae commit 6392861

File tree

5 files changed

+35
-25
lines changed

5 files changed

+35
-25
lines changed

Dockerfiles/bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
77
LABEL operators.operatorframework.io.bundle.package.v1=opendatahub-operator
88
LABEL operators.operatorframework.io.bundle.channels.v1=fast
99
LABEL operators.operatorframework.io.bundle.channel.default.v1=fast
10-
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.24.1
10+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0
1111
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
1212
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
1313

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.12.1
6+
VERSION ?= 2.13.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/datasciencecluster.opendatahub.io_datascienceclusters.yaml

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ spec:
5555
contextDir:
5656
default: manifests
5757
description: contextDir is the relative path to
58-
the folder containing manifests in a repository
58+
the folder containing manifests in a repository,
59+
default value "manifests"
5960
type: string
6061
sourcePath:
6162
default: ""
@@ -98,7 +99,8 @@ spec:
9899
contextDir:
99100
default: manifests
100101
description: contextDir is the relative path to
101-
the folder containing manifests in a repository
102+
the folder containing manifests in a repository,
103+
default value "manifests"
102104
type: string
103105
sourcePath:
104106
default: ""
@@ -142,7 +144,8 @@ spec:
142144
contextDir:
143145
default: manifests
144146
description: contextDir is the relative path to
145-
the folder containing manifests in a repository
147+
the folder containing manifests in a repository,
148+
default value "manifests"
146149
type: string
147150
sourcePath:
148151
default: ""
@@ -200,7 +203,8 @@ spec:
200203
contextDir:
201204
default: manifests
202205
description: contextDir is the relative path to
203-
the folder containing manifests in a repository
206+
the folder containing manifests in a repository,
207+
default value "manifests"
204208
type: string
205209
sourcePath:
206210
default: ""
@@ -303,7 +307,8 @@ spec:
303307
contextDir:
304308
default: manifests
305309
description: contextDir is the relative path to
306-
the folder containing manifests in a repository
310+
the folder containing manifests in a repository,
311+
default value "manifests"
307312
type: string
308313
sourcePath:
309314
default: ""
@@ -347,7 +352,8 @@ spec:
347352
contextDir:
348353
default: manifests
349354
description: contextDir is the relative path to
350-
the folder containing manifests in a repository
355+
the folder containing manifests in a repository,
356+
default value "manifests"
351357
type: string
352358
sourcePath:
353359
default: ""
@@ -390,7 +396,8 @@ spec:
390396
contextDir:
391397
default: manifests
392398
description: contextDir is the relative path to
393-
the folder containing manifests in a repository
399+
the folder containing manifests in a repository,
400+
default value "manifests"
394401
type: string
395402
sourcePath:
396403
default: ""
@@ -433,7 +440,8 @@ spec:
433440
contextDir:
434441
default: manifests
435442
description: contextDir is the relative path to
436-
the folder containing manifests in a repository
443+
the folder containing manifests in a repository,
444+
default value "manifests"
437445
type: string
438446
sourcePath:
439447
default: ""
@@ -476,7 +484,8 @@ spec:
476484
contextDir:
477485
default: manifests
478486
description: contextDir is the relative path to
479-
the folder containing manifests in a repository
487+
the folder containing manifests in a repository,
488+
default value "manifests"
480489
type: string
481490
sourcePath:
482491
default: ""
@@ -519,7 +528,8 @@ spec:
519528
contextDir:
520529
default: manifests
521530
description: contextDir is the relative path to
522-
the folder containing manifests in a repository
531+
the folder containing manifests in a repository,
532+
default value "manifests"
523533
type: string
524534
sourcePath:
525535
default: ""
@@ -562,7 +572,8 @@ spec:
562572
contextDir:
563573
default: manifests
564574
description: contextDir is the relative path to
565-
the folder containing manifests in a repository
575+
the folder containing manifests in a repository,
576+
default value "manifests"
566577
type: string
567578
sourcePath:
568579
default: ""

bundle/manifests/opendatahub-operator.clusterserviceversion.yaml

Lines changed: 6 additions & 7 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.12.1
105-
createdAt: "2024-4-22T00:00:00Z"
106-
olm.skipRange: '>=1.0.0 <2.12.1'
107-
operators.operatorframework.io/builder: operator-sdk-v1.24.1
104+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.13.0
105+
createdAt: "2024-06-04T20:10:23Z"
106+
olm.skipRange: '>=1.0.0 <2.13.0'
107+
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.12.1
111+
name: opendatahub-operator.v2.13.0
112112
namespace: placeholder
113113
spec:
114114
apiservicedefinitions: {}
@@ -1674,7 +1674,6 @@ spec:
16741674
- args:
16751675
- --health-probe-bind-address=:8081
16761676
- --metrics-bind-address=0.0.0.0:8080
1677-
- --operator-name=opendatahub
16781677
command:
16791678
- /manager
16801679
env:
@@ -1763,7 +1762,7 @@ spec:
17631762
selector:
17641763
matchLabels:
17651764
component: opendatahub-operator
1766-
version: 2.12.1
1765+
version: 2.13.0
17671766
webhookdefinitions:
17681767
- admissionReviewVersions:
17691768
- 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.12.1
10-
createdAt: "2024-4-22T00:00:00Z"
11-
olm.skipRange: '>=1.0.0 <2.12.1'
9+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.13.0
10+
createdAt: "2024-6-04T00:00:00Z"
11+
olm.skipRange: '>=1.0.0 <2.13.0'
1212
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
1313
repository: https://github.com/opendatahub-io/opendatahub-operator
14-
name: opendatahub-operator.v2.12.1
14+
name: opendatahub-operator.v2.13.0
1515
namespace: placeholder
1616
spec:
1717
apiservicedefinitions: {}
@@ -105,4 +105,4 @@ spec:
105105
selector:
106106
matchLabels:
107107
component: opendatahub-operator
108-
version: 2.12.1
108+
version: 2.13.0

0 commit comments

Comments
 (0)