Skip to content

Commit

Permalink
Merge pull request #566 from VaishnaviHire/release_2.2.0
Browse files Browse the repository at this point in the history
ODH Release 1.10 for operator v2.2.0
  • Loading branch information
VaishnaviHire authored Sep 27, 2023
2 parents 0d97ba2 + 4c58baa commit 86d2be3
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - 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)
IMAGE_OWNER ?= opendatahub
VERSION ?= 2.1.0
VERSION ?= 2.2.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
11 changes: 6 additions & 5 deletions bundle/manifests/opendatahub-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ metadata:
capabilities: Full Lifecycle
categories: AI/Machine Learning, Big Data
certified: "False"
containerImage: quay.io/opendatahub/opendatahub-operator:v2.1.0
createdAt: "2023-8-23T00:00:00Z"
olm.skipRange: '>=1.0.0 <2.0.0'
containerImage: quay.io/opendatahub/opendatahub-operator:v2.2.0
createdAt: "2023-9-26T00:00:00Z"
olm.skipRange: '>=1.0.0 <2.2.0'
operatorframework.io/initialization-resource: |-
{
"apiVersion": "datasciencecluster.opendatahub.io/v1",
Expand Down Expand Up @@ -115,7 +115,7 @@ metadata:
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/opendatahub-io/opendatahub-operator
name: opendatahub-operator.v2.1.0
name: opendatahub-operator.v2.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1610,4 +1610,5 @@ spec:
selector:
matchLabels:
component: opendatahub-operator
version: 2.1.0
replaces: opendatahub-operator.v2.1.0
version: 2.2.0
2 changes: 1 addition & 1 deletion bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ annotations:
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: opendatahub-operator
operators.operatorframework.io.bundle.channels.v1: fast
operators.operatorframework.io.bundle.channel.default.v1: fast
operators.operatorframework.io.bundle.channel.default.v1: rolling
operators.operatorframework.io.metrics.builder: operator-sdk-v1.24.1
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Expand Down
16 changes: 8 additions & 8 deletions get_all_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ set -e
# component: dsp, kserve, dashbaord, cf/ray. in the format of "repo-name:branch-name:source-folder:target-folder"
# TODO: workbench, modelmesh, monitoring, etc
REPO_LIST=(
"distributed-workloads:main:codeflare-stack:codeflare"
"distributed-workloads:main:ray:ray"
"data-science-pipelines-operator:main:config:data-science-pipelines-operator"
"odh-dashboard:main:manifests:odh-dashboard"
"kubeflow:v1.7-branch:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
"kubeflow:v1.7-branch:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
"notebooks:main:manifests:notebooks"
"distributed-workloads:v1.0.0-rc.1:codeflare-stack:codeflare"
"distributed-workloads:v1.0.0-rc.1:ray:ray"
"data-science-pipelines-operator:v1.4.0:config:data-science-pipelines-operator"
"odh-dashboard:v2.15.0-incubation-fixes:manifests:odh-dashboard"
"kubeflow:v1.7.0-3:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
"kubeflow:v1.7.0-3:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"
"notebooks:v1.10.0:manifests:notebooks"
)

# pre-cleanup local env
Expand All @@ -21,7 +21,7 @@ GITHUB_URL="https://github.com/"
MANIFEST_ORG="opendatahub-io"

# comment out below logic once we have all component manifests ready to get from source git repo
MANIFEST_RELEASE="master"
MANIFEST_RELEASE="v1.10.0"
MANIFESTS_TARBALL_URL="${GITHUB_URL}/${MANIFEST_ORG}/odh-manifests/tarball/${MANIFEST_RELEASE}"
mkdir -p ./.odh-manifests-tmp/ ./odh-manifests/
wget -q -c ${MANIFESTS_TARBALL_URL} -O - | tar -zxv -C ./.odh-manifests-tmp/ --strip-components 1 > /dev/null
Expand Down

0 comments on commit 86d2be3

Please sign in to comment.