Skip to content

Commit

Permalink
Release/v3.4.0 (#321)
Browse files Browse the repository at this point in the history
* add release summary

* add version_added to vault_kv2_delete

* release v3.4.0
  • Loading branch information
briantist authored Nov 3, 2022
1 parent b004683 commit 0a62288
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 6 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ community.hashi_vault Release Notes
.. contents:: Topics


v3.4.0
======

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

This release includes a new module, fixes (another) ``requests`` header issue, and updates some inaccurate documentation.
This is the last planned release before v4.0.0.

Minor Changes
-------------

- vault_pki_generate_certificate - the documentation has been updated to match the argspec for the default values of options ``alt_names``, ``ip_sans``, ``other_sans``, and ``uri_sans`` (https://github.com/ansible-collections/community.hashi_vault/pull/318).

Bugfixes
--------

- connection options - the ``namespace`` connection option will be forced into a string to ensure cmpatibility with recent ``requests`` versions (https://github.com/ansible-collections/community.hashi_vault/issues/309).

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

- vault_kv2_delete - Delete one or more versions of a secret from HashiCorp Vault's KV version 2 secret store

v3.3.1
======

Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -546,3 +546,26 @@ releases:
fragments:
- 3.3.1.yml
release_date: '2022-09-25'
3.4.0:
changes:
bugfixes:
- connection options - the ``namespace`` connection option will be forced into
a string to ensure cmpatibility with recent ``requests`` versions (https://github.com/ansible-collections/community.hashi_vault/issues/309).
minor_changes:
- vault_pki_generate_certificate - the documentation has been updated to match
the argspec for the default values of options ``alt_names``, ``ip_sans``,
``other_sans``, and ``uri_sans`` (https://github.com/ansible-collections/community.hashi_vault/pull/318).
release_summary: 'This release includes a new module, fixes (another) ``requests``
header issue, and updates some inaccurate documentation.
This is the last planned release before v4.0.0.'
fragments:
- 3.4.0.yml
- 309-stringify-namespace.yml
- 318-pki-argspec-doc-mismatch.yml
modules:
- description: Delete one or more versions of a secret from HashiCorp Vault's
KV version 2 secret store
name: vault_kv2_delete
namespace: ''
release_date: '2022-11-03'
3 changes: 0 additions & 3 deletions changelogs/fragments/309-stringify-namespace.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/318-pki-argspec-doc-mismatch.yml

This file was deleted.

1 change: 1 addition & 0 deletions plugins/modules/vault_kv2_delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

DOCUMENTATION = '''
module: vault_kv2_delete
version_added: 3.4.0
author:
- Isaac Wagner (@idwagner)
short_description: Delete one or more versions of a secret from HashiCorp Vault's KV version 2 secret store
Expand Down

0 comments on commit 0a62288

Please sign in to comment.