Releases: Devolutions/ansible-dvls
Releases · Devolutions/ansible-dvls
v1.2.4
What's Changed
- fix(get_vault_entries): implement pagination for fetching all vault entries by @DannyBedard in #22
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- fix(create_secret): prevent moving existing credentials to root if no path is provided by @Sylfwood in #20
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- ci: create release on workflow_dispatch by @DannyBedard in #13
- chore: add gitignore file and requirements.txt by @Sylfwood in #14
- chore: consolidate integration tests by @Sylfwood in #15
- Improve the functionality and maintainability of the codebase by @Sylfwood in #19
New Contributors
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- feature: Add DVLS Ansible Module to create/update secrets by @PatrickEPG in #10
- feature: list secrets by categories by @otxi in #11
- test: add integration test for get and create by @DannyBedard in #12
New Contributors
- @PatrickEPG made their first contribution in #10
- @otxi made their first contribution in #11
Full Changelog: v1.1.1...v1.2.1
v1.1.1
Release Note
Release Date: January 6, 2025
Fixes
Secret Retrieval Fix:
Resolved an issue where fetching all secrets without providing a secrets file returned nonsensical values. The retrieval now works as expected, ensuring accurate and meaningful results.
v1.1.0
Release note
Release Date: December 5, 2024
New Features
- Vault Retrieval Enhancements
- Added support for fetching vaults.
- Introduced handling for optional secrets file when retrieving secrets.
- New fetch_server module for retrieving server information, including access URI, expiration date, version, and vaults.
Improvements
- Improved Error Handling
- Enhanced error messages for HTTP and JSON issues in server communication.
- Clearer debugging information and consistent error propagation.