Skip to content

Commit

Permalink
Release/v4.2.0 (#359)
Browse files Browse the repository at this point in the history
* set version 4.2.0

* add release summary

* release v4.2.0
  • Loading branch information
briantist authored Mar 27, 2023
1 parent 06c6fc9 commit ad9bd50
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 7 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ community.hashi_vault Release Notes
.. contents:: Topics


v4.2.0
======

Release Summary
---------------

This release contains a new module for KVv2 writes, and a new warning for duplicated term string options in the ``hashi_vault`` lookup.

Deprecated Features
-------------------

- hashi_vault lookup - in ``v5.0.0`` duplicate term string options will raise an exception instead of showing a warning (https://github.com/ansible-collections/community.hashi_vault/issues/356).

Bugfixes
--------

- hashi_vault lookup - a term string with duplicate options would silently use the last value. The lookup now shows a warning on option duplication (https://github.com/ansible-collections/community.hashi_vault/issues/349).

New Modules
-----------

- vault_kv2_write - Perform a write operation against a KVv2 secret in HashiCorp Vault

v4.1.0
======

Expand Down
18 changes: 18 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -619,3 +619,21 @@ releases:
name: vault_list
namespace: null
release_date: '2023-01-18'
4.2.0:
changes:
bugfixes:
- hashi_vault lookup - a term string with duplicate options would silently use
the last value. The lookup now shows a warning on option duplication (https://github.com/ansible-collections/community.hashi_vault/issues/349).
deprecated_features:
- hashi_vault lookup - in ``v5.0.0`` duplicate term string options will raise
an exception instead of showing a warning (https://github.com/ansible-collections/community.hashi_vault/issues/356).
release_summary: This release contains a new module for KVv2 writes, and a new
warning for duplicated term string options in the ``hashi_vault`` lookup.
fragments:
- 350-raise-error-on-option-duplication-in-term-string.yml
- 4.2.0.yml
modules:
- description: Perform a write operation against a KVv2 secret in HashiCorp Vault
name: vault_kv2_write
namespace: ''
release_date: '2023-03-26'

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: 4.2.0-devel
version: 4.2.0
readme: README.md
authors:
- Julie Davila (@juliedavila) <julie(at)davila.io>
Expand Down

0 comments on commit ad9bd50

Please sign in to comment.