ansible-role-bind/CHANGELOG.md

51 lines
903 B
Markdown
Raw Normal View History

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