Skip to content

Releases: EncoreTechnologies/puppet-inventory_utils

v0.5.0

11 Dec 14:56
0e7cee8
Compare
Choose a tag to compare

Release 0.5.0 (2020-12-11)

  • Added new task inventory_utils::pick_path that will return the name of the first
    file that exists in a list of paths.

    Contributed by Nick Maludy (@nmaludy)

v0.4.1

11 Dec 12:57
bcdb345
Compare
Choose a tag to compare

Release 0.4.1 (2020-12-11)

  • Fixing GitHub Actions deployment.

    Contributed by Nick Maludy (@nmaludy)

v0.4.0

10 Dec 15:50
87741e0
Compare
Choose a tag to compare

Release 0.4.0 (2020-12-10)

  • Switch from Travis to GitHub Actions

    Contributed by Nick Maludy (@nmaludy)

  • Added a new task inventory_utils::merge to merge an array of hashes
    This is super useful in inventory files where you need to resolve/merge configs
    at different layers. Deep merge can be achieved by passing in the deep_merge: true parameter.

    Contributed by Nick Maludy (@nmaludy)

v0.3.1

15 Sep 18:11
acb13e1
Compare
Choose a tag to compare

Release 0.3.1 (2020-09-15)

  • Fixed bug in inventory_utils::group_by where the group_configs option wasn't using
    the right group name when performing lookups, causing configs to not get merged in.

    Contributed by Nick Maludy (@nmaludy)