Skip to content

Commit 7b860b2

Browse files
Merge pull request #60998 from jpbetz/etcd-3.1.12
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 to etcd 3.1.12 to pick up critical fix etcd [3.1.12](https://github.com/coreos/etcd/releases/tag/v3.1.12) (as well as 3.2.17 and 3.3.2) was released yesterday to fix a bug critical to kubernetes: Fix [mvcc "unsynced" watcher restore operation](etcd-io/etcd#9297). - "unsynced" watcher is watcher that needs to be in sync with events that have happened. - That is, "unsynced" watcher is the slow watcher that was requested on old revision. - "unsynced" watcher restore operation was not correctly populating its underlying watcher group. - Which possibly causes [missing events from "unsynced" watchers](etcd-io/etcd#9086). This will be backported to 1.9 as well. Release note: ```release-note Upgrade the default etcd server version to 3.1.12 to pick up critical etcd "mvcc "unsynced" watcher restore operation" fix. ``` cc @gyuho @wojtek-t @shyamjvs @timothysc @jdumars Kubernetes-commit: b651ed5ea7331139fc39ea84a55b0261c6b3f000
2 parents 8e62c89 + a1ac848 commit 7b860b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifacts/example/rc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ spec:
2121
imagePullPolicy: Never
2222
command: [ "/kube-sample-apiserver", "--etcd-servers=http://localhost:2379" ]
2323
- name: etcd
24-
image: quay.io/coreos/etcd:v3.1.11
24+
image: quay.io/coreos/etcd:v3.1.12

0 commit comments

Comments
 (0)