diff --git a/build-tools/kube-dns/CHANGELOG.md b/build-tools/kube-dns/CHANGELOG.md new file mode 100644 index 00000000000..9756b698403 --- /dev/null +++ b/build-tools/kube-dns/CHANGELOG.md @@ -0,0 +1,26 @@ +### Version 1.9 (Fri November 18 2016 Bowei Du ) +- Add limited ConfigMap support (pr #36775) + +### Version 1.8 (Thu September 29 2016 Zihong Zheng ) +- Add support for graceful termination (issue #31807) + +### Version 1.7 (Wed August 24 2016 Zihong Zheng ) +- Add support for ExternalName services (pr #31159) + +### Version 1.6 (Wed June 29 2016 Girish Kalele ) +- Godeps update for vendor code (skydns/mux) + +### Version 1.5 (Thu June 23 2016 Nikhil Jindal ) +- Adding support to return local service (pr #27708) + +### Version 1.4 (Tue June 21 2016 Nikhil Jindal ) +- Initialising nodesStore (issue #27820) + +### Version 1.3 (Fri June 3 2016 Prashanth.B ) +- Fixed SRV record lookup (issue #26116) + +### Version 1.2 (Fri May 27 2016 Tim Hockin ) +- First Changelog entry + + +[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/build-tools/kube-dns/CHANGELOG.md?pixel)]() diff --git a/build-tools/kube-dns/Changelog b/build-tools/kube-dns/Changelog deleted file mode 100644 index 6d7afd7462c..00000000000 --- a/build-tools/kube-dns/Changelog +++ /dev/null @@ -1,20 +0,0 @@ -## Version 1.2 (Fri May 27 2016 Tim Hockin ) - - First Changelog entry - - ## Version 1.3 (Fri June 3 2016 Prashanth.B ) - - Fixed SRV record lookup (issue #26116) - - ## Version 1.4 (Tue June 21 2016 Nikhil Jindal ) - - Initialising nodesStore (issue #27820) - - ## Version 1.5 (Thu June 23 2016 Nikhil Jindal ) - - Adding support to return local service (pr #27708) - - ## Version 1.6 (Wed June 29 2016 Girish Kalele ) - - Godeps update for vendor code (skydns/mux) - - ## Version 1.7 (Wed August 24 2016 Zihong Zheng ) - - Add support for ExternalName services (pr #31159) - - ## Version 1.8 (Thu September 29 2016 Zihong Zheng ) - - Add support for graceful termination (issue #31807)