Skip to content

Commit 6484170

Browse files
ODH Release 2.17.0 (#1211)
Co-authored-by: VaishnaviHire <17230536+VaishnaviHire@users.noreply.github.com>
1 parent e2a329b commit 6484170

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
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.16.0
6+
VERSION ?= 2.17.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,13 +101,13 @@ metadata:
101101
capabilities: Full Lifecycle
102102
categories: AI/Machine Learning, Big Data
103103
certified: "False"
104-
containerImage: quay.io/opendatahub/opendatahub-operator:v2.16.0
105-
createdAt: "2024-08-22T06:53:55Z"
106-
olm.skipRange: '>=1.0.0 <2.16.0'
104+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.17.0
105+
createdAt: "2024-08-28T19:30:31Z"
106+
olm.skipRange: '>=1.0.0 <2.17.0'
107107
operators.operatorframework.io/builder: operator-sdk-v1.31.0
108108
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
109109
repository: https://github.com/opendatahub-io/opendatahub-operator
110-
name: opendatahub-operator.v2.16.0
110+
name: opendatahub-operator.v2.17.0
111111
namespace: placeholder
112112
spec:
113113
apiservicedefinitions: {}
@@ -1213,7 +1213,7 @@ spec:
12131213
selector:
12141214
matchLabels:
12151215
component: opendatahub-operator
1216-
version: 2.16.0
1216+
version: 2.17.0
12171217
webhookdefinitions:
12181218
- admissionReviewVersions:
12191219
- v1

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ metadata:
66
capabilities: Full Lifecycle
77
categories: AI/Machine Learning, Big Data
88
certified: "False"
9-
containerImage: quay.io/opendatahub/opendatahub-operator:v2.16.0
10-
createdAt: "2024-8-09T00:00:00Z"
11-
olm.skipRange: '>=1.0.0 <2.16.0'
9+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.17.0
10+
createdAt: "2024-8-28T00:00:00Z"
11+
olm.skipRange: '>=1.0.0 <2.17.0'
1212
repository: https://github.com/opendatahub-io/opendatahub-operator
13-
name: opendatahub-operator.v2.16.0
13+
name: opendatahub-operator.v2.17.0
1414
namespace: placeholder
1515
spec:
1616
apiservicedefinitions: {}
@@ -104,4 +104,4 @@ spec:
104104
selector:
105105
matchLabels:
106106
component: opendatahub-operator
107-
version: 2.16.0
107+
version: 2.17.0

get_all_manifests.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ GITHUB_URL="https://github.com"
66
# component: notebook, dsp, kserve, dashbaord, cf/ray/kueue/trainingoperator, trustyai, modelmesh, modelregistry.
77
# in the format of "repo-org:repo-name:ref-name:source-folder:target-folder".
88
declare -A COMPONENT_MANIFESTS=(
9-
["codeflare"]="opendatahub-io:codeflare-operator:main:config:codeflare"
10-
["ray"]="opendatahub-io:kuberay:dev:ray-operator/config:ray"
11-
["kueue"]="opendatahub-io:kueue:dev:config:kueue"
12-
["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:main:config:data-science-pipelines-operator"
13-
["odh-dashboard"]="opendatahub-io:odh-dashboard:main:manifests:dashboard"
14-
["kf-notebook-controller"]="opendatahub-io:kubeflow:v1.7-branch:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
15-
["odh-notebook-controller"]="opendatahub-io:kubeflow:v1.7-branch:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
16-
["notebooks"]="opendatahub-io:notebooks:main:manifests:notebooks"
17-
["trustyai"]="trustyai-explainability:trustyai-service-operator:main:config:trustyai-service-operator"
9+
["codeflare"]="opendatahub-io:codeflare-operator:v1.7.0-odh:config:codeflare"
10+
["ray"]="opendatahub-io:kuberay:v1.1.1-08-14-2024:ray-operator/config:ray"
11+
["kueue"]="opendatahub-io:kueue:v0.7.0-odh-1:config:kueue"
12+
["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:v2.5.x:config:data-science-pipelines-operator"
13+
["odh-dashboard"]="opendatahub-io:odh-dashboard:v2.25.2-odh-release:manifests:dashboard"
14+
["kf-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-15:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
15+
["odh-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-15:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
16+
["notebooks"]="opendatahub-io:notebooks:v1.21.0:manifests:notebooks"
17+
["trustyai"]="trustyai-explainability:trustyai-service-operator:release/1.25.0:config:trustyai-service-operator"
1818
["model-mesh"]="opendatahub-io:modelmesh-serving:release-0.12.0-rc0:config:model-mesh"
1919
["odh-model-controller"]="opendatahub-io:odh-model-controller:release-0.12.0:config:odh-model-controller"
2020
["kserve"]="opendatahub-io:kserve:release-v0.12.1:config:kserve"
21-
["modelregistry"]="opendatahub-io:model-registry-operator:main:config:model-registry-operator"
22-
["trainingoperator"]="opendatahub-io:training-operator:dev:manifests:trainingoperator"
21+
["modelregistry"]="opendatahub-io:model-registry-operator:release/v0.2.5:config:model-registry-operator"
22+
["trainingoperator"]="opendatahub-io:training-operator:v1.8.0-odh-1:manifests:trainingoperator"
2323
)
2424

2525
# Allow overwriting repo using flags component=repo

0 commit comments

Comments
 (0)