docker-compose/History.md

59 lines
1.2 KiB
Markdown
Raw Normal View History

2018-08-30 21:28:26 +00:00
# 1.8.0 / 2018-08-30
* Remove migration steps
2018-08-16 04:37:59 +00:00
# 1.7.0 / 2018-08-16
* In case the unit broke reload is not possible, try restarting
* Better start from stale images than start nothing
2018-04-25 08:33:07 +00:00
# 1.6.0 / 2018-04-25
* Introduce delay option for clusters not to reload at the same time
2018-04-24 14:04:36 +00:00
# 1.5.0 / 2018-04-24
* Add option to disable validation of docker-compose file
2018-04-18 15:56:07 +00:00
# 1.4.0 / 2018-04-18
* Introduce stop action (thanks @EugenMayer)
This enables users of this role to execute `docker-compose stop` instead
of `docker-compose down` on shutdown and speed up the startup. For full
discussion leading to this see: https://git.io/vpIOy
2018-04-12 21:36:46 +00:00
# 1.3.0 / 2018-04-12
* Remove deprecated option --parallel
2018-03-19 15:10:08 +00:00
# 1.2.0 / 2018-03-19
* Use `cache_valid_time` for apt module
2018-01-23 13:42:10 +00:00
# 1.1.1 / 2018-01-23
* Fix: Don't do reloads on packer builds
2018-01-23 10:47:32 +00:00
# 1.1.0 / 2018-01-23
* Do not start services in packer builds
2018-01-12 13:22:13 +00:00
# 1.0.2 / 2018-01-12
* Ensure plain "pip" is used
2018-01-07 12:15:40 +00:00
# 1.0.1 / 2018-01-07
* Fix: Ensure docker-compose is restarted on docker restart
2017-12-27 12:42:43 +00:00
# 1.0.0 / 2017-12-27
* Rename variable to prevent name collisions
2017-09-18 21:20:00 +00:00
# 0.2.0 / 2017-09-18
* Use "remove-orphans" to remove deleted services
2017-09-14 09:11:07 +00:00
# 0.1.0 / 2017-09-14
2018-04-24 14:04:36 +00:00
* Initial import as galaxy role