Skip to content

Commit 4d7e041

Browse files
Odh 2.11.0 release (#985)
* Version update for odh 2.11 * [DO NOT MERGE] Test ODH v2.11 * Update description
1 parent a95cc80 commit 4d7e041

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
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.10.1
6+
VERSION ?= 2.11.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: 6 additions & 6 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ metadata:
77
categories: AI/Machine Learning, Big Data
88
certified: "False"
99
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'
10+
createdAt: "2024-4-22T00:00:00Z"
11+
olm.skipRange: '>=1.0.0 <2.11.0'
1212
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
1313
repository: https://github.com/opendatahub-io/opendatahub-operator
14-
name: opendatahub-operator.v2.10.0
14+
name: opendatahub-operator.v2.11.0
1515
namespace: placeholder
1616
spec:
1717
apiservicedefinitions: {}
@@ -105,4 +105,4 @@ spec:
105105
selector:
106106
matchLabels:
107107
component: opendatahub-operator
108-
version: 2.10.0
108+
version: 2.11.0

config/manifests/description-patch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ spec:
1616
* Data Science Pipelines - Pipeline solution for end to end MLOps workflows that support the Kubeflow Pipelines SDK and Tekton
1717
* Model Mesh - ModelMesh Serving is the Controller for managing ModelMesh, a general-purpose model serving management/routing layer
1818
* Distributed Workloads(Incubation) - Stack built to make managing distributed compute infrastructure in the cloud easy and intuitive for Data Scientists. This stack consists of three components
19-
Codeflare , KubeRay and Kueue.
20-
* Kserve - Kserve is the Controller for for serving machine learning (ML) models on arbitrary frameworks
19+
Codeflare , KubeRay, Kueue and Training Operator(new component)
20+
* Kserve - Kserve is the Controller for serving machine learning (ML) models on arbitrary frameworks

get_all_manifests.sh

Lines changed: 14 additions & 14 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:branch-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:incubation: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"
18-
["model-mesh"]="opendatahub-io:modelmesh-serving:release-0.11.1:config:model-mesh"
19-
["odh-model-controller"]="opendatahub-io:odh-model-controller:release-0.12.0:config:odh-model-controller"
20-
["kserve"]="opendatahub-io:kserve:release-v0.11.1:config:kserve"
21-
["modelregistry"]="opendatahub-io:model-registry-operator:main:config:model-registry-operator"
22-
["trainingoperator"]="opendatahub-io:training-operator:dev:manifests:trainingoperator"
9+
["codeflare"]="opendatahub-io:codeflare-operator:v1.4.0-odh:config:codeflare"
10+
["ray"]="opendatahub-io:kuberay:v1.1.0-odh:ray-operator/config:ray"
11+
["kueue"]="opendatahub-io:kueue:v0.6.2-odh:config:kueue"
12+
["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:v2.1.0:config:data-science-pipelines-operator"
13+
["odh-dashboard"]="opendatahub-io:odh-dashboard:v2.22.1-incubation-release:manifests:dashboard"
14+
["kf-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-9:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
15+
["odh-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-9:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
16+
["notebooks"]="opendatahub-io:notebooks:v1.17.0-1:manifests:notebooks"
17+
["trustyai"]="trustyai-explainability:trustyai-service-operator:release/1.19.0:config:trustyai-service-operator"
18+
["model-mesh"]="opendatahub-io:modelmesh-serving:v0.11.1.3:config:model-mesh"
19+
["odh-model-controller"]="opendatahub-io:odh-model-controller:v0.11.1.3:config:odh-model-controller"
20+
["kserve"]="opendatahub-io:kserve:v0.11.1.3:config:kserve"
21+
["modelregistry"]="opendatahub-io:model-registry-operator:v0.1.4:config:model-registry-operator"
22+
["trainingoperator"]="opendatahub-io:training-operator:v1.8.0-odh:manifests:trainingoperator"
2323
)
2424

2525
# Allow overwriting repo using flags component=repo

0 commit comments

Comments
 (0)