1
0
Fork 0
mirror of synced 2026-06-05 12:48:19 +00:00

chore: release v4.0.1 (#876)

This commit is contained in:
Yasmine Talby 2023-10-03 20:28:23 +02:00 committed by GitHub
commit 010d0da01d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,11 @@
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. 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.
## [4.0.1](https://github.com/aws-actions/configure-aws-credentials/compare/v4.0.0...v4.0.1) (2023-10-03)
### Documentation
* Throw a warning when customers use long-term credentials.
## [4.0.0](https://github.com/aws-actions/configure-aws-credentials/compare/v3.0.2...v4.0.0) (2023-09-11) ## [4.0.0](https://github.com/aws-actions/configure-aws-credentials/compare/v3.0.2...v4.0.0) (2023-09-11)
* Upgraded runtime to `node20` from `node16` * Upgraded runtime to `node20` from `node16`

View file

@ -9,7 +9,7 @@ calls.
### Recent News ### Recent News
#### Long-term credentials warning (10/2/23) #### Long-term credentials warning (10/3/23)
We have added a warning when using long-term credentials to access AWS We have added a warning when using long-term credentials to access AWS
(IAM access keys and secret keys). Using long-term credentials requires you (IAM access keys and secret keys). Using long-term credentials requires you