Skip to content

Commit

Permalink
ODH Release 2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayJagan committed Feb 26, 2025
1 parent 6e4594f commit 7cb2392
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 2.24.0
VERSION ?= 2.25.0
# IMAGE_TAG_BASE defines the opendatahub.io namespace and part of the image name for remote images.
# This variable is used to construct full image tags for bundle and catalog images.
#
Expand Down
10 changes: 5 additions & 5 deletions bundle/manifests/opendatahub-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ metadata:
capabilities: Full Lifecycle
categories: AI/Machine Learning, Big Data
certified: "False"
containerImage: quay.io/opendatahub/opendatahub-operator:v2.24.0
createdAt: "2025-02-12T13:47:30Z"
olm.skipRange: '>=1.0.0 <2.24.0'
containerImage: quay.io/opendatahub/opendatahub-operator:v2.25.0
createdAt: "2025-02-25T16:26:56Z"
olm.skipRange: '>=1.0.0 <2.25.0'
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/internal-objects: '["featuretrackers.features.opendatahub.io",
"codeflares.components.platform.opendatahub.io", "dashboards.components.platform.opendatahub.io",
Expand All @@ -127,7 +127,7 @@ metadata:
"feastoperators.components.platform.opendatahub.io"]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/opendatahub-io/opendatahub-operator
name: opendatahub-operator.v2.24.0
name: opendatahub-operator.v2.25.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1402,7 +1402,7 @@ spec:
selector:
matchLabels:
component: opendatahub-operator
version: 2.24.0
version: 2.25.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ metadata:
capabilities: Full Lifecycle
categories: AI/Machine Learning, Big Data
certified: "False"
containerImage: quay.io/opendatahub/opendatahub-operator:v2.24.0
createdAt: "2025-2-12T00:00:00Z"
olm.skipRange: '>=1.0.0 <2.24.0'
containerImage: quay.io/opendatahub/opendatahub-operator:v2.25.0
createdAt: "2025-2-25T00:00:00Z"
olm.skipRange: '>=1.0.0 <2.25.0'
operators.operatorframework.io/internal-objects: '["featuretrackers.features.opendatahub.io",
"codeflares.components.platform.opendatahub.io", "dashboards.components.platform.opendatahub.io",
"datasciencepipelines.components.platform.opendatahub.io", "kserves.components.platform.opendatahub.io",
Expand All @@ -18,7 +18,7 @@ metadata:
"workbenches.components.platform.opendatahub.io", "monitorings.services.platform.opendatahub.io","modelcontrollers.components.platform.opendatahub.io",
"feastoperators.components.platform.opendatahub.io"]'
repository: https://github.com/opendatahub-io/opendatahub-operator
name: opendatahub-operator.v2.24.0
name: opendatahub-operator.v2.25.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -180,4 +180,4 @@ spec:
selector:
matchLabels:
component: opendatahub-operator
version: 2.24.0
version: 2.25.0
30 changes: 15 additions & 15 deletions get_all_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ GITHUB_URL="https://github.com"
# COMPONENT_MANIFESTS is a list of components repositories info to fetch the manifests
# in the format of "repo-org:repo-name:ref-name:source-folder" and key is the target folder under manifests/
declare -A COMPONENT_MANIFESTS=(
["dashboard"]="opendatahub-io:odh-dashboard:main:manifests"
["workbenches/kf-notebook-controller"]="opendatahub-io:kubeflow:main:components/notebook-controller/config"
["workbenches/odh-notebook-controller"]="opendatahub-io:kubeflow:main:components/odh-notebook-controller/config"
["workbenches/notebooks"]="opendatahub-io:notebooks:main:manifests"
["modelmeshserving"]="opendatahub-io:modelmesh-serving:release-0.12.0-rc0:config"
["kserve"]="opendatahub-io:kserve:release-v0.14:config"
["kueue"]="opendatahub-io:kueue:dev:config"
["codeflare"]="opendatahub-io:codeflare-operator:main:config"
["ray"]="opendatahub-io:kuberay:dev:ray-operator/config"
["trustyai"]="trustyai-explainability:trustyai-service-operator:main:config"
["modelregistry"]="opendatahub-io:model-registry-operator:main:config"
["trainingoperator"]="opendatahub-io:training-operator:dev:manifests"
["datasciencepipelines"]="opendatahub-io:data-science-pipelines-operator:main:config"
["modelcontroller"]="opendatahub-io:odh-model-controller:incubating:config"
["feastoperator"]="opendatahub-io:feast:stable:infra/feast-operator/config"
["dashboard"]="opendatahub-io:odh-dashboard:v2.31.1-odh-release:manifests"
["workbenches/kf-notebook-controller"]="opendatahub-io:kubeflow:v1.9.0-8:components/notebook-controller/config"
["workbenches/odh-notebook-controller"]="opendatahub-io:kubeflow:v1.9.0-8:components/odh-notebook-controller/config"
["workbenches/notebooks"]="opendatahub-io:notebooks:v1.28.0:manifests"
["modelmeshserving"]="opendatahub-io:modelmesh-serving:odh-v2.25:config"
["kserve"]="opendatahub-io:kserve:odh-v2.25:config"
["kueue"]="opendatahub-io:kueue:v0.10.1-odh-2:config"
["codeflare"]="opendatahub-io:codeflare-operator:v1.15.0:config"
["ray"]="opendatahub-io:kuberay:v1.2.2:ray-operator/config"
["trustyai"]="trustyai-explainability:trustyai-service-operator:release/1.33.0:config"
["modelregistry"]="opendatahub-io:model-registry-operator:release/v0.2.14:config"
["trainingoperator"]="opendatahub-io:training-operator:v1.9.0-odh-2:manifests"
["datasciencepipelines"]="opendatahub-io:data-science-pipelines-operator:v2.10.0:config"
["modelcontroller"]="opendatahub-io:odh-model-controller:odh-v2.25:config"
["feastoperator"]="opendatahub-io:feast:v0.46-branch:infra/feast-operator/config"
)

# Allow overwriting repo using flags component=repo
Expand Down

0 comments on commit 7cb2392

Please sign in to comment.