Skip to content

Commit

Permalink
Version 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryHowe committed Jun 26, 2024
1 parent 2939d4e commit c22434d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Changelog
=========


5.3.0 (2024-06-26)
------------------
- Add support for JWT role. [mleneveut]
- Add support for ACL policies. [mleneveut]
- Use hvac write_data method. [Terry Howe]
- Update hvac and tox docs. [Terry Howe]
- Fix hashivault_k8s_auth_role not detecting policy changes. [Philipp
Hossner]


5.2.1 (2024-02-20)
------------------
- Add utf-8 encoding. [Terry Howe]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='ansible-modules-hashivault',
version='5.2.1',
version='5.3.0',
description='Ansible Modules for Hashicorp Vault',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit c22434d

Please sign in to comment.