Releases: cloudposse/github-action-atmos-terraform-plan
v0.10.2
Added tests for component name spashes @goruha (#30)
what
- Replace
/
with-
in components names
why
- Fix summary file name
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#29)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates
v0.10.1
Added failed test plan @goruha (#28)
what
- Added failed plan test
why
- Covered test case for a failed plan
Update actions/checkout action to v4 @renovate (#25)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/checkout | action | major | v3 -> v4 |
Release Notes
actions/checkout (actions/checkout)
v4
Update aws-actions/configure-aws-credentials action to v4 @renovate (#27)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
aws-actions/configure-aws-credentials | action | major | v2.2.0 -> v4.0.0 |
Release Notes
aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)
v4.0.0
See the changelog for details about the changes included in this 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.
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#26)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates
v0.10.0
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
Bump atmos-get-setting @milldr (#14)
what
- Bump action version of
github-action-atmos-get-setting
why
- Resolve bug with describe component
references
Update cloudposse/github-action-terraform-plan-storage action to v1.7.0 @renovate (#11)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/github-action-terraform-plan-storage | action | minor | 1.6.2 -> 1.7.0 |
Release Notes
cloudposse/github-action-terraform-plan-storage (cloudposse/github-action-terraform-plan-storage)
v1.7.0
QueryCommandInput for Latest from PR @milldr (#16)
what
- Use a
QueryCommandInput
instead of aScanCommandInput
to get the latest change from a PR - Remove
Limit
from PR command
why
QueryCommandInput
should be used withQueryCommand
to filter and pull the latest DynamoDB table entry- Without this change, the action always fails to find the plan entry even if the entry is valid
{"message":"The plan for demo-new in the stack plat-use2-sandbox for pr 22 does not exist."}
- Limit will only return the most recent result before filtering. This means only the most recent planfile will be returned across all PRs, not our specific PR
A single Query operation will read up to the maximum number of items set (if using the Limit parameter) or a maximum of 1 MB of data and then apply any filtering to the results using FilterExpression.