Skip to content

Commit c17bc55

Browse files
ynarymagreenbaumsemantic-release-botrealfredlaibee7ch7
authored
update module (#2)
* feat: Cloudwatch log group `skip_destroy` and `log_group_class` (terraform-aws-modules#449) cloudwatch log group skip destroy and class * chore(release): version 9.4.0 [skip ci] ## [9.4.0](terraform-aws-modules/terraform-aws-rds-aurora@v9.3.1...v9.4.0) (2024-05-27) ### Features * Cloudwatch log group `skip_destroy` and `log_group_class` ([terraform-aws-modules#449](terraform-aws-modules#449)) ([683c069](terraform-aws-modules@683c069)) * docs: Specify type as egress for security group rules in example (terraform-aws-modules#455) fix: Specify type as egress for security group rules in postgresql egress example * feat: Multi-az rds cluster ca cert identifier (terraform-aws-modules#458) * multi-az rds cluster ca cert identifier * update variable description * remove param for testing * chore(release): version 9.5.0 [skip ci] ## [9.5.0](terraform-aws-modules/terraform-aws-rds-aurora@v9.4.0...v9.5.0) (2024-07-12) ### Features * Multi-az rds cluster ca cert identifier ([terraform-aws-modules#458](terraform-aws-modules#458)) ([d320348](terraform-aws-modules@d320348)) * feat: Support `engine_lifecycle_support` (terraform-aws-modules#459) engine lifecycle support * chore(release): version 9.6.0 [skip ci] ## [9.6.0](terraform-aws-modules/terraform-aws-rds-aurora@v9.5.0...v9.6.0) (2024-07-20) ### Features * Support `engine_lifecycle_support` ([terraform-aws-modules#459](terraform-aws-modules#459)) ([466f090](terraform-aws-modules@466f090)) * feat: Support for `scaling_configuration.seconds_before_timeout` in Serverless V1 (terraform-aws-modules#461) * chore(release): version 9.7.0 [skip ci] ## [9.7.0](terraform-aws-modules/terraform-aws-rds-aurora@v9.6.0...v9.7.0) (2024-07-27) ### Features * Support for `scaling_configuration.seconds_before_timeout` in Serverless V1 ([terraform-aws-modules#461](terraform-aws-modules#461)) ([d798147](terraform-aws-modules@d798147)) * feat: Multi-AZ Cluster performance insights (terraform-aws-modules#462) cluster performance insights * chore(release): version 9.8.0 [skip ci] ## [9.8.0](terraform-aws-modules/terraform-aws-rds-aurora@v9.7.0...v9.8.0) (2024-08-05) ### Features * Multi-AZ Cluster performance insights ([terraform-aws-modules#462](terraform-aws-modules#462)) ([546c74a](terraform-aws-modules@546c74a)) * feat: Add "self" attribute to the security group rule (terraform-aws-modules#463) * chore(release): version 9.9.0 [skip ci] ## [9.9.0](terraform-aws-modules/terraform-aws-rds-aurora@v9.8.0...v9.9.0) (2024-08-14) ### Features * Add "self" attribute to the security group rule ([terraform-aws-modules#463](terraform-aws-modules#463)) ([6e4b82c](terraform-aws-modules@6e4b82c)) * fix: AWS provider bump for bugfix on `enable_http_endpoint` (terraform-aws-modules#465) * chore(release): version 9.9.1 [skip ci] ## [9.9.1](terraform-aws-modules/terraform-aws-rds-aurora@v9.9.0...v9.9.1) (2024-08-24) ### Bug Fixes * AWS provider bump for bugfix on `enable_http_endpoint` ([terraform-aws-modules#465](terraform-aws-modules#465)) ([f64d755](terraform-aws-modules@f64d755)) * fix: Update CI workflow versions to latest (terraform-aws-modules#471) * feat: Add `cloudwatch_log_group_tags` parameter for log group tags (terraform-aws-modules#472) feat: Support `cloudwatch_log_group_tags` parameter Similar to `security_group_tags`, sometimes it is necessary to configure additional tags on CloudWatch log groups only. * chore(release): version 9.10.0 [skip ci] ## [9.10.0](terraform-aws-modules/terraform-aws-rds-aurora@v9.9.1...v9.10.0) (2024-10-15) ### Features * Add `cloudwatch_log_group_tags` parameter for log group tags ([terraform-aws-modules#472](terraform-aws-modules#472)) ([0962ab8](terraform-aws-modules@0962ab8)) ### Bug Fixes * Update CI workflow versions to latest ([terraform-aws-modules#471](terraform-aws-modules#471)) ([a11c970](terraform-aws-modules@a11c970)) * feat: Support `serverlessv2_scaling_configuration.seconds_until_auto_pause` (terraform-aws-modules#477) * seconds_until_auto_pause * revert * chore(release): version 9.11.0 [skip ci] ## [9.11.0](terraform-aws-modules/terraform-aws-rds-aurora@v9.10.0...v9.11.0) (2024-12-19) ### Features * Support `serverlessv2_scaling_configuration.seconds_until_auto_pause` ([terraform-aws-modules#477](terraform-aws-modules#477)) ([08dced9](terraform-aws-modules@08dced9)) * docs: Clarify the `manage_master_user_password_rotation` functionality (terraform-aws-modules#478) * feat: Support RDS Cluster monitoring interval and role arn (terraform-aws-modules#485) * support monitoring interval and role for cluster * updates to example and variables * revert * Update variables.tf Co-authored-by: Anton Babenko <[email protected]> * update README --------- Co-authored-by: Anton Babenko <[email protected]> * chore(release): version 9.12.0 [skip ci] ## [9.12.0](terraform-aws-modules/terraform-aws-rds-aurora@v9.11.0...v9.12.0) (2025-02-19) ### Features * Support RDS Cluster monitoring interval and role arn ([terraform-aws-modules#485](terraform-aws-modules#485)) ([b172e08](terraform-aws-modules@b172e08)) * feat: Support Aurora Limitless (terraform-aws-modules#488) * support aurora limitless * add doc ref comment * feedback changes * chore(release): version 9.13.0 [skip ci] ## [9.13.0](terraform-aws-modules/terraform-aws-rds-aurora@v9.12.0...v9.13.0) (2025-03-04) ### Features * Support Aurora Limitless ([terraform-aws-modules#488](terraform-aws-modules#488)) ([cf96537](terraform-aws-modules@cf96537)) * docs: Update variable description (terraform-aws-modules#496) * docs: Update variable description https://aws.amazon.com/about-aws/whats-new/2024/09/amazon-rds-performance-insights-supports-aurora-cluster-level-configuration/ * Update README.md --------- Co-authored-by: Melissa Greenbaum <[email protected]> Co-authored-by: semantic-release-bot <[email protected]> Co-authored-by: Fred Lai <[email protected]> Co-authored-by: Dmytro Melnychenko <[email protected]> Co-authored-by: Bryant Biggs <[email protected]> Co-authored-by: Alexey Mikhaylov <[email protected]> Co-authored-by: Anton Babenko <[email protected]> Co-authored-by: Borislav Velkov <[email protected]>
1 parent 38ae0f4 commit c17bc55

32 files changed

+617
-81
lines changed

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# Please look up the latest version from
1616
# https://github.com/amannn/action-semantic-pull-request/releases
17-
- uses: amannn/action-semantic-pull-request@v5.4.0
17+
- uses: amannn/action-semantic-pull-request@v5.5.3
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2020
with:

.github/workflows/pre-commit.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
- master
88

99
env:
10-
TERRAFORM_DOCS_VERSION: v0.16.0
11-
TFLINT_VERSION: v0.50.3
10+
TERRAFORM_DOCS_VERSION: v0.19.0
11+
TFLINT_VERSION: v0.53.0
1212

1313
jobs:
1414
collectInputs:
@@ -45,14 +45,14 @@ jobs:
4545

4646
- name: Terraform min/max versions
4747
id: minMax
48-
uses: clowdhaus/[email protected].0
48+
uses: clowdhaus/[email protected].1
4949
with:
5050
directory: ${{ matrix.directory }}
5151

5252
- name: Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }}
5353
# Run only validate pre-commit check on min version supported
5454
if: ${{ matrix.directory != '.' }}
55-
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.9.0
55+
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.11.1
5656
with:
5757
terraform-version: ${{ steps.minMax.outputs.minVersion }}
5858
tflint-version: ${{ env.TFLINT_VERSION }}
@@ -61,7 +61,7 @@ jobs:
6161
- name: Pre-commit Terraform ${{ steps.minMax.outputs.minVersion }}
6262
# Run only validate pre-commit check on min version supported
6363
if: ${{ matrix.directory == '.' }}
64-
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.9.0
64+
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.11.1
6565
with:
6666
terraform-version: ${{ steps.minMax.outputs.minVersion }}
6767
tflint-version: ${{ env.TFLINT_VERSION }}
@@ -88,10 +88,10 @@ jobs:
8888

8989
- name: Terraform min/max versions
9090
id: minMax
91-
uses: clowdhaus/[email protected].0
91+
uses: clowdhaus/[email protected].1
9292

9393
- name: Pre-commit Terraform ${{ steps.minMax.outputs.maxVersion }}
94-
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.9.0
94+
uses: clowdhaus/terraform-composite-actions/pre-commit@v1.11.1
9595
with:
9696
terraform-version: ${{ steps.minMax.outputs.maxVersion }}
9797
tflint-version: ${{ env.TFLINT_VERSION }}

.pre-commit-config.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/antonbabenko/pre-commit-terraform
3-
rev: v1.88.4
3+
rev: v1.96.1
44
hooks:
55
- id: terraform_fmt
66
- id: terraform_docs
@@ -21,10 +21,9 @@ repos:
2121
- '--args=--only=terraform_required_providers'
2222
- '--args=--only=terraform_standard_module_structure'
2323
- '--args=--only=terraform_workspace_remote'
24-
- '--args=--only=terraform_unused_required_providers'
2524
- id: terraform_validate
2625
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.5.0
26+
rev: v5.0.0
2827
hooks:
2928
- id: check-merge-conflict
3029
- id: end-of-file-fixer

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,88 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [9.13.0](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.12.0...v9.13.0) (2025-03-04)
6+
7+
8+
### Features
9+
10+
* Support Aurora Limitless ([#488](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/488)) ([cf96537](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/cf965379f7370be440566156bcfa0e2883277629))
11+
12+
## [9.12.0](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.11.0...v9.12.0) (2025-02-19)
13+
14+
15+
### Features
16+
17+
* Support RDS Cluster monitoring interval and role arn ([#485](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/485)) ([b172e08](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/b172e0815292229ede381e2f8132b83ba7ad418c))
18+
19+
## [9.11.0](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.10.0...v9.11.0) (2024-12-19)
20+
21+
22+
### Features
23+
24+
* Support `serverlessv2_scaling_configuration.seconds_until_auto_pause` ([#477](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/477)) ([08dced9](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/08dced981559788559a3e69f288d51047aa64220))
25+
26+
## [9.10.0](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.9.1...v9.10.0) (2024-10-15)
27+
28+
29+
### Features
30+
31+
* Add `cloudwatch_log_group_tags` parameter for log group tags ([#472](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/472)) ([0962ab8](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/0962ab868a7967e03d16fca5f7f25cdf580bd13d))
32+
33+
34+
### Bug Fixes
35+
36+
* Update CI workflow versions to latest ([#471](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/471)) ([a11c970](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/a11c97093dae1469722d503428953cfec0e16aa5))
37+
38+
## [9.9.1](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.9.0...v9.9.1) (2024-08-24)
39+
40+
41+
### Bug Fixes
42+
43+
* AWS provider bump for bugfix on `enable_http_endpoint` ([#465](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/465)) ([f64d755](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/f64d755c46e6ca45a5f3d21d6578a14834e8b5e9))
44+
45+
## [9.9.0](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.8.0...v9.9.0) (2024-08-14)
46+
47+
48+
### Features
49+
50+
* Add "self" attribute to the security group rule ([#463](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/463)) ([6e4b82c](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/6e4b82c706c3587505cd50a992fa28b807eefcec))
51+
52+
## [9.8.0](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.7.0...v9.8.0) (2024-08-05)
53+
54+
55+
### Features
56+
57+
* Multi-AZ Cluster performance insights ([#462](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/462)) ([546c74a](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/546c74a87c1a1c09e486153651ccb4a6719cb39e))
58+
59+
## [9.7.0](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.6.0...v9.7.0) (2024-07-27)
60+
61+
62+
### Features
63+
64+
* Support for `scaling_configuration.seconds_before_timeout` in Serverless V1 ([#461](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/461)) ([d798147](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/d7981474a4ec2a0a53900c41d25b31329fab2afd))
65+
66+
## [9.6.0](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.5.0...v9.6.0) (2024-07-20)
67+
68+
69+
### Features
70+
71+
* Support `engine_lifecycle_support` ([#459](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/459)) ([466f090](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/466f090b277e92b6d26c00af97ab55e75439f736))
72+
73+
## [9.5.0](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.4.0...v9.5.0) (2024-07-12)
74+
75+
76+
### Features
77+
78+
* Multi-az rds cluster ca cert identifier ([#458](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/458)) ([d320348](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/d320348984db35c28ca8d272407e5c45ead983ae))
79+
80+
## [9.4.0](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.3.1...v9.4.0) (2024-05-27)
81+
82+
83+
### Features
84+
85+
* Cloudwatch log group `skip_destroy` and `log_group_class` ([#449](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/449)) ([683c069](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/commit/683c06916598028af568e2fc05738a0224c3b393))
86+
587
## [9.3.1](https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/compare/v9.3.0...v9.3.1) (2024-03-26)
688

789

0 commit comments

Comments
 (0)