Skip to content

1.2.6

Compare
Choose a tag to compare
@jasonking3 jasonking3 released this 02 Aug 16:55
· 10 commits to main since this release
3cf149d
feat: multiple added (#29)

* feat: combine considering weights, file-prefix, adjustable list_key_map, and show meta data for key/value combination decisions.

* feat: code cleanup

* Updated to use a filespec list instead a a string prefix

* Replaced the ansible-based combine logic with mdd_combine module

* Changed the name of the filespec option and added the ability to change default weight

* fix: ensure path is a string

* feat: file to prefix-list in list_key_map

* feat: allow for integer list keys

* feat: updated list_key_map

* updated defaults

* undictify - empty merge_key dict now converted back to list

* raise error if error reading yaml file. Raise error if key is found multiple times at same hierarchy level

* configure "no switchport" when ip addresses added to interface

* Fixed ansible-test errors

* feat: now uses jinja2 to render config files

* Removing commented code

* Updating release version to 1.2.6

---------

Co-authored-by: Steven Carter <[email protected]>
Co-authored-by: Jason King <[email protected]>