Skip to content

Commit

Permalink
Release/1.4.1 (#169)
Browse files Browse the repository at this point in the history
* prepare 1.4.1 release

* Release 1.4.1
  • Loading branch information
briantist authored Oct 28, 2021
1 parent 6e8a093 commit c6799a2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions changelogs/fragments/168-aws_auth-boto-bug.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: 1.4.0
version: 1.4.1
readme: README.md
authors:
- Julie Davila (@juliedavila) <julie(at)davila.io>
Expand Down

0 comments on commit c6799a2

Please sign in to comment.