Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 1.14 KB

ansible-merge-vars Change Log

All notable changes to this project will be documented in this file.

The format is (loosely) based on Keep a Changelog and this project adheres to Semantic Versioning.

3.0.0

This plugin is now installable from PyPI, which will make it easier to keep updated with bug fixes and new features. As a result, the installation process is different. The README has the updated installation process. If you are currently using this plugin, you will want to install this version using the new installation process.

2.0.1

Thanks again to @vladimir-mencl-eresearch for fixing a bug where dicts or lists definied in Jinja wouldn't be recursively merged.

2.0.0

Big thanks to @vladimir-mencl-eresearch for these additions and improvements!

Potentially breaking change (but you were very likely not depending on this):

  • Merged variables are no longer being stored in the fact cache by default

New Features:

  • Safety checks for the merged_var_name parameter
  • Recursive dict merging
  • Documentation updates

1.0.0

  • Initial version with all functionality and documentation