Skip to content

Commit 08e4522

Browse files
committed
Preparing release 1.13
1 parent 28cea3f commit 08e4522

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Backlog

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11

2-
- Scheduled for November 2021:
3-
- #52 : Allow Kubegres cluster to run on secure Kubernetes environments (add security field "securityContext")
4-
- #60 : When the StatefulSet is healthy but the Replica Pod is not, then the replica Pod should be replaced
5-
62
- Scheduled for December 2021:
7-
- #58 : We should be able to add a SSL certificate
83
- update local kind
94
- Build controller with Kubebuilder v3.2.0
105
- Remove warning for CronJob which was updated from beta to stable since Kubernetes 1.21

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: reactivetechio/kubegres
16-
newTag: beta
16+
newTag: "1.13"

kubegres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2028,7 +2028,7 @@ spec:
20282028
- --leader-elect
20292029
command:
20302030
- /manager
2031-
image: reactivetechio/kubegres:beta
2031+
image: reactivetechio/kubegres:1.13
20322032
livenessProbe:
20332033
httpGet:
20342034
path: /healthz

0 commit comments

Comments
 (0)