Skip to content

Commit

Permalink
Release/v5.0.0 (#376)
Browse files Browse the repository at this point in the history
* set version

* add release summary

* release v5.0.0
  • Loading branch information
briantist authored May 11, 2023
1 parent 8031972 commit e5cd11b
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ community.hashi_vault Release Notes
.. contents:: Topics


v5.0.0
======

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

This version makes some relatively minor but technically breaking changes. Support for ``ansible-core`` versions ``2.11`` and ``2.12`` have been dropped, and there is now a minimum supported version of ``hvac`` which will be updated over time. A warning in the ``hashi_vault`` lookup on duplicate option specifications in the term string has been changed to a fatal error.

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

- Support for ``ansible-core`` 2.11 and 2.12 has been removed (https://github.com/ansible-collections/community.hashi_vault/issues/340).
- The minimum version of ``hvac`` for ``community.hashi_vault`` is now ``1.1.0`` (https://github.com/ansible-collections/community.hashi_vault/issues/324).
- hashi_vault lookup - duplicate option entries in the term string now raises an exception instead of a warning (https://github.com/ansible-collections/community.hashi_vault/issues/356).

v4.2.1
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -644,3 +644,22 @@ releases:
fragments:
- 4.2.1.yml
release_date: '2023-04-27'
5.0.0:
changes:
breaking_changes:
- Support for ``ansible-core`` 2.11 and 2.12 has been removed (https://github.com/ansible-collections/community.hashi_vault/issues/340).
- The minimum version of ``hvac`` for ``community.hashi_vault`` is now ``1.1.0``
(https://github.com/ansible-collections/community.hashi_vault/issues/324).
- hashi_vault lookup - duplicate option entries in the term string now raises
an exception instead of a warning (https://github.com/ansible-collections/community.hashi_vault/issues/356).
release_summary: This version makes some relatively minor but technically breaking
changes. Support for ``ansible-core`` versions ``2.11`` and ``2.12`` have
been dropped, and there is now a minimum supported version of ``hvac`` which
will be updated over time. A warning in the ``hashi_vault`` lookup on duplicate
option specifications in the term string has been changed to a fatal error.
fragments:
- 324-minimum-hvac-version.yml
- 340-drop-core-211-212.yml
- 356-duplicate-term-options.yml
- 5.0.0.yml
release_date: '2023-05-11'
3 changes: 0 additions & 3 deletions changelogs/fragments/324-minimum-hvac-version.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/340-drop-core-211-212.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/356-duplicate-term-options.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.0.0-devel
version: 5.0.0
readme: README.md
authors:
- Julie Davila (@juliedavila) <julie(at)davila.io>
Expand Down

0 comments on commit e5cd11b

Please sign in to comment.