Skip to content

Commit f610913

Browse files
committed
release version v0.1.5 rc.3
1 parent 3fa85b9 commit f610913

File tree

7 files changed

+1550
-10
lines changed

7 files changed

+1550
-10
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.5-rc.2
6+
VERSION ?= 0.1.5-rc.3
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")

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.5-rc.2
1+
0.1.5-rc.3

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.5-rc.2
1140-
createdAt: "2024-09-29T13:33:03Z"
1139+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5-rc.3
1140+
createdAt: "2024-09-29T20:39:16Z"
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.5-rc.2
1146+
name: kubero-operator.v0.1.5-rc.3
11471147
namespace: placeholder
11481148
spec:
11491149
apiservicedefinitions: {}
@@ -2040,7 +2040,7 @@ spec:
20402040
- --leader-elect
20412041
- --leader-election-id=kubero-operator
20422042
- --zap-log-level=info
2043-
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5-rc.2
2043+
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5-rc.3
20442044
livenessProbe:
20452045
httpGet:
20462046
path: /healthz
@@ -2127,4 +2127,4 @@ spec:
21272127
provider:
21282128
name: kubero
21292129
url: https://github.com/kubero-dev/
2130-
version: 0.1.5-rc.2
2130+
version: 0.1.5-rc.3

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.5-rc.2
16+
newTag: v0.1.5-rc.3

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.5-rc.2
9+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.5-rc.3
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)