[k8splugin] Add support to move CMPv2 keystore in place of AAFCertMan
[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 ## [3.4.1]
9 * DCAEGEN2-2253 - Add support to move CMPv2 keystore in place of AAF CertMan keystore
10 * Make secret for cert-service-client container configurable
11
12 ## [3.4.0]
13 * DCAEGEN2-2253 - Add support to truststore merger init container
14
15 ## [3.3.0]
16 * DCAEGEN2-2252 - Add support to request certificates from CMPv2 server in DCAE cloudify blueprints
17   - handle incorrect blueprint
18 * DCAEGEN2-2380 - K8splugin should not create cert-service-client init container by default
19
20 ## [3.2.0]
21 * DCAEGEN2-2309 - Adapt with K8S 1.17 version of APIs
22
23 ## [3.1.0]
24 * DCAEGEN2-2252 - Add support to request certificates from CMPv2 server in DCAE cloudify blueprints
25
26 ## [3.0.0]
27 * DCAEGEN2-1791 - eliminate the ContainerizedPlatformComponent type
28 * DCAEGEN2-2215 - allow environment variables to be set via docker_config
29
30 ## [1.7.2]
31 * DCAEGEN2-2006 Reduce code complexity
32  The k8sclient.k8sclient.deploy function parameter 'resources' is now an optional
33  keyword argument, i.e. it must be passed named and not as a positional argument.
34
35 ## [1.7.1]
36 * DCAEGEN2-1988 Customize python import for kubernetes plugin
37
38 ## [1.7.0]
39 * DCAEGEN2-1956 support python3 in all plugins
40
41 ## [1.4.13]
42  Fix bug related to setting the delivery URL for a DR subscriber.  (DCAEGEN2-1009)
43
44 ## [1.4.12]
45  Change location of kubeconfig file for multi-cluster support.  Put the
46  file in a subdirectory so that the k8s volume mount does not require a
47  "subPath" parameter, so that updates to the ConfigMap hosting the kubeconfig
48  will be visible to the plugin without restarting Cloudify Manager.
49
50 ## [1.4.11]
51  change v['container']['mode'] to v['container'].get('mode') to allow for
52  the 'mode' value to be absent from v['container']
53  add comment: The name segment is required and must be 63 characters or less
54  (https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/)
55
56 ## [1.4.10]
57  Support for deploying to multiple Kubernetes clusters.
58
59 ## [1.4.9]
60 * Support for liveness probes (https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/)
61 * fix the readiness probe to run script such as "/opt/app/snmptrap/bin/snmptrapd.sh status"
62 * change "ports" and the "mode" of volume to be optional instead of mandatory
63
64 ## [1.4.8]
65 * If an installation step times out because a component does not become ready within the maximum wait time,
66 delete the Kubernetes artifacts associated with the component.  Previously, an installation step might time
67 out due to a very slow image pull.  Cloudify would report a failure, but the component would come up, much
68 later, after Kubernetes finished pulling the image.   This should no longer happen.
69
70 ## [1.4.7]
71 * Increase unit test coverage
72
73 ## [1.4.6]
74 * Support for specifying CPU and memory resources in a blueprint for a containerized component
75 * Changes the default time that the plugin will wait for a container to become ready from 300 seconds to 1800 seconds
76
77 ## [1.4.5]
78 * DCAEGEN2-1086 update onap-dcae-dcaepolicy-lib version to avoid Consul stores under old service_component_name
79
80 ## [1.3.0]
81 * Enhancement: Add support for changing the image running in the application container.  ("Rolling upgrade")
82
83 ## [1.2.0]
84 * Enhancement: Use the "healthcheck" parameters from node_properties to set up a
85 Kubernetes readiness probe for the container.
86
87 ## [1.1.0]
88 * 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.
89
90 ## [1.0.1]
91 * Fixes a bug in passing environment variables.
92
93 ## [1.0.0]
94
95 * 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.