summaryrefslogtreecommitdiffstats
path: root/k8s/ChangeLog.md
diff options
context:
space:
mode:
Diffstat (limited to 'k8s/ChangeLog.md')
-rw-r--r--k8s/ChangeLog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/k8s/ChangeLog.md b/k8s/ChangeLog.md
index 9690e15..f56bd96 100644
--- a/k8s/ChangeLog.md
+++ b/k8s/ChangeLog.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [1.7.2]
+* DCAEGEN2-2006 Reduce code complexity
+ The k8sclient.k8sclient.deploy function parameter 'resources' is now an optional
+ keyword argument, i.e. it must be passed named and not as a positional argument.
+
## [1.7.1]
* DCAEGEN2-1988 Customize python import for kubernetes plugin