Skip to content

Releases: NeonSludge/ansible-dns-inventory

v0.6.1

27 Nov 12:18
714710c
Compare
Choose a tag to compare

CHANGED:

  • Sort node children when exporting the inventory tree.

v0.6.0

27 Nov 11:18
cb47d8d
Compare
Choose a tag to compare

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

18 Nov 09:33
116b0b4
Compare
Choose a tag to compare

NEW:

  • Add support for several export modes and formats.

BREAKING:

  • Remove the -export command-line flag.

v0.4.1

13 Nov 23:14
e35f4a5
Compare
Choose a tag to compare

CHANGED:

  • Performance optimizations for large inventories.

v0.4.0

09 Nov 11:35
485a4c4
Compare
Choose a tag to compare

NEW:

  • Implement an inventory export operation.

v0.3.0

06 Nov 12:38
Compare
Choose a tag to compare

NEW:

  • Support environment variables as a configuration source.
  • Support choosing a specific configuration file via an environment variable (ADI_CONFIG_FILE).

v0.2.1

17 Aug 07:41
Compare
Choose a tag to compare

CHANGED:

  • Rebuild with Go 1.15.
  • Upgrade dependencies.

v0.2.0

22 Jul 15:41
Compare
Choose a tag to compare

NEW:

  • Host attribute validation.
  • Error logging.

v0.1.0

16 Jul 13:02
45b63a3
Compare
Choose a tag to compare

Implement an inventory data retrieval method that doesn't require a DNS zone transfer.

v0.0.5

16 Jul 06:22
Compare
Choose a tag to compare

Small refactoring.
Remove useless Sprintf.