Skip to content

Commit 6dda083

Browse files
committed
release v0.2.1
1 parent 8ec9666 commit 6dda083

File tree

8 files changed

+2488
-11
lines changed

8 files changed

+2488
-11
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ cache
1616

1717
/notes.txt
1818

19-
helm-charts/kubero/secrets.yaml
19+
helm-charts/kubero/secrets.yaml
20+
21+
.DS_Store

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.1-rc.2
6+
VERSION ?= 0.2.1
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.1-rc.2
1+
0.2.1

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.1-rc.2
1385-
createdAt: "2025-08-31T20:35:42Z"
1384+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.1
1385+
createdAt: "2025-09-02T14:04:44Z"
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.1-rc.2
1391+
name: kubero-operator.v0.2.1
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.1-rc.2
2486+
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.2.1
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.1-rc.2
2573+
version: 0.2.1

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.1-rc.2
16+
newTag: v0.2.1

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