Releases: DNXLabs/terraform-aws-eks-lb-controller
0.9.0
What’s Changed
Add support for permissions boundary @rasanentimo (#20)
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 terraform-aws-eks-lb-controller?
- 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
Fixes #19
Update IAM policy template @eduardoweiland (#33)
This should be the same as #32 but using the same policy template from upstream fix: kubernetes-sigs/aws-load-balancer-controller#3046. It's a more restrict version of the policy in #32.
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...
🚀 Enhancements
Feature/iam tags @jeremiasroma (#37)
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...
0.8.0
What's Changed
- Adding optional role_name parameter by @OfirYaron in #35
New Contributors
- @OfirYaron made their first contribution in #35
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
add rbac support in #28
fix role and role_binding creation #29
New Contributors
- @jeremiasroma made their first contribution in #28
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- remove < 4.0 requirement by @ismailyenigul in #21
New Contributors
- @ismailyenigul made their first contribution in #21
Full Changelog: 0.5.1...0.6.0
0.5.1
What's Changed
- 🐛 FIX: Change the settings variable type to any by @caiovfernandes in #18
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Add project guidelines and issue/prs templates by @caiovfernandes in #8
- 📦 NEW: Add CONTRIBUTING.md by @caiovfernandes in #9
- Enhancement basic example documentation by @arthurbdiniz in #12
- 🐛 FIX: Terraform docs CI by @caiovfernandes in #13
- Bump chart version, remove CRDs and update iam permissions by @arthurbdiniz in #15
- Add types to all variables (required by TF 1.0.x) by @dkossako in #16
New Contributors
- @caiovfernandes made their first contribution in #8
- @dkossako made their first contribution in #16
Full Changelog: 0.4.1...0.5.0
0.4.1
- Add support to custom arn_format.
0.4.0
- Update helm chart version to 1.2.0.
0.3.2
- Update terraform required version to >= 0.13
0.3.1
- Update kubectl provider req version to >= 1.9.4