docker-compose/History.md

81 lines
1.6 KiB
Markdown
Raw Permalink Normal View History

2019-11-26 14:47:20 +00:00
# 1.11.0 / 2019-11-26
* Add docker-wrapper method for docker-compose
2019-10-04 15:35:14 +00:00
# 1.10.1 / 2019-10-04
* Fix: Do not validate config in packer builds: Files may be missing
2019-05-12 10:21:03 +00:00
# 1.10.0 / 2019-05-12
* Add support for archlinux
2019-02-19 21:41:55 +00:00
# 1.9.1 / 2019-02-19
* Fix: Allow disabling the clean-job timer to fail
2019-01-28 22:59:07 +00:00
# 1.9.0 / 2019-01-28
* Remove dependency from reload timer to compose service
* Add docker-clean job
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
2019-11-26 14:47:20 +00:00
* Initial import as galaxy role