Releases: NeonSludge/ansible-dns-inventory
Releases · NeonSludge/ansible-dns-inventory
v0.6.1
CHANGED:
- Sort node children when exporting the inventory tree.
v0.6.0
NEW:
- Add a new export mode that dumps the raw inventory tree in YAML or JSON.
- Support multiple new formats for all export modes.
BREAKING:
- The default export format is now
yaml
for all modes.
v0.5.0
NEW:
- Add support for several export modes and formats.
BREAKING:
- Remove the
-export
command-line flag.
v0.4.1
CHANGED:
- Performance optimizations for large inventories.
v0.4.0
NEW:
- Implement an inventory export operation.
v0.3.0
NEW:
- Support environment variables as a configuration source.
- Support choosing a specific configuration file via an environment variable (
ADI_CONFIG_FILE
).
v0.2.1
CHANGED:
- Rebuild with Go 1.15.
- Upgrade dependencies.
v0.2.0
NEW:
- Host attribute validation.
- Error logging.
v0.1.0
Implement an inventory data retrieval method that doesn't require a DNS zone transfer.
v0.0.5
Small refactoring.
Remove useless Sprintf.