Skip to content

Commit

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

* add release summary

* release v6.0.0
  • Loading branch information
briantist authored Nov 5, 2023
1 parent 693646a commit 719b0b8
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ community.hashi_vault Release Notes
.. contents:: Topics


v6.0.0
======

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

This major version of the collection has no functional changes from the previous version, however the minimum versions of ``hvac`` and ``ansible-core`` have been raised. While the collection may still work with those earlier versions, future changes will not test against them.

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

- The minimum required version of ``hvac`` is now ``1.2.1`` (https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/docsite/user_guide.html#hvac-version-specifics).

Removed Features (previously deprecated)
----------------------------------------

- The minimum supported version of ``ansible-core`` is now ``2.14``, support for ``2.13`` has been dropped (https://github.com/ansible-collections/community.hashi_vault/pull/403).

v5.0.1
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -677,3 +677,18 @@ releases:
- 404-vault_write-spicy-keys.yml
- 5.0.1.yml
release_date: '2023-11-05'
6.0.0:
changes:
breaking_changes:
- The minimum required version of ``hvac`` is now ``1.2.1`` (https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/docsite/user_guide.html#hvac-version-specifics).
release_summary: This major version of the collection has no functional changes
from the previous version, however the minimum versions of ``hvac`` and ``ansible-core``
have been raised. While the collection may still work with those earlier versions,
future changes will not test against them.
removed_features:
- The minimum supported version of ``ansible-core`` is now ``2.14``, support
for ``2.13`` has been dropped (https://github.com/ansible-collections/community.hashi_vault/pull/403).
fragments:
- 403-core-vault-python.yml
- 6.0.0.yml
release_date: '2023-11-05'
9 changes: 0 additions & 9 deletions changelogs/fragments/403-core-vault-python.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.1
version: 6.0.0
readme: README.md
authors:
- Julie Davila (@juliedavila) <julie(at)davila.io>
Expand Down

0 comments on commit 719b0b8

Please sign in to comment.