ansible-later/CHANGELOG.md

25 lines
599 B
Markdown
Raw Normal View History

2020-12-28 18:20:32 +01:00
# Changelog
2020-12-31 13:12:11 +01:00
## v0.4.0 (2020-12-31)
### Fixes
- handle command module argv syntax, fixes [#47](https://github.com/thegeeklab/ansible-later/issues/47)
2020-12-28 18:20:32 +01:00
### Docs
- add contributing information
### Others
- **devel**: cleanup dev-dependencies
2020-12-31 13:12:11 +01:00
- replace master by main as default branch
2020-12-28 18:20:32 +01:00
- **docker**: switch to org.opencontainers image labels
- **docker**: use standalone dockerfiles for multiarch
- use renovate preset config
2020-12-31 13:12:11 +01:00
### Breaking Chnaged
2020-12-28 18:20:32 +01:00
2020-12-31 13:12:11 +01:00
- make ansible and ansible-base an optional extra dependency ([#53](https://github.com/thegeeklab/ansible-later/pull/53))
2020-12-28 18:20:32 +01:00
- drop Python 3.5 support