Skip to content

Commit 49558bb

Browse files
committed
release v0.1.3-rc.2
1 parent fbe55ca commit 49558bb

File tree

6 files changed

+1548
-9
lines changed

6 files changed

+1548
-9
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 ?= 0.1.3-rc.1
6+
VERSION ?= 0.1.3-rc.2
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

bundle/manifests/kubero-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,14 +1136,14 @@ metadata:
11361136
capabilities: Basic Install
11371137
categories: Integration & Delivery
11381138
certified: "false"
1139-
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.3-rc.1
1140-
createdAt: "2024-09-09T11:19:35Z"
1139+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.3-rc.2
1140+
createdAt: "2024-09-09T11:47:08Z"
11411141
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
11421142
operators.operatorframework.io/builder: operator-sdk-v1.34.1
11431143
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
11441144
repository: https://github.com/kubero-dev/kubero
11451145
support: Kubero Community
1146-
name: kubero-operator.v0.1.3-rc.1
1146+
name: kubero-operator.v0.1.3-rc.2
11471147
namespace: placeholder
11481148
spec:
11491149
apiservicedefinitions: {}
@@ -2039,7 +2039,7 @@ spec:
20392039
- --metrics-bind-address=127.0.0.1:8080
20402040
- --leader-elect
20412041
- --leader-election-id=kubero-operator
2042-
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.3-rc.1
2042+
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.3-rc.2
20432043
livenessProbe:
20442044
httpGet:
20452045
path: /healthz
@@ -2126,4 +2126,4 @@ spec:
21262126
provider:
21272127
name: kubero
21282128
url: https://github.com/kubero-dev/
2129-
version: 0.1.3-rc.1
2129+
version: 0.1.3-rc.2

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: ghcr.io/kubero-dev/kubero-operator/kuberoapp
16-
newTag: v0.1.3-rc.1
16+
newTag: v0.1.3-rc.2

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
capabilities: Basic Install
77
categories: Integration & Delivery
88
certified: "false"
9-
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.3-rc.1
9+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.3-rc.2
1010
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
1111
repository: https://github.com/kubero-dev/kubero
1212
support: Kubero Community

0 commit comments

Comments
 (0)