Releases: Devolutions/ansible-dvls
Releases · Devolutions/ansible-dvls
v1.3.0
What's Changed
- docs: add CONTRIBUTING.md with guidelines for development and contrib… by Danny Bédard (@DannyBedard) in #25
- fix(.gitignore): add missing files for ansible configuration by Danny Bédard (@DannyBedard) in #26
- ci: use new dvls instance for test by Danny Bédard (@DannyBedard) in #27
- chore(readme): [auto] update project title by Richard Boisvert (@rbstp) in #29
- [DEVOPS-4069] feat(lookup): add lookup plugins for inline cred retrieval by Dion Gionet Mallet (@dion-gionet) in #30
New Contributors
- Richard Boisvert (@rbstp) made their first contribution in #29
- Dion Gionet Mallet (@dion-gionet) made their first contribution in #30
Full Changelog: v1.2.4...v1.3.0
v1.2.4
What's Changed
- fix(get_vault_entries): implement pagination for fetching all vault entries by Danny Bédard (@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 Raphaël Larivière (@Sylfwood) in #20
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- ci: create release on workflow_dispatch by Danny Bédard (@DannyBedard) in #13
- chore: add gitignore file and requirements.txt by Raphaël Larivière (@Sylfwood) in #14
- chore: consolidate integration tests by Raphaël Larivière (@Sylfwood) in #15
- Improve the functionality and maintainability of the codebase by Raphaël Larivière (@Sylfwood) in #19
New Contributors
- Raphaël Larivière (@Sylfwood) made their first contribution in #14
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- feature: Add DVLS Ansible Module to create/update secrets by Patrick Preisler (@PatrickEPG) in #10
- feature: list secrets by categories by Ulrich Etilé (@otxi) in #11
- test: add integration test for get and create by Danny Bédard (@DannyBedard) in #12
New Contributors
- Patrick Preisler (@PatrickEPG) made their first contribution in #10
- Ulrich Etilé (@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.