Skip to content

Commit b2697b4

Browse files
ODH Release v2.11.1 (#994)
* ODH Release v2.11.1 * Update golang.org/x/net
1 parent 4d7e041 commit b2697b4

File tree

6 files changed

+21
-110
lines changed

6 files changed

+21
-110
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.11.0
6+
VERSION ?= 2.11.1
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,14 +101,14 @@ metadata:
101101
capabilities: Full Lifecycle
102102
categories: AI/Machine Learning, Big Data
103103
certified: "False"
104-
containerImage: quay.io/opendatahub/opendatahub-operator:v2.10.0
105-
createdAt: "2024-4-22T00:00:00Z"
106-
olm.skipRange: '>=1.0.0 <2.11.0'
104+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.11.1
105+
createdAt: "2024-5-01T00:00:00Z"
106+
olm.skipRange: '>=1.0.0 <2.11.1'
107107
operators.operatorframework.io/builder: operator-sdk-v1.24.1
108108
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
109109
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
110110
repository: https://github.com/opendatahub-io/opendatahub-operator
111-
name: opendatahub-operator.v2.11.0
111+
name: opendatahub-operator.v2.11.1
112112
namespace: placeholder
113113
spec:
114114
apiservicedefinitions: {}
@@ -1764,7 +1764,7 @@ spec:
17641764
selector:
17651765
matchLabels:
17661766
component: opendatahub-operator
1767-
version: 2.11.0
1767+
version: 2.11.1
17681768
webhookdefinitions:
17691769
- admissionReviewVersions:
17701770
- v1

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ metadata:
66
capabilities: Full Lifecycle
77
categories: AI/Machine Learning, Big Data
88
certified: "False"
9-
containerImage: quay.io/opendatahub/opendatahub-operator:v2.10.0
10-
createdAt: "2024-4-22T00:00:00Z"
11-
olm.skipRange: '>=1.0.0 <2.11.0'
9+
containerImage: quay.io/opendatahub/opendatahub-operator:v2.11.1
10+
createdAt: "2024-5-01T00:00:00Z"
11+
olm.skipRange: '>=1.0.0 <2.11.1'
1212
operators.operatorframework.io/internal-objects: '[dscinitialization.opendatahub.io]'
1313
repository: https://github.com/opendatahub-io/opendatahub-operator
1414
name: opendatahub-operator.v2.11.0
@@ -105,4 +105,4 @@ spec:
105105
selector:
106106
matchLabels:
107107
component: opendatahub-operator
108-
version: 2.11.0
108+
version: 2.11.1

get_all_manifests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ declare -A COMPONENT_MANIFESTS=(
99
["codeflare"]="opendatahub-io:codeflare-operator:v1.4.0-odh:config:codeflare"
1010
["ray"]="opendatahub-io:kuberay:v1.1.0-odh:ray-operator/config:ray"
1111
["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"
12+
["data-science-pipelines-operator"]="opendatahub-io:data-science-pipelines-operator:v2.1.1:config:data-science-pipelines-operator"
1313
["odh-dashboard"]="opendatahub-io:odh-dashboard:v2.22.1-incubation-release:manifests:dashboard"
1414
["kf-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-9:components/notebook-controller/config:odh-notebook-controller/kf-notebook-controller"
1515
["odh-notebook-controller"]="opendatahub-io:kubeflow:v1.7.0-9:components/odh-notebook-controller/config:odh-notebook-controller/odh-notebook-controller"

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ require (
8080
go.uber.org/multierr v1.11.0 // indirect
8181
golang.org/x/net v0.21.0 // indirect
8282
golang.org/x/oauth2 v0.17.0 // indirect
83-
golang.org/x/sys v0.17.0 // indirect
84-
golang.org/x/term v0.17.0 // indirect
83+
golang.org/x/sys v0.18.0 // indirect
84+
golang.org/x/term v0.18.0 // indirect
8585
golang.org/x/text v0.14.0 // indirect
8686
golang.org/x/time v0.5.0 // indirect
8787
golang.org/x/tools v0.14.0 // indirect
@@ -104,6 +104,7 @@ replace (
104104
github.com/mattn/go-sqlite3 => github.com/mattn/go-sqlite3 v1.14.18
105105
github.com/tektoncd/pipeline => github.com/tektoncd/pipeline v0.12.0
106106
go.uber.org/multierr => go.uber.org/multierr v1.6.0
107+
golang.org/x/net => golang.org/x/net v0.23.0
107108
google.golang.org/grpc => google.golang.org/grpc v1.63.2
108109
k8s.io/api => k8s.io/api v0.26.0
109110
k8s.io/client-go => k8s.io/client-go v0.26.0

0 commit comments

Comments
 (0)