Skip to content

Commit

Permalink
Release/3.1.0 (#285)
Browse files Browse the repository at this point in the history
* prepare for 3.1.0 release

* 3.1.0 changelog
  • Loading branch information
briantist authored Jul 17, 2022
1 parent 9c0fcd7 commit 86b72a0
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 8 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ community.hashi_vault Release Notes
.. contents:: Topics


v3.1.0
======

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

A default value that was set incorrectly will be corrected in ``4.0.0``.
A deprecation warning will be shown until then if the value is not specified explicitly.
This version also includes some fixes and improvements to the licensing in the collection, which does not affect any functionality.

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

- vault_kv2_get lookup - the ``engine_mount_point option`` in the ``vault_kv2_get`` lookup only will change its default from ``kv`` to ``secret`` in community.hashi_vault version 4.0.0 (https://github.com/ansible-collections/community.hashi_vault/issues/279).

Bugfixes
--------

- Add SPDX license headers to individual files (https://github.com/ansible-collections/community.hashi_vault/pull/282).
- Add missing ``BSD-2-Clause.txt`` file for BSD licensed content (https://github.com/ansible-collections/community.hashi_vault/issues/275).
- Use the correct GPL license for plugin_utils (https://github.com/ansible-collections/community.hashi_vault/issues/276).

v3.0.0
======

Expand Down
23 changes: 23 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -478,3 +478,26 @@ releases:
- 248-token_validate-change-default.yml
- 3.0.0.yml
release_date: '2022-05-21'
3.1.0:
changes:
bugfixes:
- Add SPDX license headers to individual files (https://github.com/ansible-collections/community.hashi_vault/pull/282).
- Add missing ``BSD-2-Clause.txt`` file for BSD licensed content (https://github.com/ansible-collections/community.hashi_vault/issues/275).
- Use the correct GPL license for plugin_utils (https://github.com/ansible-collections/community.hashi_vault/issues/276).
deprecated_features:
- vault_kv2_get lookup - the ``engine_mount_point option`` in the ``vault_kv2_get``
lookup only will change its default from ``kv`` to ``secret`` in community.hashi_vault
version 4.0.0 (https://github.com/ansible-collections/community.hashi_vault/issues/279).
release_summary: 'A default value that was set incorrectly will be corrected
in ``4.0.0``.
A deprecation warning will be shown until then if the value is not specified
explicitly.
This version also includes some fixes and improvements to the licensing in
the collection, which does not affect any functionality.'
fragments:
- 279-incorrect-kv2-lookup-default.yml
- 3.1.0.yml
- licensing.yml
release_date: '2022-07-17'
3 changes: 0 additions & 3 deletions changelogs/fragments/279-incorrect-kv2-lookup-default.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/licensing.yml

This file was deleted.

0 comments on commit 86b72a0

Please sign in to comment.