All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a changelog.
2.1.0 2024-07-15
- Test requirements updated. @ultraheroe
- Fix #22. @ultraheroe
- Fixed galaxy file @ultraheroe
- Fix typos and other ansible lint issues @ultraheroe
2.0.2 2022-03-07
- Fix error with
consul_to_upload_properties
variable between plays. with_dict need exists even skipped task @adrian-arapiles
2.0.1 2022-03-04
- #13 Fixed delete steps making diff of whole keys and files processed. @adrian-arapiles
2.0.0 2022-02-03
- #13 Support for put entire yml files to consul keystore @adrian-arapiles
- Added tests for entire yml put on consul keystore @adrian-arapiles
- Add ansible-lint and improve yamllint @adrian-arapiles
- Add migrate guide from 1.x.x to 2.0.0 @adrian-arapiles
- Improve task to avoid unnecessary skipped or loops @adrian-arapiles
- Update test-requirements and deleted 2.7 python @adrian-arapiles
- Add test for debian buster environment @adrian-arapiles
- Update molecule tests and test files @adrian-arapiles
- Rename from
consul_keystore-role
toconsul_keystore_role
as ansible recommendations @adrian-arapiles - Replace module
consul_keystore
committed in repo in favour ofconsul_kv
official module @adrian-arapiles
1.0.2 - 2018-12-18
- #10 Fix problem removing properties in python 3 @jmonterrubio
1.0.1 - 2018-11-13
- #8 Fix problem with empty lines and comments in .properties file @jmonterrubio
- #3 Fix property is ansible changed if no value is setted @jmonterrubio
- #4 Fix boolean values converted with capital letter @jmonterrubio
1.0.0 - 2018-10-10
Initial version @jmonterrubio