Sourced from aws-actions/configure-aws-credentials's releases.
v3
This tag tracks the latest v3.x.x release
v2.2.0
See the changelog for details about the changes included in this release.
v2.1.0
See the changelog for details about the changes included in this release.
Sourced from aws-actions/configure-aws-credentials's changelog.
3.0.1 (2023-08-24)
Features
- Can configure
special-characters-workaround
to keep retrying credentials if the returned credentials have special characters (Fixes #599)Bug Fixes
- Fixes #792: Action fails when intending to use existing credentials
- 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
option3.0.0 (2023-08-21)
Features
- Can configure
max-retries
anddisable-retry
to modify retry functionality when the assume role call fails- Set returned credentials as step outputs with
output-credentials
- Clear AWS related environment variables at the start of the action with
unset-current-credentials
- Unique role identifier is now printed in the workflow logs
Bug Fixes
- Can't use credentials if they contain a special character
- Retry functionality added when generating the JWT fails
- Can now use
webIdentityTokenFile
option- Branch name validation too strict
- JS SDK v2 deprecation warning in workflow logs
Changes to existing functionality
- Default session duration is now 1 hour in all cases (from 6 hours in some cases)
- Account ID will not be masked by default in logs
2.2.0 (2023-05-31)
Features
inline-session-policy
prop enables assuming a role with inline session policies (d00f6c6)managed-session-policies
prop enables assuming a role with managed policy arns (d00f6c6)2.1.0 (2023-05-31)
Features
role-chaining
prop enables role chaining use case (6fbd316)2.0.0 (2023-03-06)
Features
- Version bump to use Node 16 by default.
1.7.0 (2022-08-03)
... (truncated)
04b98b3
Merge pull request #798
from aws-actions/kellertk-patch-1a2b0094
change bugfix description3464309
chore: update CHANGELOG.md for v3.0.13a12f31
CHANGELOG.md for 3.0.16478abc
Merge pull request #794
from ubaid-ansari21/contri91d9dfc
Merge branch 'main' into contri76997ec
fix: action fails when intending to use existing credentials (#796)a962633
feat: special character check (#797)fbbf385
feat: add config option for special character handling (#795)f5f46df
fix typo