Releases: devops-infra/action-format-hcl
Releases · devops-infra/action-format-hcl
v0.3.6
What's Changed
- Use newest format-hcl with fixed return codes by @github-actions in #78
Full Changelog: v0.3.5...v0.3.6
v0.3.5
v0.3.4
What's Changed
- Fix passing arguments to
format-hcl
by @github-actions in #75 - Bump release to v0.3.4 by @github-actions in #76
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- Use
docker-terragrunt:slim-latest
image as builder by @github-actions in #72
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Use
find
instead ofgit diff
by @github-actions in #71
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Bump devopsinfra/docker-terragrunt from slim-tf-1.2.5-tg-0.38.5 to slim-tf-1.2.5-tg-0.38.6 by @dependabot in #58
- Bump ubuntu from jammy-20220531 to jammy-20220801 by @dependabot in #59
- Bump ubuntu from jammy-20220801 to jammy-20220815 by @dependabot in #60
- Bump ubuntu from jammy-20220815 to jammy-20221003 by @dependabot in #61
- Bump devops-infra/action-pull-request from 0.5.0 to 0.5.1 by @dependabot in #62
- Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 by @dependabot in #63
- Bump ubuntu from jammy-20221003 to jammy-20221020 by @dependabot in #64
- Bump ubuntu from jammy-20221020 to jammy-20221101 by @dependabot in #65
- Bump devops-infra/action-pull-request from 0.5.1 to 0.5.2 by @dependabot in #66
- Bump devops-infra/action-pull-request from 0.5.2 to 0.5.3 by @dependabot in #67
- Bump ubuntu from jammy-20221101 to jammy-20221130 by @dependabot in #68
- Fix usage of v0.3 release by @github-actions in #70
Full Changelog: v0.3...v0.3.1
v0.3
What's Changed
- Updated action-pull-request to
v0.4
by @github-actions in #38 - Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #39
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #40
- Bump alpine from 3.14 to 3.15.0 by @dependabot in #41
- Bump for bash and git by @github-actions in #42
- Bump for git by @github-actions in #43
- Bump actions/checkout from 2.4.0 to 3 by @dependabot in #44
- Bump action-pull-request and conditions by @github-actions in #45
- Bump docker-terragrunt. Fix cron workflow. by @github-actions in #46
- Bump alpine from 3.15.0 to 3.15.1 by @dependabot in #47
- Bump alpine from 3.15.1 to 3.15.2 by @dependabot in #48
- Bump alpine from 3.15.2 to 3.15.3 by @dependabot in #49
- Bump alpine from 3.15.3 to 3.15.4 by @dependabot in #50
- Bump builder and git by @github-actions in #51
- Bump alpine from 3.15.4 to 3.16.0 by @dependabot in #52
- Bump crazy-max/ghaction-github-labeler from 3.1.1 to 4.0.0 by @dependabot in #53
- Bump devops-infra/action-pull-request from 0.4.2 to 0.5.0 by @dependabot in #54
- Use Ubuntu Jammy instead of Alpine by @github-actions in #55
- Release/0.3 by @ChristophShyper in #56
- Bump documentation to 0.3 by @github-actions in #57
New Contributors
- @dependabot made their first contribution in #39
Full Changelog: v0.1...v0.3
v0.2
Update for Terraform 1.0.1.
Update for Alpine 3.14.
Few improvements.
v0.1
GitHub Action for formating HCL files
GitHub Action automatically formatting all HCL and TF files (.hcl, .tf, .tfvars).
Dockerized as devopsinfra/action-format-hcl.
Features:
- Container is a stripped down image of my other creation - devopsinfra/docker-terragrunt - framework for managing Infrastructure-as-a-Code.
- Main use will be everywhere where Terraform or Terragrunt is used.
- Using combination of my wrapper for cytopia's docker-terragrunt-fmt.