Releases: cloudposse-terraform-components/aws-github-repository
Release list
v1.2.0
feat: add organization repository roles flag @mtweeman (#48)
## whatAdding organization repository roles flag to the variables as a follow-up of this change: cloudposse/terraform-github-repository#23.
why
Organization repository roles support was added to the terraform-github-repository module recently. Component should handle it, too.
Summary by CodeRabbit
-
New Features
- Added a configuration option to enable organization-level repository roles; disabled by default to preserve existing behavior.
-
Chores
- Internal alignment and formatting of module inputs for consistency — no changes to runtime behavior or exported interfaces.
v1.1.0
Add regex_replace_chars to main.tf @goruha (#43)
## what * Allow repo name to contain dotswhy
- Normalized null-label ID doesn't allow IDs including dot character. Effectively, it tries to change repository name like
.github->github.
references
Summary by CodeRabbit
- Configuration Updates
- Repository configuration now includes a new character-pattern parameter to improve validation and handling of allowed/removed characters in repository names and related identifiers, reducing invalid-name errors and improving consistency across tooling and displays.
v1.0.0
[codex] support copilot code review rulesets @mtb-xt (#46)
## SummaryThis updates the component to consume cloudposse/repository/github v1.6.0, which already includes copilot_code_review support in repository rulesets.
What changed
- bump the underlying module from
1.1.0to1.6.0 - add
copilot_code_reviewto the componentrulesetsinput schema so Atmos stacks can pass the setting through - stop passing the deprecated
has_downloadsandignore_vulnerability_alerts_during_readarguments, which are no longer accepted by the newer module - refresh the generated README snippets to reflect the new ruleset option
Validation
tofu inittofu validate
Validated from src/ with a sibling account-map checkout present, matching the component's expected local module layout.
Summary by CodeRabbit
-
New Features
- Added GitHub Copilot code review configuration with options to enable reviews on push and for draft pull requests.
-
Documentation
- Updated schema documentation to reflect new Copilot code review settings.
🤖 Automatic Updates
Bump github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs from 1.45.12 to 1.65.0 in /test @[dependabot[bot]](https://github.com/apps/dependabot) (#36)
Bumps [github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs](https://github.com/aws/aws-sdk-go-v2) from 1.45.12 to 1.65.0.Commits
7a76a2aRelease 2024-10-04e35b8beRegenerated Clients6e95871Update endpoints model0d58df3Update API model280579aadd HTTP client metrics from smithy-go (#2815)cb83a1cRelease 2024-10-038503c83Regenerated Clients317e15bUpdate endpoints model3ff5168Update API model6191b25Release 2024-10-02- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
build(deps): bump github.com/jackc/pgx/v5 from 5.7.2 to 5.9.0 in /test @[dependabot[bot]](https://github.com/apps/dependabot) (#45)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.2 to 5.9.0.Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
5.9.0 (March 21, 2026)
This release includes a number of new features such as SCRAM-SHA-256-PLUS support, OAuth authentication support, and PostgreSQL protocol 3.2 support.
It significantly reduces the amount of network traffic when using prepared statements (which are used automatically by default) by avoiding unnecessary Describe Portal messages. This also reduces local memory usage.
It also includes multiple fixes for potential DoS due to panic or OOM if connected to a malicious server that sends deliberately malformed messages.
- Require Go 1.25+
- Add SCRAM-SHA-256-PLUS support (Adam Brightwell)
- Add OAuth authentication support for PostgreSQL 18 (David Schneider)
- Add PostgreSQL protocol 3.2 support (Dirkjan Bussink)
- Add tsvector type support (Adam Brightwell)
- Skip Describe Portal for cached prepared statements reducing network round trips
- Make LoadTypes query easier to support on "postgres-like" servers (Jelte Fennema-Nio)
- Default empty user to current OS user matching libpq behavior (ShivangSrivastava)
- Optimize LRU statement cache with custom linked list and node pooling (Mathias Bogaert)
- Optimize date scanning by replacing regex with manual parsing (Mathias Bogaert)
- Optimize pgio append/set functions with direct byte shifts (Mathias Bogaert)
- Make RowsAffected faster (Abhishek Chanda)
- Fix: Pipeline.Close panic when server sends multiple FATAL errors (Varun Chawla)
- Fix: ContextWatcher goroutine leak (Hank Donnay)
- Fix: stdlib discard connections with open transactions in ResetSession (Jeremy Schneider)
- Fix: pipelineBatchResults.Exec silently swallowing lastRows error
- Fix: ColumnTypeLength using BPCharArrayOID instead of BPCharOID
- Fix: TSVector text encoding returning nil for valid empty tsvector
- Fix: wrong error messages for Int2 and Int4 underflow
- Fix: Numeric nil Int pointer dereference with Valid: true
- Fix: reversed strings.ContainsAny arguments in Numeric.ScanScientific
- Fix: message length parsing on 32-bit platforms
- Fix: FunctionCallResponse.Decode mishandling of signed result size
- Fix: returning wrong error in configTLS when DecryptPEMBlock fails (Maxim Motyshen)
- Fix: misleading ParseConfig error when default_query_exec_mode is invalid (Skarm)
- Fix: missed Unwatch in Pipeline error paths
- Clarify too many failed acquire attempts error message
- Better error wrapping with context and SQL statement (Aneesh Makala)
- Enable govet and ineffassign linters (Federico Guerinoni)
- Guard against various malformed binary messages (arrays, hstore, multirange, protocol messages)
- Fix various godoc comments (ferhat elmas)
- Fix typos in comments (Oleksandr Redko)
5.8.0 (December 26, 2025)
- Require Go 1.24+
- Remove golang.org/x/crypto dependency
- Add OptionShouldPing to control ResetSession ping behavior (ilyam8)
- Fix: Avoid overflow when MaxConns is set to MaxInt32
... (truncated)
Commits
b4d8e62Release v5.9.0c227cd4Bump minimum Go version from 1.24 to 1.25f492c14Use reflect.TypeFor instead of reflect.TypeOf for static typesad8fb08Use sync.WaitGroup.Go to simplify goroutine spawning3033773Remove go1.26 build tag from synctest test83ffb3cValidate multirange element count against source length before allocating82...
v0.4.0
fix: add missing field for ruleset @mtweeman (#41)
## whatAdding missing update rulesets field.
why
update field is available in the child module (terraform-github-repository), but not passed from root module.
Summary by CodeRabbit
Release Notes
- New Features
- Ruleset configuration now supports an optional
updatesetting for rules, providing additional configuration flexibility. This new field defaults to false.
- Ruleset configuration now supports an optional
v0.3.1
feat!: remove rulesets etag output @mtweeman (#40)
## whatRemoving drifting rulesets etags from outputs.
why
Rulesets etags cause drifting output. It was outlined in corresponding Terraform module, too. See references.
references
cloudposse/terraform-github-repository#19
Summary by CodeRabbit
- Chores
- Removed rulesets_etags from exported outputs. Other rulesets-related outputs including rulesets_node_ids and rulesets_rules_ids remain available.
🚀 Enhancements
Bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in /test @[dependabot[bot]](https://github.com/apps/dependabot) (#30)
Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) from 1.1.0 to 1.1.1.Commits
d1c650aextra: initialize receiver in MultiScalarMult- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
🤖 Automatic Updates
chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.47.0 @[renovate[bot]](https://github.com/apps/renovate) (#34)
This PR contains the following updates:| Package | Type | Update | Change |
|---|---|---|---|
| terraform-linters/tflint-ruleset-aws | plugin | minor | 0.46.0 → 0.47.0 |
Release Notes
terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)
v0.47.0
What's Changed
Breaking Changes
- Update AWS provider/module and generated content by @github-actions[bot] in #1067
- Removed the following rules
aws_config_organization_custom_rule_invalid_input_parametersaws_config_organization_managed_rule_invalid_input_parameters
- Removed the following rules
Enhancements
- generators: generate lambda deprecated runtime data from AWS docs by @bendrucker in #1070
- Update AWS provider/module and generated content by @github-actions[bot] in #1068
Chores
- Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.70 to 2.0.0-beta.71 by @dependabot[bot] in #1057
- Bump the aws-sdk group with 7 updates by @dependabot[bot] in #1056
- Bump golang.org/x/net from 0.51.0 to 0.52.0 by @dependabot[bot] in #1061
- Bump the aws-sdk group with 7 updates by @dependabot[bot] in #1060
- Bump google.golang.org/grpc from 1.75.1 to 1.79.3 by @dependabot[bot] in #1062
- Bump the aws-sdk group with 2 updates by @dependabot[bot] in #1063
- Bump github.com/terraform-linters/tflint-plugin-sdk from 0.23.1 to 0.24.0 by @dependabot[bot] in #1064
- Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.71 to 2.0.0-beta.72 by @dependabot[bot] in #1065
- generators: remove stale generated files during go generate by @bendrucker in #1066
- Update AWS provider/module and generated content by @github-actions[bot] in #1059
- dependabot: Set cooldown period by @wata727 in #1071
- Migrate attest-build-provenance to attest by @wata727 in #1073
Full Changelog: terraform-linters/tflint-ruleset-aws@v0.46.0...v0.47.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) (#33)
## 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 terraform cloudposse/repository/github to v1.1.0 @[renovate[bot]](https://github.com/apps/renovate) (#29)
This PR contains the following updates:| Package | Type | Update | Change |
|---|---|---|---|
| cloudposse/repository/github (source) | module | minor | 1.0.0 → 1.1.0 |
Release Notes
cloudposse/terraform-github-repository (cloudposse/repository/github)
v1.1.0
deprecate: mark has_downloads variable as deprecated @johncblandii (#17)
what
- Deprecate
has_downloadsvariable with backward-compatible warning instead of breaking removal - Add
checkblock to emit deprecation warning when users sethas_downloads = true - Remove
has_downloadsattribute fromgithub_repositoryresource - Bump minimum Terraform version to
>= 1.5(required for check blocks)
why
- The
has_downloadsattribute is officially deprecated in the GitHub Terraform provider (v6.10.2) a...
v0.3.0
🚀 Enhancements
Bump github.com/ulikunitz/xz from 0.5.11 to 0.5.14 in /test @[dependabot[bot]](https://github.com/apps/dependabot) (#18)
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.11 to 0.5.14.Commits
7184815Preparation of release v0.5.1488ddf1dAddress Security Issue GHSA-jc7w-c686-c4v9c8314b8Add new package xio with WriteCloserStack4f11dceUpdate README.md and SECURITY.md to address security questionsf56ebbfTODO.md: fix a typo- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#28)
## 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 terraform cloudposse/repository/github to v1 @[renovate[bot]](https://github.com/apps/renovate) (#27)
This PR contains the following updates:| Package | Type | Update | Change |
|---|---|---|---|
| cloudposse/repository/github (source) | module | major | 0.2.1 → 1.0.0 |
Release Notes
cloudposse/terraform-github-repository (cloudposse/repository/github)
v1.0.0
Add repository fork, GitHub Pages, and push ruleset support @johncblandii (#16)
what
- Add fork configuration to enable creating forked repositories
- Add GitHub Pages configuration with build type, CNAME, and source options
- Enable required_code_scanning ruleset rules (drift issue resolved)
- Add push ruleset target with file restrictions and size limits
- Add new ruleset rule types: required_linear_history, required_signatures, update, and update_allows_fetch_and_merge
why
These additions extend the module's capabilities to support more GitHub repository features and provide better control over repository rulesets, enabling enforcement of push-based rules and providing a more complete security analysis configuration.
references
- GitHub Terraform Provider: terraform-provider-github v6.9.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) (#26)
## 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.45.0 @[renovate[bot]](https://github.com/apps/renovate) (#25)
This PR contains the following updates:| Package | Type | Update | Change |
|---|---|---|---|
| terraform-linters/tflint-ruleset-aws | plugin | minor | 0.44.0 -> 0.45.0 |
Release Notes
terraform-linters/tflint-ruleset-aws (terraform-linters/tflint-ruleset-aws)
v0.45.0
What's Changed
Breaking Changes
Enhancements
- Update AWS provider/module and generated content by @github-actions[bot] in #981
- Update AWS provider/module and generated content by @github-actions[bot] in #990
- Update AWS provider/module and generated content by @github-actions[bot] in #999
- Update AWS provider/module and generated content by @github-actions[bot] in #1000
- Update AWS provider/module and generated content by @github-actions[bot] in #1004
- Update AWS provider/module and generated content by @github-actions[bot] in #1005
- Update AWS provider/module and generated content by @github-actions[bot] in #1011
- Update AWS provider/module and generated content by @github-actions[bot] in #1021
Bug Fixes
- dms_s3_endpoint: fix enum validations by @bendrucker in #991
resource_missing_tags: handle explicit refs to default provider by @bendrucker in #1003
Chores
- Bump the aws-sdk group with 7 updates by @dependabot[bot] in [#980](https://redirect.github.com/t...
v0.2.3
🤖 Automatic Updates
chore(deps): update terraform cloudposse/repository/github to v0.2.1 @[renovate[bot]](https://github.com/apps/renovate) (#17)
This PR contains the following updates:| Package | Type | Update | Change |
|---|---|---|---|
| cloudposse/repository/github (source) | module | patch | 0.2.0 -> 0.2.1 |
Release Notes
cloudposse/terraform-github-repository (cloudposse/repository/github)
v0.2.1
🚀 Enhancements
Fix Teams Order of Operations @milldr (#13)
what
- Add dependency on repository collaborators resource
why
- The teams must be created for the repositories before creating environment protections rules that require reviewers (teams)
references
│ Error: PUT https://api.github.com/repos/acme/my-bar-app/environments/prod: 422 Failed to create or update the environment protection rule. Required reviewers must have at least one reviewer to set prevent_self_review. []
│
│ with module.repository.github_repository_environment.default["prod"],
│ on .terraform/modules/repository/main.tf line 158, in resource "github_repository_environment" "default":
│ 158: resource "github_repository_environment" "default" {
│
╵
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) (#16)
## 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
v0.2.2
Advanced Stack Examples @milldr (#12)
## what - Expanded stack usage to include advanced stack usagewhy
- Demonstrate how to use imports and the catalog to maintain DRY config
references
- .
Summary by CodeRabbit
- Documentation
- Major README and README.yaml overhaul with basic/advanced usage, Atmos inheritance, environment-specific secrets/variables, and import mode guidance.
- New Features
- Added extensive example catalogs: GitHub Apps (Argo CD, Release Drafter), defaults (repo, environment, ruleset), and branch protection ruleset.
- Added organization examples for template repositories and multi-repo creation via inheritance.
- Tests
- Formatting-only updates to component tests and YAML fixtures; no behavioral changes.
- Chores
- Updated ignore rules: start tracking GitHub configuration directory; ignore .atmos/cache.yaml.
🚀 Enhancements
Missing Deployment Branch Policy Inputs @milldr (#13)
## what - Add reviewers and deployment branch policy to environmentswhy
- Missing from the local var passed to the module
references
.
Summary by CodeRabbit
- New Features
- Added support to define reviewers per environment, enabling approval workflows before deployments proceed.
- Introduced per-environment deployment branch policies to restrict deployments to designated branches.
- These options enhance governance and provide finer control over who can approve changes and where they can be deployed.
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#15)
## 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
v0.2.1
Fix SSM and ASM URI @goruha (#11)
## what * Replace `ssm:` with `ssm://` * Replace `sm:` with `asm://`why
- Have standard uri notation
Summary by CodeRabbit
- Refactor
- Standardized external reference format to URI style: asm:// for AWS Secrets Manager and ssm:/// for AWS Systems Manager Parameter Store. Replaces legacy sm: and ssm: formats across variables/secrets and environment configs.
- Documentation
- Updated READMEs and examples to use asm:// and ssm:/// formats; existing guidance otherwise unchanged.
- Tests
- Updated test data to the new URI-style secret and parameter references.
🤖 Automatic Updates
chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.42.0 @[renovate[bot]](https://github.com/apps/renovate) (#10)
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.
v0.2.0
feat: Enforcement type, tflint, Vars case @milldr (#8)
## what - added evaluate enforcement type [enforcement](https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository_ruleset#enforcement-1) - (Required) (String) Possible values for Enforcement are disabled, active, evaluate. Note: evaluate is currently only supported for owners of type organization. - fix tflint warnings - dont change casing of github variableswhy
- evaluate is supported as an enforcement type for type organization
- fix tflint, Warning: [Fixable] Single line comments should begin with # (terraform_comment_syntax)
- we should respect the casing of variables. Some are intentionally upper case
references
Summary by CodeRabbit
-
Documentation
- Updated documentation to reflect the new version of the GitHub repository module and improved comment formatting for clarity and consistency.
-
Chores
- Updated the ignore list to exclude the account-map directory from version control.
-
Refactor
- Improved comment styles across configuration files for consistency.
-
New Features
- Expanded allowed values for the ruleset enforcement option to include "evaluate".
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#9)
## 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.41.0 @[renovate[bot]](https://github.com/apps/renovate) (#6)
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 @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9055
- Bump sigstore/cosign-installer from 3.9.0 to 3.9.1 by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9066
- Clarify README by @excavator-matt in https://github.com/terraform-linters/tflint-ruleset-aws/pull/907
- Bump the aws-sdk group with 3 updates by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9088
- Bump golang.org/x/net from 0.41.0 to 0.42.0 by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9099
- Bump github.com/hashicorp/hcl/v2 from 2.23.0 to 2.24.0 by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9100
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.230.0 to 1.231.0 in the aws-sdk group by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9111
- Bump the aws-sdk group with 7 updates by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9144
- Bump sigstore/cosign-installer from 3.9.1 to 3.9.2 by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9155
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.233.1 to 1.236.0 in the aws-sdk group by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9166
- Bump github.com/aws/smithy-go from 1.22.4 to 1.22.5 by @dependabot[bot] inhttps://github.com/terraform-linters/tflint-ruleset-aws/pull/9177
- Draw attention to rules disabled by default by @excavator-matt in https://github.com/terraform-linters/tflint-ruleset-aws/pull/918
- Remove unneeded repository info from goreleaser.yml by @wata727 in https://github.com/terraform-linters/tflint-ruleset-aws/pull/920
New Contributors
- @excavator-matt made their first contribution in https://github.com/terraform-linters/tflint-ruleset-aws/pull/907
Full Changelog: terraform-linters/tflint-ruleset-aws@v0.40.0...v0.41.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:...