Releases: wcm-io-devops/ansible-conga-facts
Releases · wcm-io-devops/ansible-conga-facts
1.1.0
Added
- Travis now runs unit tests with multiple Python versions (2.7, 3.5, 3.6, 3.7)
Updated
- Minimal Ansible version is now 2.5.*
Fixed
TypeError: object of type 'filter' has no len()
when more than one matching conga_role was found- Minor issues in the unit tests that led to compatibility problems with Python 3
1.0.1
Added
- Added unit tests
- Output a warning if the role/variant match in the CONGA model isn't unique
Updated
- Updated
min_ansible_version
to 2.2
Fixed
- Apply variable substitution to input variables
- Fixed role name parsing if the role has either a namespace or a
conga_
prefix but not both - Fail with a proper error message if supplied
conga_role_mapping
couldn't be matched
1.0.0
Added
- Support for Ansible Vault encrypted variables in CONGA model.yaml
- Support for
bundleFileProperties
section in CONGA model.yaml by providingconga_bundle_files
facts - Support for
versionInfo
section in CONGA model.yaml by providingconga_version_info
facts
Pre-Release 0.9.0
Initial (pre-)release in preparation of 1.0.0