v0.7.2
cloudposse-releaser
released this
11 Jun 07:52
·
10 commits
to refs/heads/main
since this release
Add tags @rtest12 (#59)
what
- Use
tags = module.this.tags
on the notify_slack resource.
why
- Enhanced manageability: Tags enable better resource management, cost tracking, and security strategies.
- Consistency: Tagging the notify_slack resource provides consistency across all project resources.
- Discovery: Tags assist in faster resource locating when filtering or searching.
🤖 Automatic Updates
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#58)
what
- Update workflows (
.github/workflows
) to use shared workflows from.github
repo
why
- Reduce nested levels of reusable workflows
Update GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#56)
what
- Update workflows (
.github/workflows
) to addissue: write
permission needed by ReviewDogtflint
action
why
- The ReviewDog action will comment with line-level suggestions based on linting failures
Update GitHub workflows @osterman (#55)
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