Releases: NeonSludge/ansible-dns-inventory
Releases · NeonSludge/ansible-dns-inventory
v0.15.0
v0.14.0
NEW:
- Make host attributes available via the
inventory_attributes
group variable.
v0.13.0
NEW:
- Support host record filtering.
CHANGED:
- Support custom attribute keys when importing host records from file.
v0.12.1
CHANGED:
- Disabled CGO for all builds.
v0.12.0
NEW:
- Support removing existing records from etcd before importing them from file.
CHANGED:
- Use batching and transactions to push records to etcd.
v0.11.0
NEW:
- Implement import mode for the etcd datasource.
CHANGED:
- Upgrade Go to 1.22.4.
v0.10.5
CHANGED:
- Fix etcd datasource record handling.
v0.10.4
CHANGED:
- Fix configuration defaults handling.
v0.10.3
CHANGED:
- Log using JSON format when not running in a terminal.
- Switch to a different host attributes validator.
- Set defaults for configuration parameters when used as a library.
v0.10.1
CHANGED:
- Fix index out of range errors when processing the VARS attribute.