diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 619cdd27d..d8b536ad5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ community.hashi_vault Release Notes .. contents:: Topics +v5.0.1 +====== + +Release Summary +--------------- + +This release fixes a bug in ``vault_write`` ahead of the collection's next major release. + +Bugfixes +-------- + +- vault_write - the ``vault_write`` lookup and module were not able to write data containing keys named ``path`` or ``wrap_ttl`` due to a bug in the ``hvac`` library. These plugins have now been updated to take advantage of fixes in ``hvac>=1.2`` to address this (https://github.com/ansible-collections/community.hashi_vault/issues/389). + v5.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 40e64c001..4b8e03f7e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -663,3 +663,17 @@ releases: - 356-duplicate-term-options.yml - 5.0.0.yml release_date: '2023-05-11' + 5.0.1: + changes: + bugfixes: + - vault_write - the ``vault_write`` lookup and module were not able to write + data containing keys named ``path`` or ``wrap_ttl`` due to a bug in the ``hvac`` + library. These plugins have now been updated to take advantage of fixes in + ``hvac>=1.2`` to address this (https://github.com/ansible-collections/community.hashi_vault/issues/389). + release_summary: This release fixes a bug in ``vault_write`` ahead of the collection's + next major release. + fragments: + - 381-localenv_docker.yml + - 404-vault_write-spicy-keys.yml + - 5.0.1.yml + release_date: '2023-11-05' diff --git a/changelogs/fragments/381-localenv_docker.yml b/changelogs/fragments/381-localenv_docker.yml deleted file mode 100644 index 142919b77..000000000 --- a/changelogs/fragments/381-localenv_docker.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - setup_localenv_docker role - the container images used in the docker localenv role are now set in role defaults so that they can be overridden (https://github.com/ansible-collections/community.hashi_vault/issues/381). diff --git a/changelogs/fragments/404-vault_write-spicy-keys.yml b/changelogs/fragments/404-vault_write-spicy-keys.yml deleted file mode 100644 index 1a4c5d6c6..000000000 --- a/changelogs/fragments/404-vault_write-spicy-keys.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - vault_write - the ``vault_write`` lookup and module were not able to write data containing keys named ``path`` or ``wrap_ttl`` due to a bug in the ``hvac`` library. These plugins have now been updated to take advantage of fixes in ``hvac>=1.2`` to address this (https://github.com/ansible-collections/community.hashi_vault/issues/389). diff --git a/galaxy.yml b/galaxy.yml index 7f842a356..4113203bf 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: community name: hashi_vault -version: 5.1.0-devel +version: 5.0.1 readme: README.md authors: - Julie Davila (@juliedavila)