Releases: InfrastructureServices/dnsconfd
Releases · InfrastructureServices/dnsconfd
1.5.0
What's Changed
New version of the Dnsconfd API
- Rename sni field to name
- Split domain field into routing_domains and search_domains
- Add networks field which specifies networks whose reverse dns records must be resolved by a particular server
- Add firewall_zone field which specifies firewall_zone that the server should be associated with.
- Add mode parameter into Update dbus-method which specifies how the servers should be handled.
- use case insensitive comparison for protocol choice
Full Changelog: 1.4.2...1.5.0
1.4.2
1.4.1
1.4.0
What's Changed
- Make argument parser recognize '1' in Environment variable as True
- Prevent addition of duplicit server to unbound configuration
- dnssec_enable now forces dnssec on all servers if resolve1 API is used, when dnsconfd API is used, update containing servers that should resolve '.' domain and have disabled dnssec is refused
- If servers with the same ip are bound to different interfaces, then only the first is accepted and the rest is ignored
- Update or setting of '.' as search domain will be refused
- Unbound will not attempt to forward queries to root servers if it has no configuration
- Fix traceback when dbus policy does not allow dnsconfd to own its dbus name
- Routing managed by Dnsconfd is now more stable
Full Changelog: 1.3.0...1.4.0
1.2.0
What's Changed
- Multiple improvements by @TomasKorbar in #54
- static_servers option allowing to configure static servers
- ignore_api option which allows user to ignore dynamic configuration
- improve manpages and add manpage for configuration file
- improve configuration validation and parsing
- fix config command traceback
- change exit codes to prevent clash with systemd defined values
- improve logging and change default log level to info
Full Changelog: 1.1.2...1.2.0
1.1.2
What's Changed
- Fix search domain addition to resolv.conf by @TomasKorbar in #51
- Add routing management feature by @TomasKorbar in #52
Full Changelog: 1.0.2...1.1.2
1.0.2
1.0.1
Release 1.0.0
0.0.6
What's Changed
- Improve packit config by @TomasKorbar in #31
- Add DNSSEC feature by @TomasKorbar in #32
- Improve handling of invalid configuration files by @TomasKorbar in #33
- Fix bad logging and improve test suite by @TomasKorbar in #34
- Fix bad transition from WAITING_FOR_START_JOB state by @TomasKorbar in #35
- Make search domain also be considered for routing by @TomasKorbar in #36
- Flush zone cache when servers are changed by @TomasKorbar in #37
- Add dbus subscription when submitting stop job right after start by @TomasKorbar in #38
- Update manpage and fix info in ArgumentParser by @TomasKorbar in #39
- Fix argument parser logging by @TomasKorbar in #40
Full Changelog: 0.0.5...0.0.6