docker-archive / dockercloud-haproxy

HAproxy image that autoreconfigures itself when used in Docker Cloud
https://cloud.docker.com/
652 stars 181 forks source link

Provide release notes #164

Closed levino closed 7 years ago

levino commented 7 years ago

Please provide release notes for every release.

For example: Why is there 1.5.3 and then 1.6.0? I assume there are no breaking changes but what are the interface extensions that required the minor to be bumped? Where some bugfixes also applied? Should I update from 1.5.3 to 1.6.3 or am I fine with 1.5.3? I am happy with 1.5.3 but maybe missing out on some bugfixes. Right now I have to go through all commits to find out...

tifayuki commented 7 years ago

@Levino 1.6.0 supports swarm mode, that is why the minor version is bumped.

The release information can be found here: https://github.com/docker/dockercloud-haproxy/releases

levino commented 7 years ago

Sorry about that. I thought I checked the releases. Never mind then, my bad. Thanks for referencing!