Skip to content

Commit

Permalink
Merge pull request #59836 from jpbetz/etcd-3.2.16-patch-upgrade
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Bump etcd server patch version to 3.2.16

etcd 3.2.16 contains a critical fix for HA clusters: etcd-io/etcd#9281

Also, update newly added tests to use `REGISTRY` make variable.

Release note:
```release-note
Upgrade the default etcd server version to 3.2.16
```

Kubernetes-commit: 9aae9b58a5e2b78d27f2bd093fc1c4299bf63c36
  • Loading branch information
k8s-publishing-bot committed Jan 14, 2019
2 parents 6abc101 + a4c0543 commit 2072bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/example/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spec:
imagePullPolicy: Never
command: [ "/kube-sample-apiserver", "--etcd-servers=http://localhost:2379" ]
- name: etcd
image: quay.io/coreos/etcd:v3.2.14
image: quay.io/coreos/etcd:v3.2.16

0 comments on commit 2072bf8

Please sign in to comment.