mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-11-08 13:39:59 +00:00
1.8 KiB
1.8 KiB
1.13.1 / 2024-03-12
- Fix: replace deprecated
include
builtin
1.13.0 / 2020-03-26
- Add option to disable reload timer
1.12.0 / 2020-03-26
- Specify default empty services for compose
1.11.0 / 2019-11-26
- Add docker-wrapper method for docker-compose
1.10.1 / 2019-10-04
- Fix: Do not validate config in packer builds: Files may be missing
1.10.0 / 2019-05-12
- Add support for archlinux
1.9.1 / 2019-02-19
- Fix: Allow disabling the clean-job timer to fail
1.9.0 / 2019-01-28
- Remove dependency from reload timer to compose service
- Add docker-clean job
1.8.0 / 2018-08-30
- Remove migration steps
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
1.6.0 / 2018-04-25
- Introduce delay option for clusters not to reload at the same time
1.5.0 / 2018-04-24
- Add option to disable validation of docker-compose file
1.4.0 / 2018-04-18
- Introduce stop action (thanks @EugenMayer)
This enables users of this role to executedocker-compose stop
instead ofdocker-compose down
on shutdown and speed up the startup. For full discussion leading to this see: https://git.io/vpIOy
1.3.0 / 2018-04-12
- Remove deprecated option --parallel
1.2.0 / 2018-03-19
- Use
cache_valid_time
for apt module
1.1.1 / 2018-01-23
- Fix: Don't do reloads on packer builds
1.1.0 / 2018-01-23
- Do not start services in packer builds
1.0.2 / 2018-01-12
- Ensure plain "pip" is used
1.0.1 / 2018-01-07
- Fix: Ensure docker-compose is restarted on docker restart
1.0.0 / 2017-12-27
- Rename variable to prevent name collisions
0.2.0 / 2017-09-18
- Use "remove-orphans" to remove deleted services
0.1.0 / 2017-09-14
- Initial import as galaxy role