Skip to content

Commit

Permalink
bump to 0.13.3 (#529)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
  • Loading branch information
zhiweiyin318 authored Jun 19, 2024
1 parent 12baec9 commit 237baa1
Show file tree
Hide file tree
Showing 13 changed files with 2,148 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ OPERATOR_SDK_VERSION?=v1.32.0
operatorsdk_gen_dir:=$(dir $(OPERATOR_SDK))

# RELEASED_CSV_VERSION is used to generate a released CSV manifests
RELEASED_CSV_VERSION?=0.13.2
RELEASED_CSV_VERSION?=0.13.3
export RELEASED_CSV_VERSION

# CSV_VERSION is used to generate latest CSV manifests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
maturity: alpha
provider:
name: Open Cluster Management Community
replaces: cluster-manager.v0.13.2
replaces: cluster-manager.v0.13.3
selector:
matchLabels:
app: cluster-manager
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
annotations:
# Core bundle annotations.
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: cluster-manager
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ metadata:
categories: Integration & Delivery,OpenShift Optional
certified: "false"
containerImage: quay.io/open-cluster-management/registration-operator:latest
createdAt: "2024-06-06T06:12:51Z"
createdAt: "2024-06-19T00:22:24Z"
description: Manages the installation and upgrade of the ClusterManager.
operators.operatorframework.io/builder: operator-sdk-v1.28.0
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/open-cluster-management-io/ocm
support: Open Cluster Management Community
Expand Down Expand Up @@ -612,7 +612,7 @@ spec:
maturity: alpha
provider:
name: Open Cluster Management Community
replaces: cluster-manager.v0.13.2
replaces: cluster-manager.v0.13.3
selector:
matchLabels:
app: cluster-manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ annotations:
operators.operatorframework.io.bundle.package.v1: cluster-manager
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.28.0
operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
maturity: alpha
provider:
name: Open Cluster Management Community
replaces: klusterlet.v0.13.2
replaces: klusterlet.v0.13.3
selector:
matchLabels:
app: klusterlet
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions deploy/klusterlet/olm-catalog/0.13.3/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
annotations:
# Core bundle annotations.
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: klusterlet
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ metadata:
categories: Integration & Delivery,OpenShift Optional
certified: "false"
containerImage: quay.io/open-cluster-management/registration-operator:latest
createdAt: "2024-06-06T06:12:51Z"
createdAt: "2024-06-19T00:22:24Z"
description: Manages the installation and upgrade of the Klusterlet.
operators.operatorframework.io/builder: operator-sdk-v1.28.0
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/open-cluster-management-io/ocm
support: Open Cluster Management Community
Expand Down Expand Up @@ -372,7 +372,7 @@ spec:
maturity: alpha
provider:
name: Open Cluster Management Community
replaces: klusterlet.v0.13.2
replaces: klusterlet.v0.13.3
selector:
matchLabels:
app: klusterlet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ annotations:
operators.operatorframework.io.bundle.package.v1: klusterlet
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.metrics.builder: operator-sdk-v1.28.0
operators.operatorframework.io.metrics.builder: operator-sdk-v1.32.0
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3

0 comments on commit 237baa1

Please sign in to comment.