Skip to content

Releases: Devolutions/ansible-dvls

v1.2.4

23 Apr 19:25
0a169c8

Choose a tag to compare

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

24 Mar 18:53

Choose a tag to compare

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

24 Mar 14:58

Choose a tag to compare

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

06 Mar 16:35
c21917c

Choose a tag to compare

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

Full Changelog: v1.1.1...v1.2.1

v1.1.1

06 Jan 19:29
2f99cbe

Choose a tag to compare

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

05 Dec 17:40
15002d2

Choose a tag to compare

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.