Browse Source

CHANGELOG: add "--password" flag

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
356c4f17ca
1 changed files with 4 additions and 0 deletions
  1. 4 0
      CHANGELOG-3.4.md

+ 4 - 0
CHANGELOG-3.4.md

@@ -300,6 +300,10 @@ Note: **v3.5 will deprecate `etcd --log-package-levels` flag for `capnslog`**; `
 
 
 ### etcdctl v3
 ### etcdctl v3
 
 
+- Add [`--password`](https://github.com/coreos/etcd/pull/9730) flag.
+  - To support [`:` character in user name](https://github.com/coreos/etcd/issues/9691).
+  - e.g. `etcdctl --user user --password password get foo`
+- Add [`user add --new-user-password`](https://github.com/coreos/etcd/pull/9730) flag.
 - Add [`check datascale`](https://github.com/coreos/etcd/pull/9185) command.
 - Add [`check datascale`](https://github.com/coreos/etcd/pull/9185) command.
 - Add [`check datascale --auto-compact, --auto-defrag`](https://github.com/coreos/etcd/pull/9351) flags.
 - Add [`check datascale --auto-compact, --auto-defrag`](https://github.com/coreos/etcd/pull/9351) flags.
 - Add [`check perf --auto-compact, --auto-defrag`](https://github.com/coreos/etcd/pull/9330) flags.
 - Add [`check perf --auto-compact, --auto-defrag`](https://github.com/coreos/etcd/pull/9330) flags.