Releases: cloudposse-terraform-components/template
v1.5.1
Delete .gitignore @Benbentwo (#219)
This pull request removes the contents of the `.gitignore copy` file, which previously contained patterns to exclude build artifacts, editor files, secrets, and other temporary or autogenerated files from version control. This change simplifies the repository by eliminating a redundant or unnecessary ignore file.- Removal of all file and directory ignore patterns from
.gitignore copy, including build artifacts, editor-specific files, secrets, and temporary files.
Summary by CodeRabbit
-
Chores
- Expanded ignore rules to exclude additional cache and environment-generated directories, keeping the repository cleaner.
- Removed a redundant ignore configuration file to reduce duplication and maintenance overhead.
- Improves developer experience by minimizing accidental commits of temporary files and reducing noise in diffs and CI artifacts.
-
Notes
- No user-facing functionality changes.
Remove include for terraform documentation @Benbentwo (#218)
This pull request makes a minor update to the documentation configuration by removing the inclusion of the Terraform documentation file.Summary by CodeRabbit
- Documentation
- Removed an outdated include referencing Terraform documentation to prevent broken or redundant links in the generated docs.
- Streamlined the README content for clarity; no changes to usage, tags, categories, license, badges, references, related, or contributors sections.
- No functional changes to the product; end-user experience remains the same aside from clearer documentation.
Migrate README generation to atmos @goruha (#216)
## what - Update README.yamlwhy
- Use atmos to generate readme
Fix mergequeue workflows @goruha (#213)
## what * Fix mergequeue workflowsSummary by CodeRabbit
- Chores
- Updated Mergify configuration to extend from a shared external file, removing all previous custom rules and settings.
- Added a new "auto merge" workflow, allowing manual merging of pull requests by specifying the PR number.
- Enhanced branch workflow to support merge group checks and reduced permissions for improved security.
Fix gitops workflows @goruha (#212)
## what * Fix gitops workflowsSummary by CodeRabbit
- Chores
- Updated GitHub Actions workflows to reference reusable workflows from the main branch instead of the merge-queue branch.
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#220)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates
chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.42.0 @[renovate[bot]](https://github.com/apps/renovate) (#215)
This PR contains the following updates:| Package | Type | Update | Change |
|---|---|---|---|
| terraform-linters/tflint-ruleset-aws | plugin | minor | 0.41.0 -> 0.42.0 |
Release Notes
terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)
v0.42.0
What's Changed
Breaking Changes
- Remove aws_guardduty_member_invalid_email rule by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/925
- This auto-generated rule had invalid regexp.
Chores
- Bump the aws-sdk group with 7 updates by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9244
Full Changelog: terraform-linters/tflint-ruleset-aws@v0.41.0...v0.42.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.41.0 @[renovate[bot]](https://github.com/apps/renovate) (#214)
This PR contains the following updates:| Package | Type | Update | Change |
|---|---|---|---|
| terraform-linters/tflint-ruleset-aws | plugin | minor | 0.40.0 -> 0.41.0 |
Release Notes
terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)
v0.41.0
What's Changed
Breaking Changes
- fix: update mappings for AWS Provider v6 compatibility by @bendrucker in https://github.com/terraform-linters/tflint-ruleset-aws/pull/902
Enhancements
- Update AWS provider/module and generated content by @github-actions[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/8888
- Update AWS provider/module and generated content by @github-actions[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9199
Chores
- Bump the aws-sdk group with 2 updates by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/8877
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.222.0 to 1.224.0 in the aws-sdk group by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/8899
- Bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/8911
- Bump the aws-sdk group with 6 updates by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/8922
- Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.64 to 2.0.0-beta.65 by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/8900
- Bump actions/attest-build-provenance from 2.3.0 to 2.4.0 by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/8944
- Bump the aws-sdk group with 7 updates by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/8955
- Bump sigstore/cosign-installer from 3.8.2 to 3.9.0 by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/8966
- Bump the aws-sdk group with 7 updates by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/8977
- Bump the aws-sdk group with 4 updates by [@R...
v1.5.0
Test release @goruha (#211)
## what * Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?) * Use bullet points to be concise and to the point.why
- Provide the justifications for the changes (e.g. business case).
- Describe why these changes were made (e.g. why do these commits fix the problem?)
- Use bullet points to be concise and to the point.
references
- Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
- Use
closes #123, if this PR closes a GitHub issue#123
Summary by CodeRabbit
- Style
- Improved formatting by adding blank lines for better readability.
v1.4.0
Update main.tf @goruha (#210)
## what * Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?) * Use bullet points to be concise and to the point.why
- Provide the justifications for the changes (e.g. business case).
- Describe why these changes were made (e.g. why do these commits fix the problem?)
- Use bullet points to be concise and to the point.
references
- Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
- Use
closes #123, if this PR closes a GitHub issue#123
Summary by CodeRabbit
- Style
- Improved formatting by adding blank lines for better readability in the configuration file.
v1.3.0
v1.2.4
Update outputs.tf @goruha (#208)
## what * Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?) * Use bullet points to be concise and to the point.why
- Provide the justifications for the changes (e.g. business case).
- Describe why these changes were made (e.g. why do these commits fix the problem?)
- Use bullet points to be concise and to the point.
references
- Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
- Use
closes #123, if this PR closes a GitHub issue#123
Summary by CodeRabbit
- Style
- Removed extra blank lines at the end of a configuration file to improve formatting consistency.
Test release v4 @goruha (#207)
## what * Test release v4Summary by CodeRabbit
- Style
- Removed unnecessary blank lines to improve file formatting.
Fix readme generation releases @goruha (#201)
## what * Fix readme generation releasesSummary by CodeRabbit
- Chores
- Simplified pull request label automation rules for auto updates by removing a redundant condition. No changes to user-facing functionality.
Fix readme workflow @goruha (#197)
## what * Fix readme workflowSummary by CodeRabbit
- Chores
- Updated pull request automation rules to more precisely target changes involving only the README file.
- Improved handling of automated pull requests by excluding bots from certain notifications related to README edits.
🤖 Automatic Updates
chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.40.0 @[renovate[bot]](https://github.com/apps/renovate) (#206)
This PR contains the following updates:| Package | Type | Update | Change |
|---|---|---|---|
| terraform-linters/tflint-ruleset-aws | plugin | minor | 0.39.0 -> 0.40.0 |
Release Notes
terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)
v0.40.0
What's Changed
Enhancements
- feat: warn against data sources with ephemeral alternatives by @aristosvo in https://github.com/terraform-linters/tflint-ruleset-aws/pull/861
- rules: Update Lambda deprecated runtimes by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/886
- Update AWS provider/module and generated content by @github-actions in https://github.com/terraform-linters/tflint-ruleset-aws/pull/870
Chores
- Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/872
- Bump the aws-sdk group with 3 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/873
- Bump actions/attest-build-provenance from 2.2.3 to 2.3.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/874
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.212.0 to 1.213.0 in the aws-sdk group by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/875
- docs: Rename aws_write_only_attributes.md -> aws_write_only_arguments.md by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/876
- Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/877
- Bump golang.org/x/net from 0.39.0 to 0.40.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/879
- Bump the aws-sdk group with 2 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/878
- Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/883
- Bump the aws-sdk group with 3 updates by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/882
- Bump github.com/hashicorp/terraform-json from 0.24.0 to 0.25.0 by @dependabot in https://github.com/terraform-linters/tflint-ruleset-aws/pull/884
Full Changelog: terraform-linters/tflint-ruleset-aws@v0.39.0...v0.40.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#200)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates
Test read me generation @cloudpossebot (#198)
## what * Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?) * Use bullet points to be concise and to the point.why
- Provide the justifications for the changes (e.g. business case).
- Describe why these changes were made (e.g. why do these commits fix the problem?)
- Use bullet points to be concise and to the point.
references
- Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
- Use
closes #123, if this PR closes a GitHub issue#123
Summary by CodeRabbit
- Documentation
- Updated the component description in the documentation.
v1.2.3
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#196)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates
Test no releases @cloudpossebot (#194)
## what * Test no releasesSummary by CodeRabbit
- Documentation
- Updated the description text in the documentation.
- Added additional spacing for improved readability.
Test no-release 2 @cloudpossebot (#192)
## what * Test no-release 2Summary by CodeRabbit
- Chores
- Minor formatting update: added blank lines at the end of a test fixture file.
v1.2.2
🤖 Automatic Updates
Test no release @cloudpossebot (#190)
## what * Test no releaseSummary by CodeRabbit
- Style
- Removed extra blank lines at the end of a YAML file to improve formatting consistency.
v1.2.1
Test release @goruha (#188)
## what * Test releaseSummary by CodeRabbit
- Style
- Added blank lines at the end of a configuration file to improve formatting consistency.
Added readme auto merge @goruha (#180)
## what * Added readme auto mergeSummary by CodeRabbit
-
New Features
- Automated approval and merging of README.md update pull requests from the designated bot, streamlining documentation updates.
-
Chores
- Adjusted labeling rules for auto-update pull requests to improve clarity.
- Enhanced branch protection by expanding required test checks to default and release branches.
Test readme generation @goruha (#174)
## what * Test readme generationSummary by CodeRabbit
- Documentation
- Updated the description text in the documentation.
- Removed extra empty lines for improved readability.
Added configs @goruha (#170)
## what * Added configsSummary by CodeRabbit
- Chores
- Updated merge rules so that pull requests labeled with "mocked-tests" are excluded from automatic merging.
Fix approval config @goruha (#164)
## what * Fix approval configSummary by CodeRabbit
- Refactor
- Improved organization of configuration anchors for better readability. No impact to existing workflows or rules.
Added auto approve @goruha (#163)
## what * Added auto approveSummary by CodeRabbit
- Chores
- Updated the approval logic for pull requests, refining how approval status is determined based on review decisions and specific types of file changes. This may affect when pull requests are considered approved or not within the workflow.
Disable mock tests @goruha (#161)
## what * Disable mock testsSummary by CodeRabbit
- Style
- Removed trailing whitespace in configuration settings to improve formatting consistency.
Disable mocked tests label @goruha (#158)
## what * Disable mocked tests labelSummary by CodeRabbit
- Chores
- Updated merge rules to allow pull requests labeled with "mocked-tests" to be merged if all required checks pass.
Exclude mock-tests @goruha (#157)
## what * Exclide mock-testsSummary by CodeRabbit
- Chores
- Updated automated pull request approval schedule to run between 08:00-09:00.
- Improved merge conditions to prevent pull requests labeled "mocked-tests" from being merged automatically.
Test schedule @goruha (#155)
## what * Test scheduleSummary by CodeRabbit
- Chores
- Updated automated pull request approval rules to require all commits to be verified and to only run during a specified daily time window.
Use priority rules @goruha (#154)
## what * Use priority rulesSummary by CodeRabbit
- Chores
- Updated automation settings to assign higher priority to the "Auto Updates" queue.
Fix mergify config @goruha (#152)
## what * Fix mergify configSummary by CodeRabbit
- Refactor
- Improved readability and maintainability of automation configuration by introducing clear, descriptive names for conditions and anchors.
- Reformatted and standardized configuration for consistency and clarity.
- Updated queue settings to allow larger batch sizes and longer wait times for auto updates.
- Chores
- Applied minor formatting changes to enhance configuration file organization.
ci(Mergify): configuration update @goruha (#149)
This change has been made by @goruha from the Mergify Queue Rule Configurator.Summary by CodeRabbit
- Chores
- Updated configuration for improved readability and maintainability, including shorter anchor names and consistent formatting.
- Added a new condition to the merge queue, requiring approval by mergify[bot] for auto updates.
Added auto update queue @goruha (#148)
## what * Added auto update queueSummary by CodeRabbit
- Chores
- Added a new "Auto Updates" rule for automated batch merging of pull requests, improving update efficiency and reliability.
Simplify merrgify config @goruha (#147)
## what * Simplify merrgify configSummary by CodeRabbit
- Chores
- Simplified and improved the readability of workflow configuration by flattening and streamlining conditional structures. No changes to workflow logic or behavior.
ci(Mergify): configuration update @goruha (#146)
This change has been made by @goruha from the Mergify config editor.Summary by CodeRabbit
- Chores
- Updated review request rules so that review requests are now triggered for all internal contributors’ pull requests, including those marked as work-in-progress.
Added review assignement @goruha (#145)
## what * Added review assignementSummary by CodeRabbit
- Chores
- Updated contributor recognition logic for internal contributors to be more inclusive.
- Cleaned up minor whitespace in configuration rules.
Configure reviewers @goruha (#143)
## what * Configure reviewersSummary by CodeRabbit
- Chores
- Updated automated review and approval rules for pull requests, including improved handling of internal and external contributors.
- Added new requirements for passing checks before auto-approving certain pull requests.
- Introduced automated review requests for specific teams based on contributor type and PR status.
- Removed automatic approval and merging for PRs that only update markdown files, images, or videos.
ci(Mergify): configuration update @goruha (#137)
This change has been made by @goruha from the Mergify config editor.Summary by CodeRabbit
- Chores
- Updated bot recognition rules to include "cloudpossebot" for automated pull requests.
v1.2.0
v1.1.4
Test mergify 6 @goruha (#93)
## what * Test mergify 6Summary by CodeRabbit
- Documentation
- Added blank lines within the comment block and a newline at the end of the README file for improved readability. No changes to the actual documentation content.
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#95)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates