·
5 commits
to refs/heads/main
since this release
Use modules.cptest.test-automation.app instead of testing.cloudposse.co @goruha (#64)
## what * Use `modules.cptest.test-automation.app` instead of `testing.cloudposse.co`why
- New test account uses
modules.cptest.test-automation.app
as test DNS zone
Sync github @max-lobur (#43)
Rebuild github dir from the template🚀 Enhancements
Upgrade terraform-external-module-artifact to 0.8.0 for ARM compatibility @lukvdborne (#63)
what
terraform-external-module-artifact 0.7.1 still relies on hashicorp/template which is not compatible with ARM.
0.8.0 is: cloudposse/terraform-external-module-artifact@0.7.1...0.8.0
why
hashicorp/template is not compatible with ARM64. The latest release of this module switched to template/cloudposse, but the external module that is called in lambda.tf still uses hashicorp/template in version 0.7.1. Upgrading to 0.8.0 solves this issue.
There are no breaking changes between 0.7.1 and 0.8.0.
references
🤖 Automatic Updates
Migrate new test account @osterman (#61)
## what - Update `.github/settings.yml` - Update `.github/chatops.yml` fileswhy
- Re-apply
.github/settings.yml
from org level to getterratest
environment - Migrate to new
test
account
References
- DEV-388 Automate clean up of test account in new organization
- DEV-387 Update terratest to work on a shared workflow instead of a dispatch action
- DEV-386 Update terratest to use new testing account with GitHub OIDC
Update .github/settings.yml @osterman (#60)
## what - Update `.github/settings.yml` - Drop `.github/auto-release.yml` fileswhy
- Re-apply
.github/settings.yml
from org level - Use organization level auto-release settings
references
- DEV-1242 Add protected tags with Repository Rulesets on GitHub
Update release workflow to allow pull-requests: write @osterman (#59)
## what - Update workflow (`.github/workflows/release.yaml`) to have permission to comment on PRwhy
- So we can support commenting on PRs with a link to the release
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#58)
## what - Update workflows (`.github/workflows`) to use shared workflows from `.github` repowhy
- Reduce nested levels of reusable workflows
Update GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#57)
## what - Update workflows (`.github/workflows`) to add `issue: write` permission needed by ReviewDog `tflint` actionwhy
- The ReviewDog action will comment with line-level suggestions based on linting failures
Update GitHub workflows @osterman (#56)
## what - Update workflows (`.github/workflows/settings.yaml`)why
- Support new readme generation workflow.
- Generate banners
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#54)
## what- Install latest GitHub Action Workflows
why
- Use shared workflows from
cldouposse/.github
repository - Simplify management of workflows from centralized hub of configuration