Add resource_config to specify CPU and menory
[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 ## [1.4.6]
10 * Support for specifying CPU and memory resources in a blueprint for a containerized component
11 * Changes the default time that the plugin will wait for a container to become ready from 300 seconds to 1800 seconds
12
13 ## [1.4.5]
14 * DCAEGEN2-1086 update onap-dcae-dcaepolicy-lib version to avoid Consul stores under old service_component_name
15
16 ## [1.3.0]
17 * Enhancement: Add support for changing the image running in the application container.  ("Rolling upgrade")
18
19 ## [1.2.0]
20 * Enhancement: Use the "healthcheck" parameters from node_properties to set up a
21 Kubernetes readiness probe for the container.
22
23 ## [1.1.0]
24 * 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.
25
26 ## [1.0.1]
27 * Fixes a bug in passing environment variables.
28
29 ## [1.0.0]
30
31 * 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.