Skip to content

Commit

Permalink
Update version to 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire authored and github-actions[bot] committed Oct 30, 2024
1 parent c0e0709 commit 83dc3c5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 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.19.0
VERSION ?= 2.20.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
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,13 @@ spec:
Internal development useful field to test customizations.
This is not recommended to be used in production environment.
properties:
logLevel:
description: Override Zap log level. Can be "debug", "info", "error"
or a number (more verbose).
type: string
logmode:
default: production
description: '## DEPRECATED ##: Ignored, use LogLevel instead'
enum:
- devel
- development
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 @@ -102,13 +102,13 @@ metadata:
capabilities: Full Lifecycle
categories: AI/Machine Learning, Big Data
certified: "False"
containerImage: quay.io/opendatahub/opendatahub-operator:v2.19.0
createdAt: "2024-10-09T14:46:54Z"
olm.skipRange: '>=1.0.0 <2.19.0'
containerImage: quay.io/opendatahub/opendatahub-operator:v2.20.0
createdAt: "2024-10-30T17:34:17Z"
olm.skipRange: '>=1.0.0 <2.20.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.19.0
name: opendatahub-operator.v2.20.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1167,7 +1167,7 @@ spec:
selector:
matchLabels:
component: opendatahub-operator
version: 2.19.0
version: 2.20.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.19.0
createdAt: "2024-10-09T00:00:00Z"
olm.skipRange: '>=1.0.0 <2.19.0'
containerImage: quay.io/opendatahub/opendatahub-operator:v2.20.0
createdAt: "2024-10-30T00:00:00Z"
olm.skipRange: '>=1.0.0 <2.20.0'
repository: https://github.com/opendatahub-io/opendatahub-operator
name: opendatahub-operator.v2.19.0
name: opendatahub-operator.v2.20.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -106,4 +106,4 @@ spec:
selector:
matchLabels:
component: opendatahub-operator
version: 2.19.0
version: 2.20.0

0 comments on commit 83dc3c5

Please sign in to comment.