Skip to content

Releases: DNXLabs/terraform-aws-ecs-app-nlb

1.11.0

25 Jun 18:09
1278e4a
Compare
Choose a tag to compare

What’s Changed

rollback deleted features @brunodasilvalenga (#22)

1.10.0

25 Jun 06:05
67e8bf3
Compare
Choose a tag to compare

What’s Changed

include sg for nlb and own service @brunodasilvalenga (#21) I

1.9.0

23 Aug 03:34
b7f4fa9
Compare
Choose a tag to compare

What’s Changed

dynamic ports and enable efs @brunodasilvalenga (#20) Introducing dynamic ports to have the container listening in multiple ports and enable efs.

Types of changes

What types of changes does your code introduce to <repo_name>?
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.

1.8.0

13 Mar 20:48
063c99c
Compare
Choose a tag to compare

What’s Changed

include lifecycle @brunodasilvalenga (#18) 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 <repo_name>?
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...

1.7.0

10 Mar 06:54
2ea0a9d
Compare
Choose a tag to compare

What’s Changed

remove sg group @brunodasilvalenga (#16) 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 <repo_name>?
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...

1.6.0

06 Mar 06:49
a34c400
Compare
Choose a tag to compare

What’s Changed

Fix aws_security_group_rule resources @mcosta1105 (#15) ## Types of changes

What types of changes does your code introduce to <repo_name>?
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...

1.5.0

06 Mar 06:48
5a93e8d
Compare
Choose a tag to compare

What’s Changed

Add auto release feature @mcosta1105 (#14) Added the auto release feature to the repo.

Types of changes

What types of changes does your code introduce to <repo_name>?
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...

1.4.0

19 Dec 14:32
73eb90d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.4.0

1.3.1

18 Mar 05:37
2d270f6
Compare
Choose a tag to compare

What's Changed

  • Citadel/update release from 1.2.0 to 1.3.0 by @soareseds in #11

New Contributors

Full Changelog: 1.2.0...1.3.1

1.3.0

17 Mar 07:35
Compare
Choose a tag to compare
1.3.0 Pre-release
Pre-release

Updating files variables to match with Citadel Infra, and parameter according to AWS prerequisites for NLB (example "var.name" cannot be longer than 32 characters).