Skip to content

Commit ab42d89

Browse files
Update Changelog for 1.523.1 (#1176)
Co-authored-by: cloudposse-releaser[bot] <163353533+cloudposse-releaser[bot]@users.noreply.github.com>
1 parent f85ec61 commit ab42d89

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# CHANGELOG
22

3+
## 1.523.1
4+
5+
6+
7+
<details>
8+
<summary>feat(elasticache-redis): add snapshot retention limit @nitrocode (#1171)</summary>
9+
## what
10+
11+
<!--
12+
- Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?)
13+
- Use bullet points to be concise and to the point.
14+
-->
15+
- add snapshot retention limit
16+
17+
## why
18+
19+
<!--
20+
- Provide the justifications for the changes (e.g. business case).
21+
- Describe why these changes were made (e.g. why do these commits fix the problem?)
22+
- Use bullet points to be concise and to the point.
23+
-->
24+
- Resolves [ElastiCache.1](https://docs.aws.amazon.com/securityhub/latest/userguide/elasticache-controls.html#elasticache-1) (ElastiCache (Redis OSS) clusters should have automatic backups enabled) securityhub control by giving the ability to set this value to a number greater than 0
25+
26+
## references
27+
28+
<!--
29+
- Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
30+
- Use `closes #123`, if this PR closes a GitHub issue `#123`
31+
-->
32+
- Default is 0 https://github.com/cloudposse/terraform-aws-elasticache-redis/blob/9104d9a6a120ae9c90f59c5eb4ea711cc2d2c6bb/variables.tf#L223-L227
33+
- Module received the feature 5 years ago so no need to update the module version https://github.com/cloudposse/terraform-aws-elasticache-redis/pull/45
34+
- Related PR #1170 which upgrades the module
35+
</details>
36+
37+
38+
## 🤖 Automatic Updates
39+
40+
<details>
41+
<summary>Update Changelog for `1.523.0` @github-actions (#1174)</summary>
42+
Update Changelog for [`1.523.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.523.0)
43+
</details>
44+
45+
46+
347
## 1.523.0
448

549

0 commit comments

Comments
 (0)