From 3a12f318be21ee4f49a0ba3e5ff403de32902c78 Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:45:24 -0700 Subject: [PATCH 1/3] CHANGELOG.md for 3.0.1 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc1dc0939..140a7a5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.0.1](https://github.com/aws-actions/configure-aws-credentials/compare/v3.0.0...v3.0.1) (2023-08024) + +### Features +* Can configure `special-characters-workaround` to keep retrying credentials if the returned + credentials have special characters (Fixes #599) + +### Bug Fixes +* Fixes #792: V3 breaks by somehow assuming the use of OIDC +* Minor typo fix from @ubaid-ansari21 + +### Changes to existing functionality +* Special characters are now allowed in returned credential variables unless you configure the + `special-characters-workaround` option + ## [3.0.0](https://github.com/aws-actions/configure-aws-credentials/compare/v2.2.0...v3.0.0) (2023-08-21) ### Features From 346430985610c4a909f61343db2f72814a6682cc Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:48:11 -0700 Subject: [PATCH 2/3] chore: update CHANGELOG.md for v3.0.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140a7a5ae..ad9baf715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [3.0.1](https://github.com/aws-actions/configure-aws-credentials/compare/v3.0.0...v3.0.1) (2023-08024) +## [3.0.1](https://github.com/aws-actions/configure-aws-credentials/compare/v3.0.0...v3.0.1) (2023-08-24) ### Features * Can configure `special-characters-workaround` to keep retrying credentials if the returned From a2b0094a4d101ce7f5ca3eb26879bea365ac071b Mon Sep 17 00:00:00 2001 From: peterwoodworth Date: Thu, 24 Aug 2023 14:49:22 -0700 Subject: [PATCH 3/3] change bugfix description --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9baf715..9e6eff3d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file. See [standa credentials have special characters (Fixes #599) ### Bug Fixes -* Fixes #792: V3 breaks by somehow assuming the use of OIDC +* Fixes #792: Action fails when intending to use existing credentials * Minor typo fix from @ubaid-ansari21 ### Changes to existing functionality