Skip to main content

News 07 2023

· 12 min read

terraform-aws-bastion-ec2 - 0.8.0

What’s Changed

Version fix @lgothelipe (#6)

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce to ? Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING.md doc.
  • I have added necessary documentation (if appropriate).
  • Any dependent changes have been merged and published in downstream modules.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

Created at: 2023-07-31

Source: https://github.com/DNXLabs/terraform-aws-bastion-ec2/releases/tag/0.8.0


docker-node-cdk - 2.89.0-dnx1

  • Bump aws-cdk version to v2.89.0.

Created at: 2023-07-29

Source: https://github.com/DNXLabs/docker-node-cdk/releases/tag/2.89.0-dnx1


docker-aws-v2 - 2.13.5-dnx1

  • Bump aws-cli version to v2.13.5.

Created at: 2023-07-29

Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.13.5-dnx1


docker-terraform - 1.5.4-dnx1

  • Bump Terraform version to v1.5.4.

Created at: 2023-07-27

Source: https://github.com/DNXLabs/docker-terraform/releases/tag/1.5.4-dnx1


docker-aws-v2 - 2.13.4-dnx1

  • Bump aws-cli version to v2.13.4.

Created at: 2023-07-27

Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.13.4-dnx1


terraform-aws-bastion-ec2 - 0.7.0

What’s Changed

update terraform and add nacl @lgothelipe (#5)

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce to ? Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING.md doc.
  • I have added necessary documentation (if appropriate).
  • Any dependent changes have been merged and published in downstream modules.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

Created at: 2023-07-26

Source: https://github.com/DNXLabs/terraform-aws-bastion-ec2/releases/tag/0.7.0


docker-kube-tools - 0.4.136

  • Bump Velero version to v1.11.1.

Created at: 2023-07-26

Source: https://github.com/DNXLabs/docker-kube-tools/releases/tag/0.4.136


terraform-aws-ecs - 6.6.0

What’s Changed

Details

remove deprecated template_file function @jkhan-mydeal (#51) Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce to ? Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING.md doc.
  • I have added necessary documentation (if appropriate).
  • Any dependent changes have been merged and published in downstream modules.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

Created at: 2023-07-26

Source: https://github.com/DNXLabs/terraform-aws-ecs/releases/tag/6.6.0


docker-kube-tools - 0.4.135

  • Bump Argo CD version to v2.7.9.

Created at: 2023-07-25

Source: https://github.com/DNXLabs/docker-kube-tools/releases/tag/0.4.135


terraform-aws-eks-calico - 0.1.1

Make tigera operator version dynamic

Created at: 2023-07-25

Source: https://github.com/DNXLabs/terraform-aws-eks-calico/releases/tag/0.1.1


docker-beanstalk-bluegreen - 0.10.1

Full Changelog: https://github.com/DNXLabs/docker-beanstalk-bluegreen/compare/0.10.0...0.10.1

Created at: 2023-07-24

Source: https://github.com/DNXLabs/docker-beanstalk-bluegreen/releases/tag/0.10.1


docker-beanstalk-bluegreen - 0.10.0

What's Changed

Full Changelog: https://github.com/DNXLabs/docker-beanstalk-bluegreen/compare/0.9.3...0.10.0

Created at: 2023-07-23

Source: https://github.com/DNXLabs/docker-beanstalk-bluegreen/releases/tag/0.10.0


docker-aws-v2 - 2.13.3-dnx1

  • Bump aws-cli version to v2.13.3.

Created at: 2023-07-22

Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.13.3-dnx1


terraform-aws-api-gateway - 1.16.0

What’s Changed

Fix support for proxy-based REST APIs @matthosking-mydeal (#3)

This pull request completes the work for enabling VPC link REST APIs, as well as making it possible to support proxy paths so that the path can be passed through to the underlying APIs. Adding support for the root resource allows using an API gateway per API, instead of a single instance with paths.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING.md doc.
  • I have added necessary documentation (if appropriate).
  • Any dependent changes have been merged and published in downstream modules.

Further comments

Sample usage of the module for a REST API that's using proxy for VPC link (including proxy paths):

module "api_gateway" {
source = "git::https://github.com/mydeal-com-au/terraform-aws-api-gateway.git"
depends_on = [module.eb_windows]

for_each = { for api in try(local.workspace.api_gateway.apis, []) : api.name => api }
environment_name = local.workspace.environment_name
name = each.value.name
api_type = try(each.value.api_type, "rest")
create_vpc_link = try(each.value.create_vpc_link, true)
vpc_link_target_id = try(each.value.create_vpc_link, true) ? module.eb_windows[each.value.application_environment].eb_load_balancers[0] : null
create_api_key = try(each.value.create_api_key, false)
domains = [
for env_app in
flatten([
for environment in try(local.workspace.eb_app.environments, []) : [
for app in environment.apps : {
environment = environment
app = app
} if try(app.use_api_gateway, false) && app.name == each.value.application_name
] if environment.name == each.value.application_environment
]) : {
domain = "${try(env_app.app.hostname, env_app.app.name)}.${try(local.workspace.eb_app.use_master_hosted_zone, false) ? local.workspace.master_hosted_zone : local.workspace.hosted_zone}"
api_route_mapping = null
zone_name = try(local.workspace.eb_app.use_master_hosted_zone, false) ? local.workspace.master_hosted_zone : local.workspace.hosted_zone
}
]
routes = flatten([
for env_app in
flatten([
for environment in try(local.workspace.eb_app.environments, []) : [
for app in environment.apps : {
environment = environment
app = app
} if try(app.use_api_gateway, false) && app.name == each.value.application_name
] if environment.name == each.value.application_environment
]) : [
{
name = "root"
method = try(each.value.method, "ANY")
integration_type = try(each.value.integration_type, "HTTP_PROXY")
integration_uri = "https://${try(env_app.app.hostname, env_app.app.name)}.${try(local.workspace.eb_app.use_master_hosted_zone, false) ? local.workspace.master_hosted_zone : local.workspace.hosted_zone}/"
route_mapping = null
path_parameters = []
connection_type = try(each.value.connection_type, "VPC_LINK")
},
{
name = "${env_app.app.name}-load-balancer"
method = try(each.value.method, "ANY")
integration_type = try(each.value.integration_type, "HTTP_PROXY")
integration_uri = "https://${try(env_app.app.hostname, env_app.app.name)}.${try(local.workspace.eb_app.use_master_hosted_zone, false) ? local.workspace.master_hosted_zone : local.workspace.hosted_zone}/{proxy}"
route_mapping = "{proxy+}"
path_parameters = ["proxy"]
connection_type = try(each.value.connection_type, "VPC_LINK")
}
]])
}

Created at: 2023-07-22

Source: https://github.com/DNXLabs/terraform-aws-api-gateway/releases/tag/1.16.0


docker-node-cdk - 2.88.0-dnx1

  • Bump aws-cdk version to v2.88.0.

Created at: 2023-07-21

Source: https://github.com/DNXLabs/docker-node-cdk/releases/tag/2.88.0-dnx1


terraform-aws-bastion-ec2 - 0.6.0

What’s Changed

Feature/kms sse s3 @lgothelipe (#4)

Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.

Types of changes

What types of changes does your code introduce to ? Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • I have read the CONTRIBUTING.md doc.
  • I have added necessary documentation (if appropriate).
  • Any dependent changes have been merged and published in downstream modules.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

Created at: 2023-07-21

Source: https://github.com/DNXLabs/terraform-aws-bastion-ec2/releases/tag/0.6.0


docker-kube-tools - 0.4.134

  • Bump Kubectl version to v1.27.4.
  • Bump Argo CD version to v2.7.8.

Created at: 2023-07-20

Source: https://github.com/DNXLabs/docker-kube-tools/releases/tag/0.4.134


docker-aws-v2 - 2.13.2-dnx1

  • Bump aws-cli version to v2.13.2.

Created at: 2023-07-20

Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.13.2-dnx1


terraform-aws-api-gateway - 1.15.0

What’s Changed

  • No changes

Created at: 2023-07-17

Source: https://github.com/DNXLabs/terraform-aws-api-gateway/releases/tag/1.15.0


terraform-aws-api-gateway - 1.10.0

What’s Changed

Add VPC Link configuration for rest api @caiovfernandes (#2)

Add VPC Link configuration for rest api

Created at: 2023-07-16

Source: https://github.com/DNXLabs/terraform-aws-api-gateway/releases/tag/1.10.0


terraform-aws-api-gateway - 1.11.0

What’s Changed

  • No changes

Created at: 2023-07-16

Source: https://github.com/DNXLabs/terraform-aws-api-gateway/releases/tag/1.11.0


terraform-aws-api-gateway - 1.12.0

What’s Changed

  • No changes

Created at: 2023-07-16

Source: https://github.com/DNXLabs/terraform-aws-api-gateway/releases/tag/1.12.0


terraform-aws-api-gateway - 1.13.0

What’s Changed

  • No changes

Created at: 2023-07-16

Source: https://github.com/DNXLabs/terraform-aws-api-gateway/releases/tag/1.13.0


terraform-aws-api-gateway - 1.14.0

What’s Changed

  • No changes

Created at: 2023-07-16

Source: https://github.com/DNXLabs/terraform-aws-api-gateway/releases/tag/1.14.0


docker-kube-tools - 0.4.133

  • Bump Helm version to v3.12.2.

Created at: 2023-07-14

Source: https://github.com/DNXLabs/docker-kube-tools/releases/tag/0.4.133


docker-aws-v2 - 2.13.1-dnx1

  • Bump aws-cli version to v2.13.1.

Created at: 2023-07-14

Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.13.1-dnx1


docker-terraform - 1.5.3-dnx1

  • Bump Terraform version to v1.5.3.

Created at: 2023-07-13

Source: https://github.com/DNXLabs/docker-terraform/releases/tag/1.5.3-dnx1


docker-beanstalk-bluegreen - 0.9.3

What's Changed

Full Changelog: https://github.com/DNXLabs/docker-beanstalk-bluegreen/compare/0.9.2...0.9.3

Created at: 2023-07-13

Source: https://github.com/DNXLabs/docker-beanstalk-bluegreen/releases/tag/0.9.3


terraform-aws-network - 2.1.0

Created at: 2023-07-13

Source: https://github.com/DNXLabs/terraform-aws-network/releases/tag/2.1.0


docker-aws-v2 - 2.13.0-dnx1

  • Bump aws-cli version to v2.13.0.

Created at: 2023-07-08

Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.13.0-dnx1


docker-kube-tools - 0.4.132

  • Bump Argo CD version to v2.7.7.

Created at: 2023-07-07

Source: https://github.com/DNXLabs/docker-kube-tools/releases/tag/0.4.132


docker-node-cdk - 2.87.0-dnx1

  • Bump aws-cdk version to v2.87.0.

Created at: 2023-07-07

Source: https://github.com/DNXLabs/docker-node-cdk/releases/tag/2.87.0-dnx1


docker-aws-v2 - 2.12.7-dnx1

  • Bump aws-cli version to v2.12.7.

Created at: 2023-07-06

Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.12.7-dnx1


docker-beanstalk-bluegreen - 0.9.2

Full Changelog: https://github.com/DNXLabs/docker-beanstalk-bluegreen/compare/0.9.1...0.9.2

Created at: 2023-07-05

Source: https://github.com/DNXLabs/docker-beanstalk-bluegreen/releases/tag/0.9.2


docker-beanstalk-bluegreen - 0.9.1

Full Changelog: https://github.com/DNXLabs/docker-beanstalk-bluegreen/compare/0.9.0...0.9.1

Created at: 2023-07-04

Source: https://github.com/DNXLabs/docker-beanstalk-bluegreen/releases/tag/0.9.1


terraform-aws-ecs-app-front - 1.12.0

Created at: 2023-07-03

Source: https://github.com/DNXLabs/terraform-aws-ecs-app-front/releases/tag/1.12.0


docker-aws-v2 - 2.12.6-dnx1

  • Bump aws-cli version to v2.12.6.

Created at: 2023-07-01

Source: https://github.com/DNXLabs/docker-aws-v2/releases/tag/2.12.6-dnx1