28df1716c42b3333d1165aa6eb8526a0ca73932e
[dcaegen2/platform/plugins.git] / k8s / ChangeLog.md
1 # Change Log
2
3 All notable changes to this project will be documented in this file.
4
5 The format is based on [Keep a Changelog](http://keepachangelog.com/) 
6 and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
9
10 ## [1.2.0]
11 * Enhancement: Use the "healthcheck" parameters from node_properties to set up a 
12 Kubernetes readiness probe for the container.
13
14 ## [1.1.0]
15 * Enhancement: When Cloudify Manager is running in a Docker container in a Kubernetes environment, the plugin can use the Kubernetes API credentials set up by Kubernetes.
16
17 ## [1.0.1]
18 * Fixes a bug in passing environment variables.
19
20 ## [1.0.0]
21
22 * Initial release of the Kubernetes plugin.  It is built on the [Docker plugin](../docker) and preserves the Docker plugin's integration with the policy plugin and the DMaaP plugin.