-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
NEWS: add v3.1.0, v3.0.16 + minor fixes #7138
Conversation
- add v3 etcdctl make-mirror --dest-prefix flag | ||
- add clientv3 Sync, SetEndpoints; update endpoints at runtime | ||
- drop clientv3.Config.Logger field | ||
- recipies now embed concurrency.Session |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i do not understand this one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@heyitsanthony Can you try to rephrase this? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- recipes now conform to sessions defined in clientv3/concurrency
?
- add v3 etcdctl get --print-value-only flag | ||
- add v3 etcdctl make-mirror --dest-prefix flag | ||
- add clientv3 Sync, SetEndpoints; update endpoints at runtime | ||
- drop clientv3.Config.Logger field |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is replaced by the global logger setup? shall we mention it here?
- add lease time-to-live API; fetch lease information | ||
- add v3 etcdctl get --print-value-only flag | ||
- add v3 etcdctl make-mirror --dest-prefix flag | ||
- add clientv3 Sync, SetEndpoints; update endpoints at runtime |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
separate this into two lines?
4403439
to
967e382
Compare
- add etcd --log-output flag | ||
- add etcd --metrics flag | ||
- add lease time-to-live API; fetch lease information | ||
- add v3 etcdctl get --print-value-only flag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably make the etcdctl, clientv3 changes a separated section?
etcdctl
- xxx
clientv3
- yyy
lgtm. defer to @heyitsanthony |
6bfd84e
to
e199bee
Compare
I added a line about #7145. |
(i.e., example.com) if no custom certificate authority is given | ||
- TLSConfig ServerName is ignored if custom certificate is given | ||
- discovery now has upper limit for waiting on retries | ||
- etcd flag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
etcd flags
etcd v3.1.0 (2017-01-13) | ||
- faster linearizable reads (implements Raft read-index) | ||
- automatic leadership transfer when leader steps down | ||
- etcd uses default host IP if advertise URL is not given |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/host/route
- cluster rejects removing members if quorum will be lost | ||
- SRV records (e.g., infra1.example.com) must match the discovery domain | ||
(i.e., example.com) if no custom certificate authority is given | ||
- TLSConfig ServerName is ignored if custom certificate is given |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TLSConfig ServerName is ignored with user-provided certificates for backwards compatibility; to be deprecated in 3.2
- command get responses are sorted in ascending order by default | ||
- recipes now conform to sessions defined in clientv3/concurrency | ||
- ACI has symlinks to /usr/local/bin/etcd* | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- warn on binding listeners through domain names; to be deprecated in 3.2
Current coverage is 64.10% (diff: 100%)
|
fyi. just added notes about v3 auth is stable, and experimental grpc proxy |
lgtm |
No description provided.