Skip to main content

News 05 2023

Β· 10 min read

terraform-aws-eb-windows - 2.6.0​

What's Changed​

Full Changelog: https://github.com/DNXLabs/terraform-aws-eb-windows/compare/2.5.3...2.6.0

Created at: 2023-05-30

Source: https://github.com/DNXLabs/terraform-aws-eb-windows/releases/tag/2.6.0


docker-ecs-deploy - 3.0.0​

What's Changed​

Update ecs-deploy image to use python scripts as standard Currently the image has a mix of bash and python scripts

Breaking changes​

Script names changing from *.sh to *.py after command key.

Example:

from:

  db-migration:
image: public.ecr.aws/dnxsolutions/ecs-deploy:2.4.2
env_file:
- .env
command: /work/run-task.sh
volumes:
- ./task-definition-migration.tpl.json:/work/task-definition.tpl.json
- ./app-spec.tpl.json:/work/app-spec.tpl.json

to:

  db-migration:
image: public.ecr.aws/dnxsolutions/ecs-deploy:latest
env_file:
- .env
command: /work/run-task.py
volumes:
- ./task-definition-migration.tpl.json:/work/task-definition.tpl.json
- ./app-spec.tpl.json:/work/app-spec.tpl.json

Full Changelog: https://github.com/DNXLabs/docker-ecs-deploy/compare/2.4.2...3.0.0

Created at: 2023-05-30

Source: https://github.com/DNXLabs/docker-ecs-deploy/releases/tag/3.0.0


docker-aws-v2 - 2.11.23-dnx1​

  • Bump aws-cli version to v2.11.23.

Created at: 2023-05-27

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


docker-node-cdk - 2.81.0-dnx1​

  • Bump aws-cdk version to v2.81.0.

Created at: 2023-05-26

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


docker-kube-tools - 0.4.127​

  • Bump Argo CD version to v2.7.3.

Created at: 2023-05-25

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


docker-aws-v2 - 2.11.22-dnx1​

  • Bump aws-cli version to v2.11.22.

Created at: 2023-05-25

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


terraform-aws-rds - 0.12.0​

What's Changed​

New Contributors​

Full Changelog: https://github.com/DNXLabs/terraform-aws-rds/compare/0.11.0...0.12.0

Created at: 2023-05-25

Source: https://github.com/DNXLabs/terraform-aws-rds/releases/tag/0.12.0


terraform-aws-backup - 3.0.0​

Created at: 2023-05-24

Source: https://github.com/DNXLabs/terraform-aws-backup/releases/tag/3.0.0


terraform-aws-cognito - 0.0.5​

Add types to resource server resource

Created at: 2023-05-22

Source: https://github.com/DNXLabs/terraform-aws-cognito/releases/tag/0.0.5


docker-node-cdk - 2.80.0-dnx1​

  • Bump aws-cdk version to v2.80.0.

Created at: 2023-05-21

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


docker-aws-v2 - 2.11.21-dnx1​

  • Bump aws-cli version to v2.11.21.

Created at: 2023-05-20

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


terraform-aws-cognito - 0.0.3​

Created at: 2023-05-19

Source: https://github.com/DNXLabs/terraform-aws-cognito/releases/tag/0.0.3


terraform-aws-organization - 1.2.0​

What's Changed​

New Contributors​

Full Changelog: https://github.com/DNXLabs/terraform-aws-organization/compare/1.1.0...1.2.0

Created at: 2023-05-19

Source: https://github.com/DNXLabs/terraform-aws-organization/releases/tag/1.2.0


terraform-aws-ses - 1.1.0​

What’s Changed​

πŸš€ Enhancements​

Feature/checkov @alexandrealvao (#6)

Integrate Checkov with the pipeline.

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.

Created at: 2023-05-19

Source: https://github.com/DNXLabs/terraform-aws-ses/releases/tag/1.1.0


terraform-aws-cognito - 0.0.4​

Created at: 2023-05-19

Source: https://github.com/DNXLabs/terraform-aws-cognito/releases/tag/0.0.4


terraform-aws-account-identity - 0.5.0​

What's Changed​

New Contributors​

Full Changelog: https://github.com/DNXLabs/terraform-aws-account-identity/compare/0.4.0...0.5.0

Created at: 2023-05-19

Source: https://github.com/DNXLabs/terraform-aws-account-identity/releases/tag/0.5.0


docker-kube-tools - 0.4.126​

  • Bump Kubectl version to v1.27.2.

Created at: 2023-05-18

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


terraform-aws-billing - 0.2.0​

What's Changed​

New Contributors​

Full Changelog: https://github.com/DNXLabs/terraform-aws-billing/compare/0.1.1...0.2.0

Created at: 2023-05-17

Source: https://github.com/DNXLabs/terraform-aws-billing/releases/tag/0.2.0


terraform-aws-template - 0.2.0​

What’s Changed​

πŸš€ Enhancements​

Feature/checkov @alexandrealvao (#7)

Integrate Checkov with the pipeline.

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.

Created at: 2023-05-16

Source: https://github.com/DNXLabs/terraform-aws-template/releases/tag/0.2.0


docker-kube-tools - 0.4.125​

  • Bump Argo CD version to v2.7.2.

Created at: 2023-05-13

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


docker-aws-v2 - 2.11.20-dnx1​

  • Bump aws-cli version to v2.11.20.

Created at: 2023-05-13

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


docker-node-cdk - 2.79.1-dnx1​

  • Bump aws-cdk version to v2.79.1.

Created at: 2023-05-12

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


docker-kube-tools - 0.4.124​

  • Bump Helm version to v3.12.0.

Created at: 2023-05-11

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


docker-node-cdk - 2.79.0-dnx1​

  • Bump aws-cdk version to v2.79.0.

Created at: 2023-05-11

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


docker-aws-v2 - 2.11.19-dnx1​

  • Bump aws-cli version to v2.11.19.

Created at: 2023-05-11

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


terraform-aws-api-gateway - 1.8.0​

What’s Changed​

  • No changes

Created at: 2023-05-10

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


terraform-aws-api-gateway - 1.9.0​

What’s Changed​

  • No changes

Created at: 2023-05-10

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


terraform-aws-network - 2.0.0​

What's Changed​

New Contributors​

Full Changelog: https://github.com/DNXLabs/terraform-aws-network/compare/1.9.1...2.0.0

Created at: 2023-05-09

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


terraform-aws-transfer-family - 1.2.0​

What's Changed​

Full Changelog: https://github.com/DNXLabs/terraform-aws-transfer-family/compare/1.1.0...1.2.0

Created at: 2023-05-09

Source: https://github.com/DNXLabs/terraform-aws-transfer-family/releases/tag/1.2.0


docker-aws-v2 - 2.11.18-dnx1​

  • Bump aws-cli version to v2.11.18.

Created at: 2023-05-06

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


docker-node-cdk - 2.78.0-dnx1​

  • Bump aws-cdk version to v2.78.0.

Created at: 2023-05-05

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


docker-aws-v2 - 2.11.17-dnx1​

  • Bump aws-cli version to v2.11.17.

Created at: 2023-05-04

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


terraform-aws-api-gateway - 1.7.0​

What’s Changed​

  • No changes

Created at: 2023-05-04

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


terraform-aws-cloudwatch - 0.1.0​

What’s Changed​

πŸš€ Enhancements​

Details

Add support for multiple metric filters and metric queries @mcosta1105 (#2) Add support for multiple metric filters and metric queries

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 applies)

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 the 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-05-04

Source: https://github.com/DNXLabs/terraform-aws-cloudwatch/releases/tag/0.1.0


docker-kube-tools - 0.4.123​

  • Bump Argo CD version to v2.7.1.

Created at: 2023-05-03

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