Skip to content

Commit

Permalink
Release/v5.0.1 (#405)
Browse files Browse the repository at this point in the history
* set v5.0.1

* add release summary

* release v5.0.1
  • Loading branch information
briantist committed Nov 5, 2023
1 parent 97fde6a commit 6a72430
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions changelogs/fragments/381-localenv_docker.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/404-vault_write-spicy-keys.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) <julie(at)davila.io>
Expand Down

0 comments on commit 6a72430

Please sign in to comment.