# Community DNS Collection Release Notes **Topics** - v3\.0\.0 - Release Summary - Major Changes - Minor Changes - Breaking Changes / Porting Guide - Removed Features \(previously deprecated\) - Bugfixes - v2\.9\.0 - Release Summary - Bugfixes - New Plugins - Filter - v2\.8\.3 - Release Summary - Bugfixes - v2\.8\.2 - Release Summary - Security Fixes - Bugfixes - v2\.8\.1 - Release Summary - Bugfixes - v2\.8\.0 - Release Summary - Minor Changes - Deprecated Features - Bugfixes - v2\.7\.0 - Release Summary - Minor Changes - Bugfixes - v2\.6\.4 - Release Summary - Bugfixes - v2\.6\.3 - Release Summary - Bugfixes - v2\.6\.2 - Release Summary - Bugfixes - v2\.6\.1 - Release Summary - Bugfixes - v2\.6\.0 - Release Summary - Minor Changes - Bugfixes - New Plugins - Lookup - New Modules - v2\.5\.7 - Release Summary - Bugfixes - v2\.5\.6 - Release Summary - Known Issues - v2\.5\.5 - Release Summary - Bugfixes - v2\.5\.4 - Release Summary - Bugfixes - v2\.5\.3 - Release Summary - Bugfixes - v2\.5\.2 - Release Summary - Bugfixes - v2\.5\.1 - Release Summary - Bugfixes - v2\.5\.0 - Release Summary - Minor Changes - Deprecated Features - Bugfixes - v2\.4\.2 - Release Summary - Bugfixes - v2\.4\.1 - Release Summary - Bugfixes - v2\.4\.0 - Release Summary - Minor Changes - Bugfixes - v2\.3\.4 - Release Summary - Bugfixes - v2\.3\.3 - Release Summary - Bugfixes - v2\.3\.2 - Release Summary - Bugfixes - v2\.3\.1 - Release Summary - Minor Changes - Bugfixes - v2\.3\.0 - Release Summary - Minor Changes - Bugfixes - v2\.2\.1 - Release Summary - Bugfixes - v2\.2\.0 - Release Summary - Minor Changes - Bugfixes - v2\.1\.1 - Release Summary - Bugfixes - v2\.1\.0 - Release Summary - Minor Changes - Bugfixes - v2\.0\.9 - Release Summary - Bugfixes - v2\.0\.8 - Release Summary - Bugfixes - v2\.0\.7 - Release Summary - Bugfixes - v2\.0\.6 - Release Summary - Bugfixes - v2\.0\.5 - Release Summary - Bugfixes - v2\.0\.4 - Release Summary - Bugfixes - v2\.0\.3 - Release Summary - Minor Changes - v2\.0\.2 - Release Summary - Bugfixes - v2\.0\.1 - Release Summary - Bugfixes - v2\.0\.0 - Release Summary - Minor Changes - Breaking Changes / Porting Guide - Deprecated Features - Bugfixes - New Plugins - Inventory - New Modules - v1\.2\.0 - Release Summary - Minor Changes - Bugfixes - v1\.1\.0 - Release Summary - Minor Changes - Bugfixes - v1\.0\.1 - Release Summary - Bugfixes - v1\.0\.0 - Release Summary - Bugfixes - v0\.3\.0 - Release Summary - Minor Changes - Bugfixes - New Modules - v0\.2\.0 - Release Summary - Major Changes - Minor Changes - Breaking Changes / Porting Guide - Bugfixes - New Modules - v0\.1\.0 - Release Summary - New Plugins - Filter - New Modules ## v3\.0\.0 ### Release Summary \.\.\. ### Major Changes * The community\.dns collection now depends on the community\.library\_inventory\_filtering\_v1 collection\. This utility collection provides host filtering functionality for inventory plugins\. If you use the Ansible community package\, both collections are included and you do not have to do anything special\. If you install the collection with ansible\-galaxy collection install\, it will be installed automatically\. If you install the collection by copying the files of the collection to a place where ansible\-core can find it\, for example by cloning the git repository\, you need to make sure that you also have to install the dependency if you are using the inventory plugins \([https\://github\.com/ansible\-collections/community\.dns/pull/196](https\://github\.com/ansible\-collections/community\.dns/pull/196)\)\. ### Minor Changes * inventory plugins \- add filter option which allows to include and exclude hosts based on Jinja2 conditions \([https\://github\.com/ansible\-collections/community\.dns/pull/196](https\://github\.com/ansible\-collections/community\.dns/pull/196)\)\. * lookup\, lookup\_as\_dict \- it is now possible to configure whether the input should be treated as an absolute domain name \(search\=false\)\, or potentially as a relative domain name \(search\=true\) \([https\://github\.com/ansible\-collections/community\.dns/issues/200](https\://github\.com/ansible\-collections/community\.dns/issues/200)\, [https\://github\.com/ansible\-collections/community\.dns/pull/201](https\://github\.com/ansible\-collections/community\.dns/pull/201)\)\. ### Breaking Changes / Porting Guide * The default for the txt\_character\_encoding options in various modules and plugins changed from octal to decimal \([https\://github\.com/ansible\-collections/community\.dns/pull/196](https\://github\.com/ansible\-collections/community\.dns/pull/196)\)\. * inventory plugins \- filters is now no longer an alias of simple\_filters\, but a new\, different option \([https\://github\.com/ansible\-collections/community\.dns/pull/196](https\://github\.com/ansible\-collections/community\.dns/pull/196)\)\. * inventory plugins \- the plugin option is now required \([https\://github\.com/ansible\-collections/community\.dns/pull/196](https\://github\.com/ansible\-collections/community\.dns/pull/196)\)\. * lookup\, lookup\_as\_dict \- the default for search changed from false \(implicit default for community\.dns 2\.x\.y\) to true \([https\://github\.com/ansible\-collections/community\.dns/issues/200](https\://github\.com/ansible\-collections/community\.dns/issues/200)\, [https\://github\.com/ansible\-collections/community\.dns/pull/201](https\://github\.com/ansible\-collections/community\.dns/pull/201)\)\. ### Removed Features \(previously deprecated\) * The collection no longer supports Ansible\, ansible\-base\, and ansible\-core releases that are currently End of Life at the time of the 3\.0\.0 release\. This means that Ansible 2\.9\, ansible\-base 2\.10\, ansible\-core 2\.11\, ansible\-core 2\.12\, ansible\-core 2\.13\, and ansible\-core 2\.14 are no longer supported\. The collection might still work with these versions\, but it can stop working at any moment without advance notice\, and this will not be considered a bug \([https\://github\.com/ansible\-collections/community\.dns/pull/196](https\://github\.com/ansible\-collections/community\.dns/pull/196)\)\. * hetzner\_dns\_record\_set\, hetzner\_dns\_record \- the deprecated alias name of the prefix option was removed \([https\://github\.com/ansible\-collections/community\.dns/pull/196](https\://github\.com/ansible\-collections/community\.dns/pull/196)\)\. * hosttech\_dns\_records \- the redirect to the hosttech\_dns\_record\_sets module has been removed \([https\://github\.com/ansible\-collections/community\.dns/pull/196](https\://github\.com/ansible\-collections/community\.dns/pull/196)\)\. ### Bugfixes * Update Public Suffix List\. ## v2\.9\.0 ### Release Summary Feature and bugfix release\. ### Bugfixes * Update Public Suffix List\. * inventory plugins \- add unsafe wrapper to avoid marking strings that do not contain \{ or \} as unsafe\, to work around a bug in AWX \([https\://github\.com/ansible\-collections/community\.dns/pull/197](https\://github\.com/ansible\-collections/community\.dns/pull/197)\)\. ### New Plugins #### Filter * community\.dns\.quote\_txt \- Quotes a string to use as a TXT record entry * community\.dns\.unquote\_txt \- Unquotes a TXT record entry to a string ## v2\.8\.3 ### Release Summary Bugfix release\. ### Bugfixes * DNS record modules\, inventory plugins \- fix the TXT entry encoder to avoid splitting up escape sequences for quotes and backslashes over multiple TXT strings \([https\://github\.com/ansible\-collections/community\.dns/issues/190](https\://github\.com/ansible\-collections/community\.dns/issues/190)\, [https\://github\.com/ansible\-collections/community\.dns/pull/191](https\://github\.com/ansible\-collections/community\.dns/pull/191)\)\. * Update Public Suffix List\. ## v2\.8\.2 ### Release Summary Bugfix release\. ### Security Fixes * hosttech\_dns\_records and hetzner\_dns\_records inventory plugins \- make sure all data received from the remote servers is marked as unsafe\, so remote code execution by obtaining texts that can be evaluated as templates is not possible \([https\://www\.die\-welt\.net/2024/03/remote\-code\-execution\-in\-ansible\-dynamic\-inventory\-plugins/](https\://www\.die\-welt\.net/2024/03/remote\-code\-execution\-in\-ansible\-dynamic\-inventory\-plugins/)\, [https\://github\.com/ansible\-collections/community\.dns/pull/189](https\://github\.com/ansible\-collections/community\.dns/pull/189)\)\. ### Bugfixes * Update Public Suffix List\. ## v2\.8\.1 ### Release Summary Maintenance release with updated PSL\. ### Bugfixes * Update Public Suffix List\. ## v2\.8\.0 ### Release Summary Feature and maintenance release with updated PSL\. ### Minor Changes * hetzner\_dns\_records and hosttech\_dns\_records inventory plugins \- the filters option has been renamed to simple\_filters\. The old name still works until community\.hrobot 2\.0\.0\. Then it will change to allow more complex filtering with the community\.library\_inventory\_filtering\_v1 collection\'s functionality \([https\://github\.com/ansible\-collections/community\.dns/pull/181](https\://github\.com/ansible\-collections/community\.dns/pull/181)\)\. ### Deprecated Features * hetzner\_dns\_records and hosttech\_dns\_records inventory plugins \- the filters option has been renamed to simple\_filters\. The old name will stop working in community\.hrobot 2\.0\.0 \([https\://github\.com/ansible\-collections/community\.dns/pull/181](https\://github\.com/ansible\-collections/community\.dns/pull/181)\)\. ### Bugfixes * Update Public Suffix List\. ## v2\.7\.0 ### Release Summary Bugfix and feature release with updated PSL\. ### Minor Changes * nameserver\_info and nameserver\_record\_info \- add server parameter to specify custom DNS servers \([https\://github\.com/ansible\-collections/community\.dns/pull/168](https\://github\.com/ansible\-collections/community\.dns/pull/168)\, [https\://github\.com/ansible\-collections/community\.dns/pull/178](https\://github\.com/ansible\-collections/community\.dns/pull/178)\)\. * wait\_for\_txt \- add server parameter to specify custom DNS servers \([https\://github\.com/ansible\-collections/community\.dns/pull/178](https\://github\.com/ansible\-collections/community\.dns/pull/178)\)\. ### Bugfixes * Update Public Suffix List\. * wait\_for\_txt\, nameserver\_info\, nameserver\_record\_info \- when looking up nameservers for a domain\, do not treat NXDOMAIN as a fatal error \([https\://github\.com/ansible\-collections/community\.dns/pull/177](https\://github\.com/ansible\-collections/community\.dns/pull/177)\)\. ## v2\.6\.4 ### Release Summary Bugfix and maintenance version\. ### Bugfixes * Update Public Suffix List\. * nameserver\_record\_info \- fix crash when more than one record is retrieved \([https\://github\.com/ansible\-collections/community\.dns/pull/172](https\://github\.com/ansible\-collections/community\.dns/pull/172)\)\. ## v2\.6\.3 ### Release Summary Maintenance release with updated PSL\. ### Bugfixes * HTTP module utils \- make compatible with ansible\-core 2\.17 \([https\://github\.com/ansible\-collections/community\.dns/pull/165](https\://github\.com/ansible\-collections/community\.dns/pull/165)\)\. * Update Public Suffix List\. ## v2\.6\.2 ### Release Summary Maintenance release with updated PSL\. ### Bugfixes * Update Public Suffix List\. ## v2\.6\.1 ### Release Summary Maintenance release with updated PSL\. ### Bugfixes * Update Public Suffix List\. ## v2\.6\.0 ### Release Summary Feature release with an updated Public Suffix List\. ### Minor Changes * wait\_for\_txt \- add servfail\_retries parameter that allows retrying after SERVFAIL errors \([https\://github\.com/ansible\-collections/community\.dns/pull/159](https\://github\.com/ansible\-collections/community\.dns/pull/159)\)\. * wait\_for\_txt\, resolver module utils \- use [EDNS](https\://en\.wikipedia\.org/wiki/Extension\_Mechanisms\_for\_DNS) \([https\://github\.com/ansible\-collections/community\.dns/pull/158](https\://github\.com/ansible\-collections/community\.dns/pull/158)\)\. ### Bugfixes * Update Public Suffix List\. * wait\_for\_txt\, resolver module utils \- improve error handling \([https\://github\.com/ansible\-collections/community\.dns/pull/158](https\://github\.com/ansible\-collections/community\.dns/pull/158)\)\. ### New Plugins #### Lookup * community\.dns\.lookup \- Look up DNS records * community\.dns\.lookup\_as\_dict \- Look up DNS records as dictionaries ### New Modules * community\.dns\.nameserver\_info \- Look up nameservers for a DNS name * community\.dns\.nameserver\_record\_info \- Look up all records of a type from all nameservers for a DNS name ## v2\.5\.7 ### Release Summary Regular maintenance release with updated Public Suffix List\. ### Bugfixes * Update Public Suffix List\. ## v2\.5\.6 ### Release Summary Maintenance release\. From this version on\, community\.dns is using the new [Ansible semantic markup](https\://docs\.ansible\.com/ansible/devel/dev\_guide/developing\_modules\_documenting\.html\#semantic\-markup\-within\-module\-documentation) in its documentation\. If you look at documentation with the ansible\-doc CLI tool from ansible\-core before 2\.15\, please note that it does not render the markup correctly\. You should be still able to read it in most cases\, but you need ansible\-core 2\.15 or later to see it as it is intended\. Alternatively you can look at [the devel docsite](https\://docs\.ansible\.com/ansible/devel/collections/community/dns/) for the rendered HTML version of the documentation of the latest release\. ### Known Issues * Ansible markup will show up in raw form on ansible\-doc text output for ansible\-core before 2\.15\. If you have trouble deciphering the documentation markup\, please upgrade to ansible\-core 2\.15 \(or newer\)\, or read the HTML documentation on [https\://docs\.ansible\.com/ansible/devel/collections/community/dns/](https\://docs\.ansible\.com/ansible/devel/collections/community/dns/)\. ## v2\.5\.5 ### Release Summary Maintenance release with updated PSL\. ### Bugfixes * Update Public Suffix List\. ## v2\.5\.4 ### Release Summary Maintenance release with updated PSL\. ### Bugfixes * Update Public Suffix List\. ## v2\.5\.3 ### Release Summary Maintenance release with updated PSL\. ### Bugfixes * Update Public Suffix List\. ## v2\.5\.2 ### Release Summary Maintenance release with improved documentation and updated PSL\. ### Bugfixes * Update Public Suffix List\. ## v2\.5\.1 ### Release Summary Maintenance release \(updated PSL\)\. ### Bugfixes * Update Public Suffix List\. ## v2\.5\.0 ### Release Summary Feature and bugfix release with updated PSL\. ### Minor Changes * hosttech inventory plugin \- allow to configure token\, username\, and password with ANSIBLE\_HOSTTECH\_DNS\_TOKEN\, ANSIBLE\_HOSTTECH\_API\_USERNAME\, and ANSIBLE\_HOSTTECH\_API\_PASSWORD environment variables\, respectively \([https\://github\.com/ansible\-collections/community\.dns/pull/131](https\://github\.com/ansible\-collections/community\.dns/pull/131)\)\. * various modules and inventory plugins \- add new option txt\_character\_encoding which controls whether numeric escape sequences are interpreted as octals or decimals when txt\_transformation\=quoted \([https\://github\.com/ansible\-collections/community\.dns/pull/134](https\://github\.com/ansible\-collections/community\.dns/pull/134)\)\. ### Deprecated Features * The default of the newly added option txt\_character\_encoding will change from octal to decimal in community\.dns 3\.0\.0\. The new default will be compatible with [RFC 1035](https\://www\.ietf\.org/rfc/rfc1035\.txt) \([https\://github\.com/ansible\-collections/community\.dns/pull/134](https\://github\.com/ansible\-collections/community\.dns/pull/134)\)\. ### Bugfixes * Update Public Suffix List\. * inventory plugins \- document plugin option used by the ansible\.builtin\.auto inventory plugin and mention required file ending in the documentation \([https\://github\.com/ansible\-collections/community\.dns/issues/130](https\://github\.com/ansible\-collections/community\.dns/issues/130)\, [https\://github\.com/ansible\-collections/community\.dns/pull/131](https\://github\.com/ansible\-collections/community\.dns/pull/131)\)\. ## v2\.4\.2 ### Release Summary Maintenance release with updated Public Suffix List\. ### Bugfixes * Update Public Suffix List\. ## v2\.4\.1 ### Release Summary Regular maintenance release\. ### Bugfixes * Update Public Suffix List\. * wait\_for\_txt \- also retrieve IPv6 addresses of nameservers\. Prevents failures with IPv6 only nameservers \([https\://github\.com/ansible\-collections/community\.dns/issues/120](https\://github\.com/ansible\-collections/community\.dns/issues/120)\, [https\://github\.com/ansible\-collections/community\.dns/pull/121](https\://github\.com/ansible\-collections/community\.dns/pull/121)\)\. ## v2\.4\.0 ### Release Summary Feature and maintenance release\. ### Minor Changes * Added a community\.dns\.hetzner module defaults group / action group\. Use with group/community\.dns\.hetzner to provide options for all Hetzner DNS modules \([https\://github\.com/ansible\-collections/community\.dns/pull/119](https\://github\.com/ansible\-collections/community\.dns/pull/119)\)\. * Added a community\.dns\.hosttech module defaults group / action group\. Use with group/community\.dns\.hosttech to provide options for all Hosttech DNS modules \([https\://github\.com/ansible\-collections/community\.dns/pull/119](https\://github\.com/ansible\-collections/community\.dns/pull/119)\)\. * wait\_for\_txt \- the module now supports check mode\. The only practical change in behavior is that in check mode\, the module is now executed instead of skipped\. Since the module does not change anything\, it should have been marked as supporting check mode since it was originally added \([https\://github\.com/ansible\-collections/community\.dns/pull/119](https\://github\.com/ansible\-collections/community\.dns/pull/119)\)\. ### Bugfixes * Update Public Suffix List\. ## v2\.3\.4 ### Release Summary Maintenance release with updated Public Suffix List\. ### Bugfixes * Update Public Suffix List\. ## v2\.3\.3 ### Release Summary Maintenance release including an updated Public Suffix List\. ### Bugfixes * Update Public Suffix List\. ## v2\.3\.2 ### Release Summary Maintenance release with updated Public Suffix List\. ### Bugfixes * Update Public Suffix List\. ## v2\.3\.1 ### Release Summary Maintenance release including an updated Public Suffix List\. ### Minor Changes * The collection repository conforms to the [REUSE specification](https\://reuse\.software/spec/) except for the changelog fragments \([https\://github\.com/ansible\-collections/community\.dns/pull/112](https\://github\.com/ansible\-collections/community\.dns/pull/112)\)\. ### Bugfixes * Update Public Suffix List\. ## v2\.3\.0 ### Release Summary Maintenance release including an updated Public Suffix List\. ### Minor Changes * All software licenses are now in the LICENSES/ directory of the collection root\. Moreover\, SPDX\-License\-Identifier\: is used to declare the applicable license for every file that is not automatically generated \([https\://github\.com/ansible\-collections/community\.dns/pull/109](https\://github\.com/ansible\-collections/community\.dns/pull/109)\)\. ### Bugfixes * Update Public Suffix List\. ## v2\.2\.1 ### Release Summary Maintenance release with updated Public Suffix List\. ### Bugfixes * Update Public Suffix List\. ## v2\.2\.0 ### Release Summary Feature release\. ### Minor Changes * hetzner\_dns\_records and hosttech\_dns\_records inventory plugins \- allow to template provider\-specific credentials and the zone\_name\, zone\_id options \([https\://github\.com/ansible\-collections/community\.dns/pull/106](https\://github\.com/ansible\-collections/community\.dns/pull/106)\)\. * wait\_for\_txt \- improve error messages so that in case of SERVFAILs or other DNS errors it is clear which record was queried from which DNS server \([https\://github\.com/ansible\-collections/community\.dns/pull/105](https\://github\.com/ansible\-collections/community\.dns/pull/105)\)\. ### Bugfixes * Update Public Suffix List\. ## v2\.1\.1 ### Release Summary Maintenance release with updated Public Suffix List\. ### Bugfixes * Update Public Suffix List\. ## v2\.1\.0 ### Release Summary Feature and maintenance release with updated PSL\. ### Minor Changes * Prepare collection for inclusion in an Execution Environment by declaring its dependencies \([https\://github\.com/ansible\-collections/community\.dns/pull/93](https\://github\.com/ansible\-collections/community\.dns/pull/93)\)\. ### Bugfixes * Update Public Suffix List\. ## v2\.0\.9 ### Release Summary Maintenance release with updated Public Suffix List and added collection links file\. ### Bugfixes * Update Public Suffix List\. ## v2\.0\.8 ### Release Summary Maintenance release with updated Public Suffix List\. ### Bugfixes * Update Public Suffix List\. ## v2\.0\.7 ### Release Summary Maintenance release with updated Public Suffix List\. ### Bugfixes * Update Public Suffix List\. ## v2\.0\.6 ### Release Summary Bugfix release\. ### Bugfixes * Update Public Suffix List\. * wait\_for\_txt \- do not fail if NXDOMAIN result is returned\. Also do not succeed if no nameserver can be found \([https\://github\.com/ansible\-collections/community\.dns/issues/81](https\://github\.com/ansible\-collections/community\.dns/issues/81)\, [https\://github\.com/ansible\-collections/community\.dns/pull/82](https\://github\.com/ansible\-collections/community\.dns/pull/82)\)\. ## v2\.0\.5 ### Release Summary Maintenance release with updated Public Suffix List\. ### Bugfixes * Update Public Suffix List\. ## v2\.0\.4 ### Release Summary Maintenance release with updated Public Suffix List\. ### Bugfixes * Update Public Suffix List\. ## v2\.0\.3 ### Release Summary Bugfix release\. ### Minor Changes * HTTP API module utils \- fix usage of fetch\_url with changes in latest ansible\-core devel branch \([https\://github\.com/ansible\-collections/community\.dns/pull/73](https\://github\.com/ansible\-collections/community\.dns/pull/73)\)\. ## v2\.0\.2 ### Release Summary Regular maintenance release\. ### Bugfixes * Update Public Suffix List\. ## v2\.0\.1 ### Release Summary Maintenance release with Public Suffix List updates\. ### Bugfixes * Update Public Suffix List\. ## v2\.0\.0 ### Release Summary This release contains many new features\, modules and plugins\, but also has several breaking changes to the 1\.x\.y versions\. Please read the changelog carefully to determine what to change if you used an earlier version of this collection\. ### Minor Changes * Add support for Hetzner DNS \([https\://github\.com/ansible\-collections/community\.dns/pull/27](https\://github\.com/ansible\-collections/community\.dns/pull/27)\)\. * Added a txt\_transformation option to all modules and plugins working with DNS records \([https\://github\.com/ansible\-collections/community\.dns/issues/48](https\://github\.com/ansible\-collections/community\.dns/issues/48)\, [https\://github\.com/ansible\-collections/community\.dns/pull/57](https\://github\.com/ansible\-collections/community\.dns/pull/57)\, [https\://github\.com/ansible\-collections/community\.dns/pull/60](https\://github\.com/ansible\-collections/community\.dns/pull/60)\)\. * The hosttech\_dns\_records module has been renamed to hosttech\_dns\_record\_sets \([https\://github\.com/ansible\-collections/community\.dns/pull/31](https\://github\.com/ansible\-collections/community\.dns/pull/31)\)\. * The internal API now supports bulk DNS record changes\, if supported by the API \([https\://github\.com/ansible\-collections/community\.dns/pull/39](https\://github\.com/ansible\-collections/community\.dns/pull/39)\)\. * The internal record API allows to manage extra data \([https\://github\.com/ansible\-collections/community\.dns/pull/63](https\://github\.com/ansible\-collections/community\.dns/pull/63)\)\. * Use HTTP helper class to make API implementations work for both plugins and modules\. Make WSDL API use fetch\_url instead of open\_url for modules \([https\://github\.com/ansible\-collections/community\.dns/pull/36](https\://github\.com/ansible\-collections/community\.dns/pull/36)\)\. * hetzner\_dns\_record and hosttech\_dns\_record \- when not using check mode\, use actual return data for diff\, instead of input data\, so that extra data can be shown \([https\://github\.com/ansible\-collections/community\.dns/pull/63](https\://github\.com/ansible\-collections/community\.dns/pull/63)\)\. * hetzner\_dns\_zone\_info \- the legacy\_ns return value is now sorted\, since its order is unstable \([https\://github\.com/ansible\-collections/community\.dns/pull/46](https\://github\.com/ansible\-collections/community\.dns/pull/46)\)\. * hosttech\_dns\_\* modules \- rename zone parameter to zone\_name\. The old name zone can still be used as an alias \([https\://github\.com/ansible\-collections/community\.dns/pull/32](https\://github\.com/ansible\-collections/community\.dns/pull/32)\)\. * hosttech\_dns\_record\_set \- value is no longer required when state\=absent and overwrite\=true \([https\://github\.com/ansible\-collections/community\.dns/pull/31](https\://github\.com/ansible\-collections/community\.dns/pull/31)\)\. * hosttech\_dns\_record\_sets \- records has been renamed to record\_sets\. The old name records can still be used as an alias \([https\://github\.com/ansible\-collections/community\.dns/pull/31](https\://github\.com/ansible\-collections/community\.dns/pull/31)\)\. * hosttech\_dns\_zone\_info \- return extra information as zone\_info \([https\://github\.com/ansible\-collections/community\.dns/pull/38](https\://github\.com/ansible\-collections/community\.dns/pull/38)\)\. ### Breaking Changes / Porting Guide * All Hetzner modules and plugins which handle DNS records now work with unquoted TXT values by default\. The old behavior can be obtained by setting txt\_transformation\=api \([https\://github\.com/ansible\-collections/community\.dns/issues/48](https\://github\.com/ansible\-collections/community\.dns/issues/48)\, [https\://github\.com/ansible\-collections/community\.dns/pull/57](https\://github\.com/ansible\-collections/community\.dns/pull/57)\, [https\://github\.com/ansible\-collections/community\.dns/pull/60](https\://github\.com/ansible\-collections/community\.dns/pull/60)\)\. * Hosttech API creation \- now requires a ModuleOptionProvider object instead of an AnsibleModule object\. Alternatively an Ansible plugin instance can be passed \([https\://github\.com/ansible\-collections/community\.dns/pull/37](https\://github\.com/ansible\-collections/community\.dns/pull/37)\)\. * The hetzner\_dns\_record\_info and hosttech\_dns\_record\_info modules have been renamed to hetzner\_dns\_record\_set\_info and hosttech\_dns\_record\_set\_info\, respectively \([https\://github\.com/ansible\-collections/community\.dns/pull/54](https\://github\.com/ansible\-collections/community\.dns/pull/54)\)\. * The hosttech\_dns\_record module has been renamed to hosttech\_dns\_record\_set \([https\://github\.com/ansible\-collections/community\.dns/pull/31](https\://github\.com/ansible\-collections/community\.dns/pull/31)\)\. * The internal bulk record updating helper \(bulk\_apply\_changes\) now also returns the records that were deleted\, created or updated \([https\://github\.com/ansible\-collections/community\.dns/pull/63](https\://github\.com/ansible\-collections/community\.dns/pull/63)\)\. * The internal record API no longer allows to manage comments explicitly \([https\://github\.com/ansible\-collections/community\.dns/pull/63](https\://github\.com/ansible\-collections/community\.dns/pull/63)\)\. * When using the internal modules API\, now a zone ID type and a provider information object must be passed \([https\://github\.com/ansible\-collections/community\.dns/pull/27](https\://github\.com/ansible\-collections/community\.dns/pull/27)\)\. * hetzner\_dns\_record\* modules \- implement correct handling of default TTL\. The value none is now accepted and returned in this case \([https\://github\.com/ansible\-collections/community\.dns/pull/52](https\://github\.com/ansible\-collections/community\.dns/pull/52)\, [https\://github\.com/ansible\-collections/community\.dns/issues/50](https\://github\.com/ansible\-collections/community\.dns/issues/50)\)\. * hetzner\_dns\_record\, hetzner\_dns\_record\_set\, hetzner\_dns\_record\_sets \- the default TTL is now 300 and no longer 3600\, which equals the default in the web console \([https\://github\.com/ansible\-collections/community\.dns/pull/43](https\://github\.com/ansible\-collections/community\.dns/pull/43)\)\. * hosttech\_dns\_record\_set \- the option overwrite was replaced by a new option on\_existing\. Specifying overwrite\=true is equivalent to on\_existing\=replace \(the new default\)\. Specifying overwrite\=false with state\=present is equivalent to on\_existing\=keep\_and\_fail\, and specifying overwrite\=false with state\=absent is equivalent to on\_existing\=keep \([https\://github\.com/ansible\-collections/community\.dns/pull/31](https\://github\.com/ansible\-collections/community\.dns/pull/31)\)\. ### Deprecated Features * The hosttech\_dns\_records module has been renamed to hosttech\_dns\_record\_sets\. The old name will stop working in community\.dns 3\.0\.0 \([https\://github\.com/ansible\-collections/community\.dns/pull/31](https\://github\.com/ansible\-collections/community\.dns/pull/31)\)\. ### Bugfixes * Hetzner API \- interpret missing TTL as 300\, which is what the web console also does \([https\://github\.com/ansible\-collections/community\.dns/pull/42](https\://github\.com/ansible\-collections/community\.dns/pull/42)\)\. * Update Public Suffix List\. * Update Public Suffix List\. * Update Public Suffix List\. * hetzner API code \- make sure to also handle errors returned by the API if the HTTP status code indicates success\. This sometimes happens for 500 Internal Server Error \([https\://github\.com/ansible\-collections/community\.dns/pull/58](https\://github\.com/ansible\-collections/community\.dns/pull/58)\)\. * hosttech\_dns\_zone\_info \- make sure that full information is returned both when requesting a zone by ID or by name \([https\://github\.com/ansible\-collections/community\.dns/pull/56](https\://github\.com/ansible\-collections/community\.dns/pull/56)\)\. * wait\_for\_txt \- fix handling of too long TXT values \([https\://github\.com/ansible\-collections/community\.dns/pull/65](https\://github\.com/ansible\-collections/community\.dns/pull/65)\)\. * wait\_for\_txt \- resolving nameservers sometimes resulted in an empty list\, yielding wrong results \([https\://github\.com/ansible\-collections/community\.dns/pull/64](https\://github\.com/ansible\-collections/community\.dns/pull/64)\)\. ### New Plugins #### Inventory * community\.dns\.hetzner\_dns\_records \- Create inventory from Hetzner DNS records * community\.dns\.hosttech\_dns\_records \- Create inventory from Hosttech DNS records ### New Modules * community\.dns\.hetzner\_dns\_record \- Add or delete a single record in Hetzner DNS service * community\.dns\.hetzner\_dns\_record\_info \- Retrieve records in Hetzner DNS service * community\.dns\.hetzner\_dns\_record\_set \- Add or delete record sets in Hetzner DNS service * community\.dns\.hetzner\_dns\_record\_set\_info \- Retrieve record sets in Hetzner DNS service * community\.dns\.hetzner\_dns\_record\_sets \- Bulk synchronize DNS record sets in Hetzner DNS service * community\.dns\.hetzner\_dns\_zone\_info \- Retrieve zone information in Hetzner DNS service * community\.dns\.hosttech\_dns\_record \- Add or delete a single record in Hosttech DNS service * community\.dns\.hosttech\_dns\_record\_info \- Retrieve records in Hosttech DNS service * community\.dns\.hosttech\_dns\_record\_set \- Add or delete record sets in Hosttech DNS service * community\.dns\.hosttech\_dns\_record\_sets \- Bulk synchronize DNS record sets in Hosttech DNS service ## v1\.2\.0 ### Release Summary Last minor 1\.x\.0 version\. The 2\.0\.0 version will have some backwards incompatible changes to the hosttech\_dns\_record and hosttech\_dns\_records modules which will require user intervention\. These changes should result in a better UX\. ### Minor Changes * hosttech modules \- add api\_token alias for hosttech\_token \([https\://github\.com/ansible\-collections/community\.dns/pull/26](https\://github\.com/ansible\-collections/community\.dns/pull/26)\)\. * hosttech\_dns\_record \- in diff mode\, also return diff data structure when changed is false \([https\://github\.com/ansible\-collections/community\.dns/pull/28](https\://github\.com/ansible\-collections/community\.dns/pull/28)\)\. * module utils \- add default implementation for some zone/record API functions\, and move common JSON API code to helper class \([https\://github\.com/ansible\-collections/community\.dns/pull/26](https\://github\.com/ansible\-collections/community\.dns/pull/26)\)\. ### Bugfixes * Update Public Suffix List\. * hosttech\_dns\_record \- correctly handle quoting in CAA records for JSON API \([https\://github\.com/ansible\-collections/community\.dns/pull/30](https\://github\.com/ansible\-collections/community\.dns/pull/30)\)\. ## v1\.1\.0 ### Release Summary Regular maintenance release\. ### Minor Changes * Avoid internal ansible\-core module\_utils in favor of equivalent public API available since at least Ansible 2\.9 \([https\://github\.com/ansible\-collections/community\.dns/pull/24](https\://github\.com/ansible\-collections/community\.dns/pull/24)\)\. ### Bugfixes * Update Public Suffix List\. ## v1\.0\.1 ### Release Summary Regular maintenance release\. ### Bugfixes * Update Public Suffix List\. ## v1\.0\.0 ### Release Summary First stable release\. ### Bugfixes * Update Public Suffix List\. ## v0\.3\.0 ### Release Summary Fixes bugs\, adds rate limiting for Hosttech JSON API\, and adds a new bulk synchronization module\. ### Minor Changes * hosttech\_dns\_\* \- handle 419 Too Many Requests with proper rate limiting for JSON API \([https\://github\.com/ansible\-collections/community\.dns/pull/14](https\://github\.com/ansible\-collections/community\.dns/pull/14)\)\. ### Bugfixes * Avoid converting ASCII labels which contain underscores or other printable ASCII characters outside \[a\-zA\-Z0\-9\-\] to alabels during normalization \([https\://github\.com/ansible\-collections/community\.dns/pull/13](https\://github\.com/ansible\-collections/community\.dns/pull/13)\)\. * Updated Public Suffix List\. ### New Modules * community\.dns\.hosttech\_dns\_records \- Bulk synchronize DNS records in Hosttech DNS service ## v0\.2\.0 ### Release Summary Major refactoring release\, which adds a zone information module and supports HostTech\'s new REST API\. ### Major Changes * hosttech\_\* modules \- support the new JSON API at [https\://api\.ns1\.hosttech\.eu/api/documentation/](https\://api\.ns1\.hosttech\.eu/api/documentation/) \([https\://github\.com/ansible\-collections/community\.dns/pull/4](https\://github\.com/ansible\-collections/community\.dns/pull/4)\)\. ### Minor Changes * hosttech\_dns\_record\* modules \- allow to specify prefix instead of record \([https\://github\.com/ansible\-collections/community\.dns/pull/8](https\://github\.com/ansible\-collections/community\.dns/pull/8)\)\. * hosttech\_dns\_record\* modules \- allow to specify zone by ID with the zone\_id parameter\, alternatively to the zone parameter \([https\://github\.com/ansible\-collections/community\.dns/pull/7](https\://github\.com/ansible\-collections/community\.dns/pull/7)\)\. * hosttech\_dns\_record\* modules \- return zone\_id on success \([https\://github\.com/ansible\-collections/community\.dns/pull/7](https\://github\.com/ansible\-collections/community\.dns/pull/7)\)\. * hosttech\_dns\_record\* modules \- support IDN domain names and prefixes \([https\://github\.com/ansible\-collections/community\.dns/pull/9](https\://github\.com/ansible\-collections/community\.dns/pull/9)\)\. * hosttech\_dns\_record\_info \- also return prefix for a record set \([https\://github\.com/ansible\-collections/community\.dns/pull/8](https\://github\.com/ansible\-collections/community\.dns/pull/8)\)\. * hosttech\_record \- allow to delete records without querying their content first by specifying overwrite\=true \([https\://github\.com/ansible\-collections/community\.dns/pull/4](https\://github\.com/ansible\-collections/community\.dns/pull/4)\)\. ### Breaking Changes / Porting Guide * hosttech\_\* module\_utils \- completely rewrite and refactor to support new JSON API and allow to reuse provider\-independent module logic \([https\://github\.com/ansible\-collections/community\.dns/pull/4](https\://github\.com/ansible\-collections/community\.dns/pull/4)\)\. ### Bugfixes * Update Public Suffix List\. * hosttech\_record \- fix diff mode for state\=absent \([https\://github\.com/ansible\-collections/community\.dns/pull/4](https\://github\.com/ansible\-collections/community\.dns/pull/4)\)\. * hosttech\_record\_info \- fix authentication error handling \([https\://github\.com/ansible\-collections/community\.dns/pull/4](https\://github\.com/ansible\-collections/community\.dns/pull/4)\)\. ### New Modules * community\.dns\.hosttech\_dns\_zone\_info \- Retrieve zone information in Hosttech DNS service ## v0\.1\.0 ### Release Summary Initial public release\. ### New Plugins #### Filter * community\.dns\.get\_public\_suffix \- Returns the public suffix of a DNS name * community\.dns\.get\_registrable\_domain \- Returns the registrable domain name of a DNS name * community\.dns\.remove\_public\_suffix \- Removes the public suffix from a DNS name * community\.dns\.remove\_registrable\_domain \- Removes the registrable domain name from a DNS name ### New Modules * community\.dns\.hosttech\_dns\_record \- Add or delete entries in Hosttech DNS service * community\.dns\.hosttech\_dns\_record\_info \- Retrieve entries in Hosttech DNS service * community\.dns\.wait\_for\_txt \- Wait for TXT entries to be available on all authoritative nameservers