Skip to content

Commit ea8327a

Browse files
committed
release v0.2.2
1 parent 42f217b commit ea8327a

File tree

7 files changed

+2485
-10
lines changed

7 files changed

+2485
-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.2.2-rc.0
6+
VERSION ?= 0.2.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")

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2-rc.0
1+
0.2.2

bundle/manifests/kubero-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1381,14 +1381,14 @@ metadata:
13811381
capabilities: Basic Install
13821382
categories: Integration & Delivery
13831383
certified: "false"
1384-
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.2-rc.0
1385-
createdAt: "2025-09-16T20:48:57Z"
1384+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.2
1385+
createdAt: "2025-09-17T09:17:12Z"
13861386
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
13871387
operators.operatorframework.io/builder: operator-sdk-v1.41.1
13881388
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
13891389
repository: https://github.com/kubero-dev/kubero
13901390
support: Kubero Community
1391-
name: kubero-operator.v0.2.2-rc.0
1391+
name: kubero-operator.v0.2.2
13921392
namespace: placeholder
13931393
spec:
13941394
apiservicedefinitions: {}
@@ -2483,7 +2483,7 @@ spec:
24832483
- --leader-elect
24842484
- --leader-election-id=kubero-operator
24852485
- --zap-log-level=info
2486-
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.2-rc.0
2486+
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.2
24872487
livenessProbe:
24882488
httpGet:
24892489
path: /healthz
@@ -2570,4 +2570,4 @@ spec:
25702570
provider:
25712571
name: kubero
25722572
url: https://github.com/kubero-dev/
2573-
version: 0.2.2-rc.0
2573+
version: 0.2.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.2.2-rc.0
16+
newTag: v0.2.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.2.2-rc.0
9+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.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)