Releases: cloudposse/terraform-aws-components
Releases · cloudposse/terraform-aws-components
v1.440.0
SQS Component Refactor @Benbentwo (#1042)
what
- Refactor SQS Component to utilize
"terraform-aws-modules/sqs/aws"
module - Add IAM Policy Support
why
- Better support for dlq within the same component
- Policy enhancements
references
- N/A
v1.439.0
fix: add missing multi_az_enabled variable @wavemoran (#1041)
what
- Add missing variable
multi_az_enabled
why
- This variable should have been included in #1040
references
v1.438.0
chore: bump elasticache-redis module version @wavemoran (#1040)
what
- Upgrade
elasticache-redis
module version in theelasticache-redis
component - Adds three new variables from the module;
create_parameter_group
,parameter_group_name
, andmulti_az_enabled
why
- Use the latest module version with the component
references
- New variables were added in module version
1.0.0
https://github.com/cloudposse/terraform-aws-elasticache-redis/releases/tag/1.0.0
v1.437.0
feat(vpc): add named subnets @nitrocode (#1032)
what
- add named subnets to vpc component
why
- allow using named subnets for databases
references
v1.436.0
v1.435.0
v1.434.0
`sqs-queue` better support dead-letter queues @Benbentwo (#1037)
what
- Updates component
sqs-queue
to better support dead-letter queues
why
- This is an awkward component currently, it is really just a pass through to an sqs resource. This should probably be broken down into a module and then wrapped with a component. In the meantime, this will allow easier access to other sqs-queues' URL for the redrive policy which is used for deadletter queues
references
v1.433.0
`sqs-queue`: Update to include SQS Policy @Benbentwo (#1035)
what
- Update SQS Queue component to include an access policy block
- Add IAM Policy variable to make it writeable per queue
- Added helpers to add filters like current account and current queue arn
why
- need an access policy that can allow s3 notifications
v1.432.0
Better support for KUBECONFIG file authentication @Nuru (#1034)
what
- Update
providers-helm.tf
to provide better support forKUBECONFIG
file authentication - Add support for computing the
KUBECONFIG
context name from the EKS cluster name
why
- Previous support had bugs, and lacked support for alternative access to EKS clusters, such as via a gateway (authenticating) proxy, such as Teleport
- Enable support for
KUBECONFIG
files which configure access for multiple clusters, selected via "context" setting
v1.431.1
[eks/cluster] Update to use AWS Auth API @Nuru (#1033)
Breaking Changes
[!WARNING]
This release contains breaking changes to theeks/cluster
component.
Read the migration guidance in the CHANGELOG
what
- Upgrade the
eks/cluster
component to use the AWS API for access control
why
- The old mechanism, using a ConfigMap, was unreliable
references
terraform-aws-eks-cluster
v4.0.0 Release Notesterraform-aws-eks-cluster
v4 Migration Guide- New API for EKS access control