From c6799a24f2cd69ccab473096d4abe4a698b0a85f Mon Sep 17 00:00:00 2001 From: Brian Scholer <1260690+briantist@users.noreply.github.com> Date: Thu, 28 Oct 2021 11:06:47 -0400 Subject: [PATCH] Release/1.4.1 (#169) * prepare 1.4.1 release * Release 1.4.1 --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 10 ++++++++++ changelogs/fragments/168-aws_auth-boto-bug.yml | 3 --- galaxy.yml | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 changelogs/fragments/168-aws_auth-boto-bug.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 27389f7ed..7845a68db 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ community.hashi_vault Release Notes .. contents:: Topics +v1.4.1 +====== + +Release Summary +--------------- + +This release contains a bugfix for ``aws_iam_login`` authentication. + +Bugfixes +-------- + +- aws_iam_login auth method - fix incorrect use of ``boto3``/``botocore`` that prevented proper loading of AWS IAM role credentials (https://github.com/ansible-collections/community.hashi_vault/issues/167). + v1.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 09653bc56..1eac0a686 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -268,3 +268,13 @@ releases: name: vault_read namespace: null release_date: '2021-10-25' + 1.4.1: + changes: + bugfixes: + - aws_iam_login auth method - fix incorrect use of ``boto3``/``botocore`` that + prevented proper loading of AWS IAM role credentials (https://github.com/ansible-collections/community.hashi_vault/issues/167). + release_summary: This release contains a bugfix for ``aws_iam_login`` authentication. + fragments: + - 1.4.1.yml + - 168-aws_auth-boto-bug.yml + release_date: '2021-10-28' diff --git a/changelogs/fragments/168-aws_auth-boto-bug.yml b/changelogs/fragments/168-aws_auth-boto-bug.yml deleted file mode 100644 index f95824b9c..000000000 --- a/changelogs/fragments/168-aws_auth-boto-bug.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - aws_iam_login auth method - fix incorrect use of ``boto3``/``botocore`` that prevented proper loading of AWS IAM role credentials (https://github.com/ansible-collections/community.hashi_vault/issues/167). diff --git a/galaxy.yml b/galaxy.yml index 912bae34f..d42d66672 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: community name: hashi_vault -version: 1.4.0 +version: 1.4.1 readme: README.md authors: - Julie Davila (@juliedavila)