Skip to content

Commit

Permalink
Preparing release 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-arica committed Nov 3, 2021
1 parent 28cea3f commit 08e4522
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Backlog
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@

- Scheduled for November 2021:
- #52 : Allow Kubegres cluster to run on secure Kubernetes environments (add security field "securityContext")
- #60 : When the StatefulSet is healthy but the Replica Pod is not, then the replica Pod should be replaced

- Scheduled for December 2021:
- #58 : We should be able to add a SSL certificate
- update local kind
- Build controller with Kubebuilder v3.2.0
- Remove warning for CronJob which was updated from beta to stable since Kubernetes 1.21
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: reactivetechio/kubegres
newTag: beta
newTag: "1.13"
2 changes: 1 addition & 1 deletion kubegres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2028,7 +2028,7 @@ spec:
- --leader-elect
command:
- /manager
image: reactivetechio/kubegres:beta
image: reactivetechio/kubegres:1.13
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 08e4522

Please sign in to comment.