Skip to content

Releases: cloudposse/github-action-atmos-terraform-plan

v0.10.0

05 Sep 21:38
0a29152
Compare
Choose a tag to compare
Overwrite sha @zdmytriv (#24)

what

  • added input to overwrite SHA

why

  • added input to overwrite SHA

references

v0.9.0

01 Sep 10:38
ad3606c
Compare
Choose a tag to compare
Fixed version for plan storage step @zdmytriv (#23)

what

  • Fixed version for plan storage step

why

  • Step should point to release version and not to branch

references

v0.8.0

01 Sep 10:20
10c1618
Compare
Choose a tag to compare
Added few enhancements so this action can be reused by Drift Detection action @zdmytriv (#22)

what

  • Added few enhancements so this action can be reused by Drift Detection action

why

  • Added few enhancements so this action can be reused by Drift Detection action

references

v0.7.0

31 Jul 19:44
544d0a5
Compare
Choose a tag to compare
Unique `user-content` IDs @milldr (#17)

what

  • Create unique user-content id for each component + stack

why

  • When running over a matrix, we need unique user-content links

references

  • DEV-1055

v0.6.0

28 Jul 00:56
d1f7367
Compare
Choose a tag to compare
Support workflow_dispatch @milldr (#15)

what

  • Supporting triggering atmos workflows on workflow_dispatch

why

  • execute on demand
  • pr arg breaks workflow_dispatch, but isn't used anyway. removed

references

  • DEV-1008

v0.5.0

26 Jul 16:21
1e27d05
Compare
Choose a tag to compare
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

Compare Source

QueryCommandInput for Latest from PR @​milldr (#​16)
what
  • Use a QueryCommandInput instead of a ScanCommandInput to get the latest change from a PR
  • Remove Limit from PR command
why
  • QueryCommandInput should be used with QueryCommand 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.

references

v0.4.1

14 Jul 20:58
95508ec
Compare
Choose a tag to compare

🚀 Enhancements

Update readme @zdmytriv (#12)

what

Update readme with latest input variables

why

Update readme with latest input variables

references

v0.4.0

14 Jul 20:37
efca59f
Compare
Choose a tag to compare
Added support for infracost @zdmytriv (#10)

what

  • Added support for infracost
image

why

  • Added support for infracost

references

v0.3.0

08 Jul 02:21
1ebd20c
Compare
Choose a tag to compare
`tfcmt` and Node on Self-Hosted @milldr (#9)

what

  • node and tfcmt installation debugging

why

  • When running on Self Hosted runners (amazon linux), we need to run these additional steps to setup Node and tfcmt

references

  • n/a

v0.2.1

05 Jul 23:48
28c0b4b
Compare
Choose a tag to compare
v0 Release Improvements @milldr (#8)

what

  • quality of life improvements for v0 release

why

  • QoL improvements

references

  • n/a
Update cloudposse/github-action-setup-atmos action to v1.0.2 @renovate (#4)

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-setup-atmos action patch v1.0.0 -> 1.0.2

Release Notes

cloudposse/github-action-setup-atmos

v1.0.2

Compare Source

No changes. Just re-triggering major release tagger.

v1.0.1

Compare Source

Fixed readme and added major release tagger @​zdmytriv (#​21)

what

  • Fixed readme
  • Added major release tagger

why

  • Fixed readme
  • Added major release tagger

references


Update actions/checkout action to v3 @renovate (#7)

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v2 -> v3

Release Notes

actions/checkout

v3

Compare Source


Update cloudposse/actions action to v0.33.0 @renovate (#5)

This PR contains the following updates:

Package Type Update Change
cloudposse/actions action minor 0.30.0 -> 0.33.0

Release Notes

cloudposse/actions

v0.33.0

Compare Source

v0.32.0: 0.32.0 Update cloned actions

Compare Source

What's Changed

New Contributors

Full Changelog: cloudposse/actions@0.31.0...0.32.0

v0.31.0: Update Alpine-based actions to Alpine 3.16

Compare Source

What's Changed

Full Changelog: cloudposse/actions@0.30.0...0.31.0


Configure Renovate @renovate (#1)

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • .github/workflows/auto-readme.yml (github-actions)
  • .github/workflows/feature-branch.yml (github-actions)
  • .github/workflows/integration-tests.yml (github-actions)
  • .github/workflows/main-branch.yaml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • action.yml (github-actions)
  • components/terraform/foobar/context.tf (terraform)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 3 Pull Requests:

Update cloudposse/github-action-setup-atmos action to v1.0.2
Update cloudposse/actions action to v0.33.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cloudposse-actions-0.x
  • Merge into: main
  • Upgrade cloudposse/actions to 0.33.0
Update actions/checkout action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: main
  • Upgrade actions/checkout to v3

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Mend Renovate. View repository job log here.