Skip to content

Commit 66a7298

Browse files
committed
release version v0.1.2 rc.26
1 parent 65a6a6e commit 66a7298

File tree

7 files changed

+1549
-10
lines changed

7 files changed

+1549
-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.2-rc.25
6+
VERSION ?= 0.1.2-rc.26
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.2-rc.25
1+
0.1.2-rc.26

bundle/manifests/kubero-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,14 +1135,14 @@ metadata:
11351135
capabilities: Basic Install
11361136
categories: Integration & Delivery
11371137
certified: "false"
1138-
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2-rc.25
1139-
createdAt: "2024-08-22T21:02:57Z"
1138+
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2-rc.26
1139+
createdAt: "2024-08-23T21:23:10Z"
11401140
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
11411141
operators.operatorframework.io/builder: operator-sdk-v1.34.1
11421142
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
11431143
repository: https://github.com/kubero-dev/kubero
11441144
support: Kubero Community
1145-
name: kubero-operator.v0.1.2-rc.25
1145+
name: kubero-operator.v0.1.2-rc.26
11461146
namespace: placeholder
11471147
spec:
11481148
apiservicedefinitions: {}
@@ -2038,7 +2038,7 @@ spec:
20382038
- --metrics-bind-address=127.0.0.1:8080
20392039
- --leader-elect
20402040
- --leader-election-id=kubero-operator
2041-
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2-rc.25
2041+
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2-rc.26
20422042
livenessProbe:
20432043
httpGet:
20442044
path: /healthz
@@ -2125,4 +2125,4 @@ spec:
21252125
provider:
21262126
name: kubero
21272127
url: https://github.com/kubero-dev/
2128-
version: 0.1.2-rc.25
2128+
version: 0.1.2-rc.26

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.2-rc.25
16+
newTag: v0.1.2-rc.26

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