diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d8b536ad5..80a20f51d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4b8e03f7e..4172a8088 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/changelogs/fragments/403-core-vault-python.yml b/changelogs/fragments/403-core-vault-python.yml deleted file mode 100644 index f0456ab6e..000000000 --- a/changelogs/fragments/403-core-vault-python.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -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). - -trivial: - - The ``docker-image-versions`` action in the collection has been updated to support Docker Hub images that are not in the default namespace. The ``image`` input is now required and no longer defaults to ``vault`` which is no longer the current location of Vault images (https://github.com/ansible-collections/community.hashi_vault/pull/403). - -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). diff --git a/galaxy.yml b/galaxy.yml index 4113203bf..d99bf2f8f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: community name: hashi_vault -version: 5.0.1 +version: 6.0.0 readme: README.md authors: - Julie Davila (@juliedavila)