Browse Source

Merge pull request #10786 from rohitsardesai83/update_changelog3.3

CHANGELOG-3.3: add sigs.k8s.io yaml dependency
Gyuho Lee 6 years ago
parent
commit
5042c2751b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CHANGELOG-3.3.md

+ 1 - 0
CHANGELOG-3.3.md

@@ -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