News 07 2022
docker-node-cdk - 2.34.2-dnx1
- Bump aws-cdk version to v2.34.2.
Created at: 2022-07-31
Source: https://github.com/DNXLabs/docker-node-cdk/releases/tag/2.34.2-dnx1
docker-node-cdk - 2.34.1-dnx1
- Bump aws-cdk version to v2.34.1.
Created at: 2022-07-30
Source: https://github.com/DNXLabs/docker-node-cdk/releases/tag/2.34.1-dnx1
docker-kube-tools - 0.4.74
- Bump Argo CD version to v2.4.8.
Created at: 2022-07-30
Source: https://github.com/DNXLabs/docker-kube-tools/releases/tag/0.4.74
docker-aws-v2 - 2.7.20-dnx1
- Bump aws-cli version to v2.7.20.
Created at: 2022-07-30
Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.7.20-dnx1
docker-terraform - 1.2.6-dnx1
- Bump Terraform version to v1.2.6.
Created at: 2022-07-28
Source: https://github.com/DNXLabs/docker-terraform/releases/tag/1.2.6-dnx1
docker-aws-v2 - 2.7.19-dnx1
- Bump aws-cli version to v2.7.19.
Created at: 2022-07-28
Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.7.19-dnx1
terraform-aws-ecs - 6.0.0
FEATURES
- Adding efs and ebs kms key variables
- Parameter
kms_key_arn
no longer available
⚠️ BREAKING CHANGES AND HOW TO FIX ⚠️
The parameter kms_key_arn
has been split into efs_key_arn
and ebs_key_arn
so it resource can use its own kms key.
If you are not using kms_key_arn
variable the upgrade will not break the state.
EFS key change will cause terraform to recreate EFS resources
Version =< 5.9.0
module "ecs_apps" {
source = "git::https://github.com/DNXLabs/terraform-aws-ecs.git?ref=5.9.0"
name = "${local.workspace["cluster_name"]}"
intance_types = ["t3.large","t2.large","m2.xlarge"]
vpc_id = "${data.aws_vpc.selected.id}"
private_subnet_ids = ["${data.aws_subnet_ids.private.ids}"]
public_subnet_ids = ["${data.aws_subnet_ids.public.ids}"]
secure_subnet_ids = ["${data.aws_subnet_ids.secure.ids}"]
certificate_arn = "${data.aws_acm_certificate.dnx_host.arn}"
on_demand_percentage = 0
asg_min = 1
asg_max = 4
asg_memory_target = 50
kms_key_arn = "arn:aws:kms:us-east-1:xxxxxxxxxxxx:key/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
}
New version >= 6.0.0
module "ecs_apps" {
source = "git::https://github.com/DNXLabs/terraform-aws-ecs.git?ref=5.9.0"
name = "${local.workspace["cluster_name"]}"
intance_types = ["t3.large","t2.large","m2.xlarge"]
vpc_id = "${data.aws_vpc.selected.id}"
private_subnet_ids = ["${data.aws_subnet_ids.private.ids}"]
public_subnet_ids = ["${data.aws_subnet_ids.public.ids}"]
secure_subnet_ids = ["${data.aws_subnet_ids.secure.ids}"]
certificate_arn = "${data.aws_acm_certificate.dnx_host.arn}"
on_demand_percentage = 0
asg_min = 1
asg_max = 4
asg_memory_target = 50
efs_key_arn = "arn:aws:kms:us-east-1:xxxxxxxxxxxx:key/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
ebs_key_arn = "arn:aws:kms:us-east-1:xxxxxxxxxxxx:key/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
}
Created at: 2022-07-28
Source: https://github.com/DNXLabs/terraform-aws-ecs/releases/tag/6.0.0
docker-aws-v2 - 2.7.18-dnx1
- Bump aws-cli version to v2.7.18.
Created at: 2022-07-23
Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.7.18-dnx1
docker-kube-tools - 0.4.73
- Bump Helm version to v3.9.2.
Created at: 2022-07-22
Source: https://github.com/DNXLabs/docker-kube-tools/releases/tag/0.4.73
terraform-aws-elasticache - 0.6.1
What's Changed
- Adding rediss:// url when encryption in transit by @adenot in https://github.com/DNXLabs/terraform-aws-elasticache/pull/9
Full Changelog: https://github.com/DNXLabs/terraform-aws-elasticache/compare/0.6.0...0.6.1
Created at: 2022-07-22
Source: https://github.com/DNXLabs/terraform-aws-elasticache/releases/tag/0.6.1
docker-aws-v2 - 2.7.17-dnx1
- Bump aws-cli version to v2.7.17.
Created at: 2022-07-21
Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.7.17-dnx1
docker-aws-azure-ad - 2.0.1
What's Changed
- Updating libs and install aws-cli on image by @soareseds in https://github.com/DNXLabs/docker-aws-azure-ad/pull/6
New Contributors
- @soareseds made their first contribution in https://github.com/DNXLabs/docker-aws-azure-ad/pull/6
Full Changelog: https://github.com/DNXLabs/docker-aws-azure-ad/compare/2.0.0...2.0.1
Created at: 2022-07-21
Source: https://github.com/DNXLabs/docker-aws-azure-ad/releases/tag/2.0.1
terraform-aws-elasticache - 0.6.0
What's Changed
- Allow selecting secret method for output by @adenot in https://github.com/DNXLabs/terraform-aws-elasticache/pull/8
New Contributors
- @adenot made their first contribution in https://github.com/DNXLabs/terraform-aws-elasticache/pull/8
Full Changelog: https://github.com/DNXLabs/terraform-aws-elasticache/compare/0.5.0...0.6.0
Created at: 2022-07-21
Source: https://github.com/DNXLabs/terraform-aws-elasticache/releases/tag/0.6.0
docker-node-cdk - 2.33.0-dnx1
- Bump aws-cdk version to v2.33.0.
Created at: 2022-07-20
Source: https://github.com/DNXLabs/docker-node-cdk/releases/tag/2.33.0-dnx1
docker-kube-tools - 0.4.72
- Bump Argo CD version to v2.4.7.
Created at: 2022-07-19
Source: https://github.com/DNXLabs/docker-kube-tools/releases/tag/0.4.72
terraform-aws-sns - 0.2.1
What's Changed
- Add project guidelines and issue/prs templates by @caiovfernandes in https://github.com/DNXLabs/terraform-aws-sns/pull/3
- 📦 NEW: Add CONTRIBUTING.md by @caiovfernandes in https://github.com/DNXLabs/terraform-aws-sns/pull/4
- 🐛 FIX: Terraform docs CI by @caiovfernandes in https://github.com/DNXLabs/terraform-aws-sns/pull/5
- Add aws account id to slack message by @lgothelipe in https://github.com/DNXLabs/terraform-aws-sns/pull/6
New Contributors
- @caiovfernandes made their first contribution in https://github.com/DNXLabs/terraform-aws-sns/pull/3
- @lgothelipe made their first contribution in https://github.com/DNXLabs/terraform-aws-sns/pull/6
Full Changelog: https://github.com/DNXLabs/terraform-aws-sns/compare/0.2.0...0.2.1
Created at: 2022-07-19
Source: https://github.com/DNXLabs/terraform-aws-sns/releases/tag/0.2.1
terraform-aws-security-alarms - 1.2.2
What's Changed
- 🐛 FIX: Terraform docs CI by @caiovfernandes in https://github.com/DNXLabs/terraform-aws-security-alarms/pull/4
- Update NoMFA alarm and create Log Insights queries by @lgothelipe in https://github.com/DNXLabs/terraform-aws-security-alarms/pull/5
New Contributors
- @lgothelipe made their first contribution in https://github.com/DNXLabs/terraform-aws-security-alarms/pull/5
Full Changelog: https://github.com/DNXLabs/terraform-aws-security-alarms/compare/1.2.1...1.2.2
Created at: 2022-07-18
Source: https://github.com/DNXLabs/terraform-aws-security-alarms/releases/tag/1.2.2
docker-node-cdk - 2.32.1-dnx1
- Bump aws-cdk version to v2.32.1.
Created at: 2022-07-17
Source: https://github.com/DNXLabs/docker-node-cdk/releases/tag/2.32.1-dnx1
docker-aws-v2 - 2.7.16-dnx1
- Bump aws-cli version to v2.7.16.
Created at: 2022-07-16
Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.7.16-dnx1
docker-node-cdk - 2.32.0-dnx1
- Bump aws-cdk version to v2.32.0.
Created at: 2022-07-15
Source: https://github.com/DNXLabs/docker-node-cdk/releases/tag/2.32.0-dnx1
docker-serverless - 3.21.0-dnx1
- Bump serverless version to v3.21.0.
Created at: 2022-07-15
Source: https://github.com/DNXLabs/docker-serverless/releases/tag/3.21.0-dnx1
terraform-aws-ecs - 5.9.0
What's Changed
- Enable use of EFS Lifecycle policy by @alexandrealvao in https://github.com/DNXLabs/terraform-aws-ecs/pull/37
Full Changelog: https://github.com/DNXLabs/terraform-aws-ecs/compare/5.8.0...5.9.0
Created at: 2022-07-15
Source: https://github.com/DNXLabs/terraform-aws-ecs/releases/tag/5.9.0
docker-terraform - 1.2.5-dnx1
- Bump Terraform version to v1.2.5.
Created at: 2022-07-14
Source: https://github.com/DNXLabs/docker-terraform/releases/tag/1.2.5-dnx1
docker-kube-tools - 0.4.71
- Bump Kubectl version to v1.24.3.
- Bump Helm version to v3.9.1.
Created at: 2022-07-14
Source: https://github.com/DNXLabs/docker-kube-tools/releases/tag/0.4.71
docker-aws-v2 - 2.7.15-dnx1
- Bump aws-cli version to v2.7.15.
Created at: 2022-07-14
Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.7.15-dnx1
terraform-aws-opensearch - 0.6.0
What's Changed
- Include log publishing options by @brunodasilvalenga in https://github.com/DNXLabs/terraform-aws-opensearch/pull/5
- clean up files not been used by @brunodasilvalenga in https://github.com/DNXLabs/terraform-aws-opensearch/pull/6
Full Changelog: https://github.com/DNXLabs/terraform-aws-opensearch/compare/0.5.5...0.6.0
Created at: 2022-07-14
Source: https://github.com/DNXLabs/terraform-aws-opensearch/releases/tag/0.6.0
terraform-aws-opensearch - 0.7.0
What's Changed
- feature/improve_security by @brunodasilvalenga in https://github.com/DNXLabs/terraform-aws-opensearch/pull/7
Full Changelog: https://github.com/DNXLabs/terraform-aws-opensearch/compare/0.6.0...0.7.0
Created at: 2022-07-14
Source: https://github.com/DNXLabs/terraform-aws-opensearch/releases/tag/0.7.0
docker-kube-tools - 0.4.70
- Bump Argo CD version to v2.4.6.
Created at: 2022-07-13
Source: https://github.com/DNXLabs/docker-kube-tools/releases/tag/0.4.70
terraform-aws-elasticache - 0.5.0
What's Changed
- Enable cluster capability by @brunodasilvalenga in https://github.com/DNXLabs/terraform-aws-elasticache/pull/7
Full Changelog: https://github.com/DNXLabs/terraform-aws-elasticache/compare/0.4.2...0.5.0
Created at: 2022-07-12
Source: https://github.com/DNXLabs/terraform-aws-elasticache/releases/tag/0.5.0
terraform-aws-rds - 0.9.0
What's Changed
- Include auto minor version param by @brunodasilvalenga in https://github.com/DNXLabs/terraform-aws-rds/pull/22
Full Changelog: https://github.com/DNXLabs/terraform-aws-rds/compare/0.8.2...0.9.0
Created at: 2022-07-12
Source: https://github.com/DNXLabs/terraform-aws-rds/releases/tag/0.9.0
terraform-aws-openvpn - 1.4.3
What's Changed
- Adding custom retention period (in days) for Cloud Watch log group. by @DaisyMonte in https://github.com/DNXLabs/terraform-aws-openvpn/pull/13
New Contributors
- @DaisyMonte made their first contribution in https://github.com/DNXLabs/terraform-aws-openvpn/pull/13
Full Changelog: https://github.com/DNXLabs/terraform-aws-openvpn/compare/1.4.2...1.4.3
Created at: 2022-07-11
Source: https://github.com/DNXLabs/terraform-aws-openvpn/releases/tag/1.4.3
docker-node-cdk - 2.31.1-dnx1
- Bump aws-cdk version to v2.31.1.
Created at: 2022-07-10
Source: https://github.com/DNXLabs/docker-node-cdk/releases/tag/2.31.1-dnx1
docker-serverless - 3.20.0-dnx1
- Bump serverless version to v3.20.0.
Created at: 2022-07-09
Source: https://github.com/DNXLabs/docker-serverless/releases/tag/3.20.0-dnx1
docker-aws-v2 - 2.7.14-dnx1
- Bump aws-cli version to v2.7.14.
Created at: 2022-07-09
Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.7.14-dnx1
docker-kube-tools - 0.4.69
- Bump Argo CD version to v2.4.4.
Created at: 2022-07-08
Source: https://github.com/DNXLabs/docker-kube-tools/releases/tag/0.4.69
terraform-aws-rds - 0.8.2
What's Changed
- Add ssm kms key by @lgothelipe in https://github.com/DNXLabs/terraform-aws-rds/pull/21
Full Changelog: https://github.com/DNXLabs/terraform-aws-rds/compare/0.8.1...0.8.2
Created at: 2022-07-08
Source: https://github.com/DNXLabs/terraform-aws-rds/releases/tag/0.8.2
docker-node-cdk - 2.31.0-dnx1
- Bump aws-cdk version to v2.31.0.
Created at: 2022-07-07
Source: https://github.com/DNXLabs/docker-node-cdk/releases/tag/2.31.0-dnx1
docker-aws-v2 - 2.7.13-dnx1
- Bump aws-cli version to v2.7.13.
Created at: 2022-07-07
Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.7.13-dnx1
terraform-aws-elasticache - 0.4.2
What's Changed
- Make value as a list by @brunodasilvalenga in https://github.com/DNXLabs/terraform-aws-elasticache/pull/6
New Contributors
- @brunodasilvalenga made their first contribution in https://github.com/DNXLabs/terraform-aws-elasticache/pull/6
Full Changelog: https://github.com/DNXLabs/terraform-aws-elasticache/compare/0.4.1...0.4.2
Created at: 2022-07-07
Source: https://github.com/DNXLabs/terraform-aws-elasticache/releases/tag/0.4.2
terraform-aws-backup - 1.0.4
What's Changed
- Copy to another account by @lgothelipe in https://github.com/DNXLabs/terraform-aws-backup/pull/9
New Contributors
- @lgothelipe made their first contribution in https://github.com/DNXLabs/terraform-aws-backup/pull/9
Full Changelog: https://github.com/DNXLabs/terraform-aws-backup/compare/1.0.3...1.0.4
Created at: 2022-07-06
Source: https://github.com/DNXLabs/terraform-aws-backup/releases/tag/1.0.4
terraform-aws-backup - 1.1.0
What's Changed
- Add vault notification by @lgothelipe in https://github.com/DNXLabs/terraform-aws-backup/pull/10
Full Changelog: https://github.com/DNXLabs/terraform-aws-backup/compare/1.0.4...1.1.0
Created at: 2022-07-06
Source: https://github.com/DNXLabs/terraform-aws-backup/releases/tag/1.1.0
terraform-aws-rds - 0.8.0
What's Changed
- Add storage type as variable by @lgothelipe in https://github.com/DNXLabs/terraform-aws-rds/pull/19
New Contributors
- @lgothelipe made their first contribution in https://github.com/DNXLabs/terraform-aws-rds/pull/19
Full Changelog: https://github.com/DNXLabs/terraform-aws-rds/compare/0.7.0...0.8.0
Created at: 2022-07-04
Source: https://github.com/DNXLabs/terraform-aws-rds/releases/tag/0.8.0
terraform-aws-rds - 0.8.1
What's Changed
- Added tag Identifier by @lgothelipe in https://github.com/DNXLabs/terraform-aws-rds/pull/20
Full Changelog: https://github.com/DNXLabs/terraform-aws-rds/compare/0.8.0...0.8.1
Created at: 2022-07-04
Source: https://github.com/DNXLabs/terraform-aws-rds/releases/tag/0.8.1
terraform-aws-elasticache - 0.4.1
What's Changed
- 📦 NEW: Add ssm endpoint value accordingly with cluster mode by @caiovfernandes in https://github.com/DNXLabs/terraform-aws-elasticache/pull/5
New Contributors
- @caiovfernandes made their first contribution in https://github.com/DNXLabs/terraform-aws-elasticache/pull/5
Full Changelog: https://github.com/DNXLabs/terraform-aws-elasticache/compare/0.4.0...0.4.1
Created at: 2022-07-04
Source: https://github.com/DNXLabs/terraform-aws-elasticache/releases/tag/0.4.1
docker-serverless-python - dnx2.5
Updating Serverless version to 3.19.0
Created at: 2022-07-04
Source: https://github.com/DNXLabs/docker-serverless-python/releases/tag/dnx2.5
docker-node-cdk - 2.30.0-dnx1
- Bump aws-cdk version to v2.30.0.
Created at: 2022-07-02
Source: https://github.com/DNXLabs/docker-node-cdk/releases/tag/2.30.0-dnx1