ansible-role-bind/CHANGELOG.md

31 lines
704 B
Markdown
Raw Permalink Normal View History

2018-03-21 20:39:44 +01:00
# CHANGELOG
2018-09-07 21:11:32 +02:00
2018-12-05 10:16:01 +01:00
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
2018-09-07 21:11:32 +02:00
2018-12-05 10:16:01 +01:00
## [Unreleased]
2020-02-12 22:03:14 +01:00
## v1.3.0 (2020-02-12)
2020-02-12 22:01:02 +01:00
- feat: add support debian 10
2018-12-05 10:16:43 +01:00
- break: change with_items to loop
2020-02-12 22:01:02 +01:00
- break: remove support ansible < 2.7
2019-02-19 21:45:41 +01:00
- test: add test with ansible 2.7
2018-12-05 10:20:37 +01:00
- test: add ansible-lint
2018-08-08 21:25:07 +02:00
2018-12-05 10:16:01 +01:00
## v1.2.2 (2018-09-07)
- fix: remove a bug in dnssec cron
2018-08-08 21:25:07 +02:00
2018-12-05 10:16:01 +01:00
## v1.2.1 (2018-08-08)
- fix: add dnssec cron
2018-07-09 22:01:42 +02:00
2018-12-05 10:16:01 +01:00
## v1.2.0 (2018-07-09)
- feat: add bind_zones_subnet for extra-vars
- fix: disable allow transfer if isn't set
2018-07-09 22:01:42 +02:00
2018-03-31 21:31:14 +02:00
## v1.1.0 (2018-03-31)
2018-12-05 10:16:01 +01:00
- feat: remove old zone files
- feat: test the playbook with ansible 2.5
2018-03-31 21:31:14 +02:00
2018-03-21 20:39:44 +01:00
## v1.0.0 (2018-03-21)
2018-12-05 10:16:01 +01:00
- first version