Skip to content

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

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 20 Nov 17:52
7a71112
Fix atmos config path Igor Rodionov (@goruha) (#26)

what

  • Fix atmos config path

why

  • Allow to set custom atmos config path

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 21:40
5cd8f9c
Fixed version for plan storage step and added overwrite SHA Zinovii Dmytriv (@zdmytriv) (#19)

what

  • fixed version for plan storage step
  • added overwrite SHA

why

  • fixed version for plan storage step
  • added overwrite SHA

references

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 10:39
ae5296c
Fixed version for plan storage step Zinovii Dmytriv (@zdmytriv) (#18)

what

  • Fixed version for plan storage step

why

  • Step should point to release version and not to branch

references

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 10:21
db6d8fd
Added few enhancements so this action can be reused by Drift Remediation action Zinovii Dmytriv (@zdmytriv) (#16)

what

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

why

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

references

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 19:44
3114268
Unique user-content IDs Dan Miller (@milldr) (#14)

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.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 16:21
9fc385b
Bump atmos-get-setting Dan Miller (@milldr) (#12)

what

  • Bump action version of github-action-atmos-get-setting

why

  • Resolve bug with describe component

references

`terraform-version` Input Dan Miller (@milldr) (#11)

what

  • Corrected input arg for Terraform version

why

  • should be terraform_version

references

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 20:59
8550a82
Added infracost support Zinovii Dmytriv (@zdmytriv) (#10)

what

  • Added infracost support

why

  • Added infracost support
image

references

Pin major release version of nested action Dan Miller (@milldr) (#8)

what

  • pin major release version of cloudposse/github-action-terraform-plan-storage to v1

why

  • get required updates from nested action

references

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 2 Pull Requests:

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

❓ 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.

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 02:22
31dcb40
`tfcmt` and Node on Self-Hosted Dan Miller (@milldr) (#4)

what

  • node and tfcmt installation debugging
  • corrected indentation for full action

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.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 23:49
b82fd20
v0 Release Improvements Dan Miller (@milldr) (#3)

what

  • quality of life improvements for v0 release

why

  • QoL improvements

references

  • n/a

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 18:48
8eb6e08
github workflows setup Dan Miller (@milldr) (#2)

what

automation