summaryrefslogtreecommitdiffstats
path: root/python-dockering/ChangeLog.md
blob: d471c854a8937718b21131bfaf2db505ff60458f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Change Log

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.1]

* Upgrade to use docker 4.x.x from docker-py 1.x.x

## [1.4.0]

* Turn off cert verification for https healthchecks.  See comments in the code.

## [1.3.0]

* Fix issue with returning container ports as dict keys when list was expected
* Add in functionality to notify Docker containers for policy changes

## [1.2.0]

* Add the ability to force reauthentication for Docker login
* Handle connection errors for Docker login