From 44bc9dca99f2c23aa63a6d3ebf58d4a5eab0e749 Mon Sep 17 00:00:00 2001 From: archyufa Date: Sun, 18 Sep 2016 22:33:37 -0400 Subject: [PATCH] Added Release notes file Added Information about V1.0.0 release Change-Id: Ia8530de363ebac86dd8225803d22db47b3fbd882 --- Kubernetes/CHANGELOG.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Kubernetes/CHANGELOG.rst diff --git a/Kubernetes/CHANGELOG.rst b/Kubernetes/CHANGELOG.rst new file mode 100644 index 0000000..1e72a30 --- /dev/null +++ b/Kubernetes/CHANGELOG.rst @@ -0,0 +1,29 @@ +Release Notes +============= + +V1.0.0 - 9/23/2016 +------------------ +* Added support for Calico Networking by default +* Added Rolling updates support for Kubernetes applications +* Added Kubernetes binaries for Debian image +* Changed Kubernetes configuration to support Kubernetes v1.3 +* Changed support for Flannel Networking to be disabled by default +* Changed Readme with Calico networking information +* Changed Readme with rolling update support and usage information +* Changed Readme with how to interact with kubernetes cluster deployed by +murano +* Deprecated Kubernetes binaries for Ubuntu image +* Deprecated portal_net from api server configurations +* Fixed service naming for applications deployed with Murano apps +* Known issues: + + * Currently Upgrade of Murano deployed Kubernetes Cluster is not supported. + * Using Calico requires one fix in Heat project. + This patch can be applied manually for MOS 9.0: + https://review.openstack.org/#/c/370603/3 + Note: Current fix will be included in MOS 9.1 by default. + +V0.1.0 +------ + +* Initial changes