Merge pull request #10786 from rohitsardesai83/update_changelog3.3

CHANGELOG-3.3: add sigs.k8s.io yaml dependency
This commit is contained in:
Gyuho Lee 2019-06-04 09:52:53 -07:00 committed by GitHub
commit 5042c2751b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change.
### Dependency
- Migrate [`github.com/ugorji/go/codec`](https://github.com/ugorji/go/releases) to [**`github.com/json-iterator/go`**](https://github.com/json-iterator/go) (See [#10667](https://github.com/etcd-io/etcd/pull/10667) for more).
- Migrate [`github.com/ghodss/yaml`](https://github.com/ghodss/yaml/releases) to [**`sigs.k8s.io/yaml`**](https://github.com/kubernetes-sigs/yaml) (See [#10718](https://github.com/etcd-io/etcd/pull/10718) for more).
### Go