Releases: cloudposse/github-action-atmos-affected-stacks
Releases · cloudposse/github-action-atmos-affected-stacks
v6.4.0
v6.3.0
v6.2.0
Add process templates option to GitHub Action parameters @lukekraus45 (#61)
## what * Added `process-templates `inputwhy
- When
process-templates
is false, we can avoid processing the go templates when running the describe command. This is necessary if certain go templates have references that are not configured for GH actions
references
v6.1.0
v6.0.0
v5.5.0
v5.4.0
v5.3.0
Adding new --stack parameter @jamengual (#54)
## what * Upgrade default version to 1.96.0 * Add new --stack option supported on >1.90.0why
- To allow filter changes bystacks
references
v5.2.0
fix: replace context with default var (#52) @goruha (#53)
## what - Replace context with default variablewhy
- When using container within GitHub Actions, context value is incorrect. Default variable value remains correct.
- As github.action_path is used during step execution (within runner), it can be replaced by default variable.
references
v5.1.0
Skip AWS auth if Gitops aws configuration empty in atmos settings @goruha (#51)
## what * Skip AWS auth if Gitops aws configuration empty in atmos settingsWhy
- Allow to skip AWS auth and use an external one
- Make the action cloud agnostic
Example
If atmos.yaml
contains
integrations:
github:
gitops:
opentofu-version: 1.7.3
terraform-version: 1.5.7
infracost-enabled: false
artifact-storage:
region: us-east-2
bucket: cptest-core-ue2-auto-gitops
table: cptest-core-ue2-auto-gitops-plan-storage
role: arn:aws:iam::461333128641:role/cptest-core-ue2-auto-gha-iam-gitops-gha
# here used to be
# role:
# plan: arn:aws:iam::582055374050:role/cptest-core-gbl-identity-planners
# apply: arn:aws:iam::582055374050:role/cptest-core-gbl-identity-gitops
matrix:
sort-by: .stack_slug
group-by: .stack_slug | split("-") | [.[0], .[2]] | join("-")