kubernetes/hack/lib
Kubernetes Submit Queue b651ed5ea7
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](https://github.com/coreos/etcd/pull/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](https://github.com/coreos/etcd/issues/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
2018-03-13 09:11:10 -07:00
..
.gitattributes Capture git export-subst strings in version.sh for 'git archive' use. 2017-11-09 16:36:27 -08:00
BUILD cluster: move logging library to hack/ 2018-01-13 16:37:50 -08:00
etcd.sh Bump to etcd 3.1.12 to pick up critical fix 2018-03-09 14:28:23 -08:00
golang.sh hack/lib/golang.sh: use double quotes. 2018-02-26 16:46:18 +02:00
init.sh hack/lib/init.sh: prevent splitting in 'dirname' result. 2018-02-26 16:46:19 +02:00
logging.sh cluster: move logging library to hack/ 2018-01-13 16:37:50 -08:00
protoc.sh hack/lib/protoc.sh: don't split find-binary output. 2018-02-26 16:46:19 +02:00
swagger.sh Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
test.sh Avoid error on closed pipe 2018-01-03 16:44:50 -05:00
util.sh hack/lib/util.sh: remove shadowed case statements. 2018-02-26 16:46:19 +02:00
version.sh Exclude commas when pulling the tag out of the git export-subst format string 2018-03-12 15:20:22 -07:00