diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7845a68db..2bbdf5abd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ community.hashi_vault Release Notes .. contents:: Topics +v1.5.0 +====== + +Release Summary +--------------- + +This release includes a new action group for use with ``module_defaults``, and additional ways of specifying the ``mount_point`` option for plugins. +This will be the last ``1.x`` release. + +Minor Changes +------------- + +- add the ``community.hashi_vault.vault`` action group (https://github.com/ansible-collections/community.hashi_vault/pull/172). +- auth methods - Add support for configuring the ``mount_point`` auth method option in plugins via the ``ANSIBLE_HASHI_VAULT_MOUNT_POINT`` environment variable, ``ansible_hashi_vault_mount_point`` ansible variable, or ``mount_point`` INI section (https://github.com/ansible-collections/community.hashi_vault/pull/171). + v1.4.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1eac0a686..fb6d92011 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -278,3 +278,20 @@ releases: - 1.4.1.yml - 168-aws_auth-boto-bug.yml release_date: '2021-10-28' + 1.5.0: + changes: + minor_changes: + - add the ``community.hashi_vault.vault`` action group (https://github.com/ansible-collections/community.hashi_vault/pull/172). + - auth methods - Add support for configuring the ``mount_point`` auth method + option in plugins via the ``ANSIBLE_HASHI_VAULT_MOUNT_POINT`` environment + variable, ``ansible_hashi_vault_mount_point`` ansible variable, or ``mount_point`` + INI section (https://github.com/ansible-collections/community.hashi_vault/pull/171). + release_summary: 'This release includes a new action group for use with ``module_defaults``, + and additional ways of specifying the ``mount_point`` option for plugins. + + This will be the last ``1.x`` release.' + fragments: + - 1.5.0.yml + - 172-action_group.yml + - pr-171-envvar-for-mount-point.yaml + release_date: '2021-11-05' diff --git a/changelogs/fragments/172-action_group.yml b/changelogs/fragments/172-action_group.yml deleted file mode 100644 index 047ab7e06..000000000 --- a/changelogs/fragments/172-action_group.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - community.hashi_vault collection - add the ``community.hashi_vault.vault`` action group (https://github.com/ansible-collections/community.hashi_vault/pull/172). diff --git a/changelogs/fragments/pr-171-envvar-for-mount-point.yaml b/changelogs/fragments/pr-171-envvar-for-mount-point.yaml deleted file mode 100644 index f4eedb5bd..000000000 --- a/changelogs/fragments/pr-171-envvar-for-mount-point.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- auth methods - Add support for configuring the ``mount_point`` auth method option in plugins via the ``HASHI_VAULT_MOUNT_POINT`` environment variable, ``ansible_hashi_vault_mount_point`` ansible variable, or ``mount_point`` INI section (https://github.com/ansible-collections/community.hashi_vault/pull/171).