Skip to content

Commit

Permalink
Release/v4.0.0 (#323)
Browse files Browse the repository at this point in the history
* bump version to v4.0.0

* add release summary

* release v4.0.0
  • Loading branch information
briantist authored Nov 5, 2022
1 parent 2afac56 commit 65f7300
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ community.hashi_vault Release Notes
.. contents:: Topics


v4.0.0
======

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

The next major version of the collection includes previously announced breaking changes to some default values, and improvements to module documentation with attributes that describe the use of action groups and check mode support.

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

- modules - all modules now document their action group and support for check mode in their attributes documentation (https://github.com/ansible-collections/community.hashi_vault/issues/197).

Breaking Changes / Porting Guide
--------------------------------

- auth - the default value for ``token_validate`` has changed from ``true`` to ``false``, as previously announced (https://github.com/ansible-collections/community.hashi_vault/issues/248).
- vault_kv2_get lookup - as previously announced, the default value for ``engine_mount_point`` in the ``vault_kv2_get`` lookup has changed from ``kv`` to ``secret`` (https://github.com/ansible-collections/community.hashi_vault/issues/279).

v3.4.0
======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,3 +569,23 @@ releases:
name: vault_kv2_delete
namespace: ''
release_date: '2022-11-03'
4.0.0:
changes:
breaking_changes:
- auth - the default value for ``token_validate`` has changed from ``true``
to ``false``, as previously announced (https://github.com/ansible-collections/community.hashi_vault/issues/248).
- vault_kv2_get lookup - as previously announced, the default value for ``engine_mount_point``
in the ``vault_kv2_get`` lookup has changed from ``kv`` to ``secret`` (https://github.com/ansible-collections/community.hashi_vault/issues/279).
minor_changes:
- modules - all modules now document their action group and support for check
mode in their attributes documentation (https://github.com/ansible-collections/community.hashi_vault/issues/197).
release_summary: The next major version of the collection includes previously
announced breaking changes to some default values, and improvements to module
documentation with attributes that describe the use of action groups and check
mode support.
fragments:
- 197-module-attributes.yml
- 248-token_validate-default.yml
- 279-vault_kv2_get-lookup-mount-default.yml
- 4.0.0.yml
release_date: '2022-11-05'
3 changes: 0 additions & 3 deletions changelogs/fragments/197-module-attributes.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/248-token_validate-default.yml

This file was deleted.

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

0 comments on commit 65f7300

Please sign in to comment.