Skip to content

Commit

Permalink
ODH Release 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire authored and github-actions[bot] committed Aug 28, 2024
1 parent e2a329b commit 2fa4fbd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 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.16.0
VERSION ?= 2.17.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 @@ -101,13 +101,13 @@ metadata:
capabilities: Full Lifecycle
categories: AI/Machine Learning, Big Data
certified: "False"
containerImage: quay.io/opendatahub/opendatahub-operator:v2.16.0
createdAt: "2024-08-22T06:53:55Z"
olm.skipRange: '>=1.0.0 <2.16.0'
containerImage: quay.io/opendatahub/opendatahub-operator:v2.17.0
createdAt: "2024-08-28T19:30:31Z"
olm.skipRange: '>=1.0.0 <2.17.0'
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/opendatahub-io/opendatahub-operator
name: opendatahub-operator.v2.16.0
name: opendatahub-operator.v2.17.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1213,7 +1213,7 @@ spec:
selector:
matchLabels:
component: opendatahub-operator
version: 2.16.0
version: 2.17.0
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ metadata:
capabilities: Full Lifecycle
categories: AI/Machine Learning, Big Data
certified: "False"
containerImage: quay.io/opendatahub/opendatahub-operator:v2.16.0
createdAt: "2024-8-09T00:00:00Z"
olm.skipRange: '>=1.0.0 <2.16.0'
containerImage: quay.io/opendatahub/opendatahub-operator:v2.17.0
createdAt: "2024-8-28T00:00:00Z"
olm.skipRange: '>=1.0.0 <2.17.0'
repository: https://github.com/opendatahub-io/opendatahub-operator
name: opendatahub-operator.v2.16.0
name: opendatahub-operator.v2.17.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -104,4 +104,4 @@ spec:
selector:
matchLabels:
component: opendatahub-operator
version: 2.16.0
version: 2.17.0
22 changes: 11 additions & 11 deletions get_all_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ GITHUB_URL="https://github.com"
# component: notebook, dsp, kserve, dashbaord, cf/ray/kueue/trainingoperator, trustyai, modelmesh, modelregistry.
# in the format of "repo-org:repo-name:ref-name:source-folder:target-folder".
declare -A COMPONENT_MANIFESTS=(
["codeflare"]="opendatahub-io:codeflare-operator:main:config:codeflare"
["ray"]="opendatahub-io:kuberay:dev:ray-operator/config:ray"
["kueue"]="opendatahub-io:kueue:dev:config:kueue"
["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:main:config:data-science-pipelines-operator"
["odh-dashboard"]="opendatahub-io:odh-dashboard:main:manifests:dashboard"
["kf-notebook-controller"]="opendatahub-io:kubeflow:v1.7-branch:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
["odh-notebook-controller"]="opendatahub-io:kubeflow:v1.7-branch:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
["notebooks"]="opendatahub-io:notebooks:main:manifests:notebooks"
["trustyai"]="trustyai-explainability:trustyai-service-operator:main:config:trustyai-service-operator"
["codeflare"]="opendatahub-io:codeflare-operator:v1.7.0-odh:config:codeflare"
["ray"]="opendatahub-io:kuberay:v1.1.1-08-14-2024:ray-operator/config:ray"
["kueue"]="opendatahub-io:kueue:v0.7.0-odh-1:config:kueue"
["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:v2.5.x:config:data-science-pipelines-operator"
["odh-dashboard"]="opendatahub-io:odh-dashboard:v2.25.2-odh-release:manifests:dashboard"
["kf-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-15:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
["odh-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-15:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
["notebooks"]="opendatahub-io:notebooks:v1.21.0:manifests:notebooks"
["trustyai"]="trustyai-explainability:trustyai-service-operator:release/1.25.0:config:trustyai-service-operator"
["model-mesh"]="opendatahub-io:modelmesh-serving:release-0.12.0-rc0:config:model-mesh"
["odh-model-controller"]="opendatahub-io:odh-model-controller:release-0.12.0:config:odh-model-controller"
["kserve"]="opendatahub-io:kserve:release-v0.12.1:config:kserve"
["modelregistry"]="opendatahub-io:model-registry-operator:main:config:model-registry-operator"
["trainingoperator"]="opendatahub-io:training-operator:dev:manifests:trainingoperator"
["modelregistry"]="opendatahub-io:model-registry-operator:release/v0.2.5:config:model-registry-operator"
["trainingoperator"]="opendatahub-io:training-operator:v1.8.0-odh-1:manifests:trainingoperator"
)

# Allow overwriting repo using flags component=repo
Expand Down

0 comments on commit 2fa4fbd

Please sign in to comment.