Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to zookeeper 3.6.2 #305

Merged
merged 2 commits into from
Nov 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions repository/zookeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ The KUDO Zookeeper operator creates, configures and manages [Apache Zookeeper](h

## Getting started

The latest stable version of Zookeeper operator is `0.3.1`
The latest stable version of Zookeeper operator is `0.3.3`

## Version Chart

| KUDO Zookeeper Version | Apache Zookeeper Version |
| ---------------------- | ------------------------ |
| 0.3.3 | 3.6.2 |
| 0.3.2 | 3.4.14 |
| 0.3.1 | 3.4.14 |
| 0.3.0 | 3.4.14 |
| latest | 3.4.14 |
| latest | 3.6.2 |
4 changes: 2 additions & 2 deletions repository/zookeeper/operator/operator.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: kudo.dev/v1beta1
name: "zookeeper"
operatorVersion: "0.3.2"
operatorVersion: "0.3.3"
kudoVersion: 0.10.0
appVersion: 3.4.14
appVersion: 3.6.2
kubernetesVersion: 1.14.8
maintainers:
- name: Alena Varkockova
Expand Down
1 change: 1 addition & 0 deletions repository/zookeeper/operator/templates/bootstrap.sh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ data:
maxSessionTimeout=$MAX_SESSION_TIMEOUT
autopurge.snapRetainCount=$SNAP_RETAIN_COUNT
autopurge.purgeInteval=$PURGE_INTERVAL
4lw.commands.whitelist=srvr, ruok

EOF
if [ $SERVERS -gt 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion repository/zookeeper/operator/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: {{ .Params.IMAGE_PULL_POLICY }}
image: "zookeeper:3.4.14"
image: "zookeeper:3.6.2"
resources:
requests:
memory: {{ .Params.MEMORY }}
Expand Down
2 changes: 1 addition & 1 deletion repository/zookeeper/operator/templates/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
containers:
- name: kubernetes-zookeeper
imagePullPolicy: {{ .Params.IMAGE_PULL_POLICY }}
image: "zookeeper:3.4.14"
image: "zookeeper:3.6.2"
env:
- name: CONN
value: {{ if gt (int .Params.NODE_COUNT) 0 }} {{ .Name }}-zookeeper-0.{{ .Name }}-hs:{{ .Params.CLIENT_PORT }}{{- $root := . -}}{{ range $i, $v := untilStep 1 (int .Params.NODE_COUNT) 1 }},{{ $root.Name }}-zookeeper-{{ $v }}.{{ $root.Name }}-hs:{{ $root.Params.CLIENT_PORT }}{{ end }}{{ end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: zk
spec:
operatorVersion:
name: zookeeper-3.4.14-0.3.1
name: zookeeper-3.6.2-0.3.3
namespace: default
kind: OperatorVersion
name: "zk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: zk
spec:
operatorVersion:
name: zookeeper-3.4.14-0.3.1
name: zookeeper-3.6.2-0.3.3
namespace: default
kind: OperatorVersion
name: "zk"
Expand Down