Changes Report
Release History
Version | Date | Description |
---|---|---|
1.4.6 | 2023-10-18 | |
1.4.4 | 2023-09-18 | |
1.4.2 | 2023-03-27 | |
1.4.0 | 2022-05-11 | |
1.3.2 | 2020-07-10 | |
1.3.0 | 2018-08-17 | |
1.2.0 | 2018-07-13 | |
1.1.0 | 2018-05-04 | |
1.0.0 | 2018-01-15 |
Release 1.4.6 – 2023-10-18
Type | Changes | By |
---|---|---|
Increase SnakeYAML codepoint limit to 64MB (from default 3MB). Fixes 11. | sseifert |
Release 1.4.4 – 2023-09-18
Type | Changes | By |
---|---|---|
Add our own version of org.yaml.snakeyaml.inspector.TrustedTagInspector as it was removed from the SnakeYAML codebase with version 2.1. |
sseifert |
Release 1.4.2 – 2023-03-27
Type | Changes | By |
---|---|---|
Switch to Java 11 as minimum version. | sseifert | |
Update to SnakeYAML 2.0, use TrustedTagInspector. | sseifert |
Release 1.4.0 – 2022-05-11
Type | Changes | By |
---|---|---|
Support retrieving Ansible vault password from ANSIBLE_VAULT_PASSWORD environment variable. | trichter |
Release 1.3.2 – 2020-07-10
Type | Changes | By |
---|---|---|
Lower log level for vault encryption handling to "trace". | sseifert | |
Update dependencies. | sseifert |
Release 1.3.0 – 2018-08-17
Type | Changes | By |
---|---|---|
Add support for dynamic pyhton scripts as input for Ansible Inventory and Ansible Vault files. | sseifert | |
Add support for using JsonPath expressions to get values from JSON-style Ansible inventories. | sseifert |
Release 1.2.0 – 2018-07-13
Type | Changes | By |
---|---|---|
Add YamlConstructorPlugin for Ansible Vault tags in YAML files. | sseifert | |
Fix reading encrypted Ansible Vault files with windows line endings. | sseifert |
Release 1.1.0 – 2018-05-04
Type | Changes | By |
---|---|---|
Encrypt sensitive configuration parameter values in model export YAML file. | sseifert | |
Fix Ansible Vault decryption issue with Python libraries and invalid padding. | sseifert |
Release 1.0.0 – 2018-01-15
Type | Changes | By |
---|---|---|
Initial release. | sseifert |