Skip to content

Releases: cloudposse/terraform-aws-components

v1.526.0

06 Nov 20:38
8b6a602

Choose a tag to compare

feat(kms): updates with embedded policy creation - part2 @Gowiem (#1136) ## what
  • Updates the KMS module to support embedded policy creation

why

  • This allows for easy wiring in of aws-team-role roles into the KMS policy, so we do something like "Admins in the dev account have access to use this Key"

references

  • This is a continuation of PR #523 which I could not continue as I no longer have access to push to Cloud Posse except as a fork 😢
    • @nitrocode did a great review with some solid suggestions in #523. I have completed my work from that review as part of this newer PR.
Update Changelog for `1.524.0` @github-actions (#1179) Update Changelog for [`1.524.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.524.0)

v1.525.0

06 Nov 20:20

Choose a tag to compare

  • No changes

v1.524.0

06 Nov 19:24
d44a775

Choose a tag to compare

Announce code freeze @goruha (#1178) ## what * Announce code freeze on readme

why

  • Readme is more informative than issue (while issue will be emailed)

references

Update Changelog for `1.523.1` @github-actions (#1176) Update Changelog for [`1.523.1`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.523.1)

v1.523.1

04 Nov 18:07
f85ec61

Choose a tag to compare

feat(elasticache-redis): add snapshot retention limit @nitrocode (#1171) ## what
  • add snapshot retention limit

why

  • Resolves 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

references

🤖 Automatic Updates

Update Changelog for `1.523.0` @github-actions (#1174) Update Changelog for [`1.523.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.523.0)

v1.523.0

31 Oct 19:03
fba6cde

Choose a tag to compare

feat: Support `enabled` flag for EKS Storage Classes @milldr (#1173) ## what - Add support for enabled flag in storage class variables

why

  • Create option to disable a given storage-class if it's include in an imported default component catalog

references

  • n/a

v1.522.0

30 Oct 21:06
29f90e0

Choose a tag to compare

🚀 Enhancements

feat(elasticache-redis): add engine input for valkey support @nitrocode (#1170) ## what
  • add engine input for valkey support

why

  • Valkey is far cheaper than redis
Notes
  • Design options
    1. Add a new key to local.cluster_attributes and add a variable to the component, default it to redis, and pass as an argument to the module as-is
      • We could shy away from the pattern to using engine = var.engine in the local.
    2. Allow var.redis_clusters to supply engine with a default for redis and pass to module as-is
    3. Same as option 2 but allow local.cluster_attributes to overwrite it
      • This might be best of both worlds however no other argument does this so it would be breaking the pattern
  • Went with option 2 so the argument isn't a new requirement for everyone and it doesn't break consistency

references

v1.521.0

21 Oct 18:43
c9e2a90

Choose a tag to compare

[eks/spacelift-worker-pool], [eks/spacelift-worker-pool-controller] Initial commit @Nuru (#1168) ## what
  • [eks/spacelift-worker-pool] Initial commit
  • [eks/spacelift-worker-pool-controller] Initial commit

why

[dns-delegated] Fix README.md to remove suggestion of deploying regionally @Nuru (#1167) ## what
  • Remove suggestion from README that it can be deployed regionally
  • Add details and references about using dns-delegated and dns-primary

why

  • Old information was wrong and lacking in detail, causing confusion
fix: Runs-On README @milldr (#1166) ## what - Remove unclosed / unused summary

why

  • This is breaking the cloudposse/docs release pipelines

references

v1.520.0

13 Oct 16:47
f28da8a

Choose a tag to compare

[vpc] Add `max_nats` configuration @Nuru (#1158) ## what
  • [vpc] Add max_nats configuration

why

  • Allow budget-conscious users (e.g. test environments) to use fewer NAT gateways

v1.519.0

11 Oct 03:06

Choose a tag to compare

fix: Frontmatter for `run-ons` @milldr (#1156) ## what - Update frontmatter in runs-on module

why

  • Correct tags

references

Update Changelog for `1.517.1` @github-actions (#1154) Update Changelog for [`1.517.1`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.517.1)

v1.518.0

10 Oct 03:07

Choose a tag to compare

  • No changes