Skip to content

Commit 8848274

Browse files
committed
Version 5.4.0
1 parent c278024 commit 8848274

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@ Changelog
22
=========
33

44

5+
5.4.0 (2025-07-17)
6+
------------------
7+
8+
Fix
9+
~~~
10+
- Audit test broken with vault change. [Terry Howe]
11+
12+
Other
13+
~~~~~
14+
- Chore: update readme. [Terry Howe]
15+
- Add support for token_bound_cidrs to hashivault_auth_ldap. [Denis
16+
Krienbühl]
17+
- Update test container image for vault. [Terry Howe]
18+
- Add disable_local_ca_jwt param in k8s auth config. [Emilien Floret]
19+
- Add check_mode support to hashivault_secret_list. [dezeroku]
20+
- Add check_mode support to hashivault_policy_list. [dezeroku]
21+
- Add check mode support to hashivault_auth_list. [dezeroku]
22+
- Use fallbacks for hashmap get operations. [dezeroku]
23+
- Update ansible/modules/hashivault/hashivault_pki_role.py. [Jakub P,
24+
Terry Howe]
25+
- Add missing hashivault_pki_role options. [dezeroku]
26+
- Add diff mode support to hashivault_pki_role. [dezeroku]
27+
- Add check_mode support to hashivault_pki_role_list. [dezeroku]
28+
29+
530
5.3.0 (2024-06-26)
631
------------------
732
- Add support for JWT role. [mleneveut]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='ansible-modules-hashivault',
19-
version='5.3.0',
19+
version='5.4.0',
2020
description='Ansible Modules for Hashicorp Vault',
2121
long_description=long_description,
2222
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)