Skip to content

Releases: cloudposse/terraform-aws-components

v1.452.0

31 May 02:57
cdb16cf
Compare
Choose a tag to compare
[eks/cluster] Add support for kubelet extra args, etc. @Nuru (#1046)

what

  • [eks/cluster] Add support for kubelet extra args and other Node cloud-init customizations for EKS running on Amazon Linux 2

why

  • Default values of reserved memory are insufficient to keep EKS nodes from becoming unreachable due to excessive demands from Pods, so this provides a way for changing the reservations and enabling eviction thresholds

v1.451.0

30 May 15:36
d556d73
Compare
Choose a tag to compare
Run update-changelog on public runners @goruha (#1053)

what

  • Run update-changelog on public runners

why

  • There is no reason to use self-hosted for this workflow.
  • We do not have configured self-hosted runners in that repo

v1.450.0

30 May 03:03
Compare
Choose a tag to compare
  • No changes

v1.449.0

30 May 00:04
eed0992
Compare
Choose a tag to compare
fix(`rds`): Corrected SSM Paths for Non Existent `var.name` @milldr (#1052)

what

  • Add output for KMS key alias
  • Update SSM naming convention

why

  • Useful output for KMS key references
  • When var.name doesnt exist, this path includes null. We want to optionally support setting var.attributes without a var.name

references

  • customer engagement

v1.448.0

29 May 17:28
6317a82
Compare
Choose a tag to compare
Extra Dynamodb outputs @Benbentwo (#1051)

what

  • Add hash_key and range_key outputs

why

  • Hash and range key are needed by other resources so we should add them as outputs to this component

references

v1.447.0

29 May 16:43
d86ee82
Compare
Choose a tag to compare
Update release workflow @goruha (#1050)

what

  • Update workflow (.github/workflows/release.yaml) to have permissions commenting PR

why

  • Add comments to PRs when it's changes are released

v1.446.0

28 May 19:34
e466b2d
Compare
Choose a tag to compare
chore: remove custom webhook from philips runners @dudymas (#1049)

what

  • remove webhook fork from philips-labs-github-runners
  • update philips-labs-github-runners to 5.4.2

why

  • custom webhook has been merged in at version 5.4.2

references

v1.445.0

25 May 06:05
c289dac
Compare
Choose a tag to compare
chore: karpenter v1beta upgrade @dudymas (#1039)

what

  • upstream the karpenter component
    • update README.md section 1 of install docs
    • update README.md section 2 of install docs
    • update README.md section 3 of install docs
    • fix/update README.md links and additional notes
  • upstream the karpenter node pool component
    • update README.md docs (change from provisioners to node pools)

why

  • Considerable changes between alpha and beta api

references

v1.444.0

25 May 00:09
af287c1
Compare
Choose a tag to compare
feat: add org compliance packs to aws-config @dudymas (#1006)

what

  • new module in aws-config for org scoped conformance packs

why

  • allows conformance packs to automatically be applied to accounts in the org

v1.443.0

24 May 18:04
3fb01a2
Compare
Choose a tag to compare
feat: allow overriding the dynamodb table name @nitrocode (#1016)

what

  • allow overriding the dynamodb table name

why

  • This will make it possible to import older dynamodb tables without having to null portions of the context
  • Matches s3-bucket module's bucket_name

references