Explorar el Código

CHANGELOG: add "--password" flag

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee hace 7 años
padre
commit
356c4f17ca
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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
 
+- 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 --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.