Browse Source

CHANGELOG-3.3: add sigs.k8s.io yaml dependency

Rohit Sardesai 6 years ago
parent
commit
ee2b976254
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
 ### 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/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
 ### Go