summaryrefslogtreecommitdiffstats
path: root/python-dockering/ChangeLog.md
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-10-18 16:59:41 -0400
committerMichael Hwang <mhwang@research.att.com>2017-11-01 15:30:04 -0400
commitb72e025d7e04efc7babbf2988531fcb3b431dc3f (patch)
tree991161a8e9554f870729e954cd0e03f37565fc17 /python-dockering/ChangeLog.md
parent310c9c1b71529a26a99f47852f5c566df8fbc909 (diff)
Turn off cert validation
Change-Id: Ie43b6ffd4b50ee08ad65015d43ec262ba0b2b7f8 Issue-Id: DCAEGEN2-189 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'python-dockering/ChangeLog.md')
-rw-r--r--python-dockering/ChangeLog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/python-dockering/ChangeLog.md b/python-dockering/ChangeLog.md
index 9c7781d..b222e5d 100644
--- a/python-dockering/ChangeLog.md
+++ b/python-dockering/ChangeLog.md
@@ -5,6 +5,10 @@ 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.4.0]
+
+* Turn off cert verification for https healthchecks. See comments in the the code.
+
## [1.3.0]
* Fix issue with returning container ports as dict keys when list was expected