From c0a7b1b1d2224525e5250c54d474ccd3093bb771 Mon Sep 17 00:00:00 2001 From: Zihong Zheng Date: Tue, 22 Nov 2016 10:42:17 -0800 Subject: [PATCH] Adds changelog for kubedns v1.9 --- build-tools/kube-dns/CHANGELOG.md | 26 ++++++++++++++++++++++++++ build-tools/kube-dns/Changelog | 20 -------------------- 2 files changed, 26 insertions(+), 20 deletions(-) create mode 100644 build-tools/kube-dns/CHANGELOG.md delete mode 100644 build-tools/kube-dns/Changelog 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)