Sourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takost
in actions/checkout#1436- Support fetching without the --progress option by
@simonbaird
in actions/checkout#1067- Release 4.0.0 by
@takost
in actions/checkout#1447New Contributors
@takost
made their first contribution in actions/checkout#1436@simonbaird
made their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dscho
in actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreck
in actions/checkout#579- Release 3.6.0 by
@luketomlinson
in actions/checkout#1437New Contributors
@RobertWieczoreck
made their first contribution in actions/checkout#579@luketomlinson
made their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanics
in actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulos
in actions/checkout#1287- Add support for sparse checkouts by
@dscho
and@dfdez
in actions/checkout#1369- Release v3.5.3 by
@TingluoHuang
in actions/checkout#1376New Contributors
@megamanics
made their first contribution in actions/checkout#1196@DimitriPapadopoulos
made their first contribution in actions/checkout#1287@dfdez
made their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerl
in actions/checkout#1289 based on #1286 by@1newsr
Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/github
dependency by@BrettDong
in actions/checkout#1246New Contributors
@BrettDong
made their first contribution in actions/checkout#1246
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
v3.3.0
- Implement branch list using callbacks from exec function
- Add in explicit reference to private checkout options
- [Fix comment typos (that got added in #770)](actions/checkout#1057)
v3.2.0
- Add GitHub Action to perform release
- Fix status badge
- Replace datadog/squid with ubuntu/squid Docker image
- Wrap pipeline commands for submoduleForeach in quotes
- Update
@actions/io
to 1.1.2- Upgrading version to 3.2.0
v3.1.0
v3.0.2
... (truncated)
8ade135
Prepare 4.1.0 release (#1496)c533a0a
Add support for partial checkout filters (#1396)72f2cec
Update README.md for V4 (#1452)3df4ab1
Release 4.0.0 (#1447)8b5e8b7
Support fetching without the --progress option (#1067)97a652b
Update default runtime to node20 (#1436)Sourced from aws-actions/configure-aws-credentials's releases.
v4
This tag tracks the latest v4.x.x release
v3.0.2
See the changelog for details about the changes included in this release.
v3.0.1
See the changelog for details about the changes included in this release.
v3.0.0
See the changelog for details about the changes included in this release.
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.
v2.0.0
See the changelog for details about the changes included in this release.
v2
This tag tracks the latest v2.x.x release.
v1.7.0
See the changelog for details about the changes included in this release.
v1.6.1
See the changelog for details about the changes included in this release.
v1.6.0
See the changelog for details about the changes included in this release.
v1.5.11
See the changelog for details about the changes included in this release.
v1.5.10
See the changelog for details about the changes included in this release.
v1.5.9
See the changelog for details about the changes included in this release.
v1.5.8
See the changelog for details about the changes included in this release.
v1.5.7
See the changelog for details about the changes included in this release.
... (truncated)
Sourced from aws-actions/configure-aws-credentials's changelog.
4.0.1 (2023-10-03)
Documentation
- Throw a warning when customers use long-term credentials.
4.0.0 (2023-09-11)
- Upgraded runtime to
node20
fromnode16
3.0.2 (2023-09-07)
Bug Fixes
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
... (truncated)
010d0da
chore: release v4.0.1 (#876)b48e2ee
chore: Bump @types/node
from 20.7.0 to 20.8.2 (#875)183b94a
chore: Update dist1d4ae37
chore: Bump @aws-sdk/client-sts
from 3.418.0 to 3.423.0
(#873)6a430ce
chore: Bump @smithy/node-http-handler
from 2.1.5 to 2.1.6
(#872)8402193
chore: Bump @smithy/property-provider
from 2.0.10 to
2.0.11 (#874)f31c158
feat: Recommending using OIDC (#871)164817a
chore: Update diste2c335e
chore: Bump @aws-sdk/client-sts
from 3.414.0 to 3.418.0
(#870)a1a09b7
chore: Bump eslint from 8.49.0 to 8.50.0 (#867)Sourced from aws-actions/aws-cloudformation-github-deploy's releases.
v1.2.0
See the CHANGELOG for more details on the release.
v1.1.0
See the CHANGELOG for more details on the release.
v1.0.4
See the CHANGELOG for more details on the release.
e675be1
Merge pull request #89
from kddejong/fix/action/parameter-override-description00a0dee
Remove context variables from descriptionb887c44
Merge pull request #83
from karm435/masterc60e0f1
Merge pull request #85
from jongwooo/docs/replace-deprecated-command-with-env...d0a23b7
Merge pull request #88
from kddejong/feature/parameters/commalisttest3f22dbe
update check action13c7c1f
Support comma delimited lists for parameter overrides87a972c
Merge pull request #82
from asifma/patch-1d60b709
Replace deprecated command with environment file75af353
Updated the link to Cloudformation best practices