mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-27 10:57:25 +02:00
chore: update changelog for release 12.1.0 (#910)
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -10,6 +10,24 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
|
||||
<a name="v12.1.0"></a>
|
||||
## [v12.1.0] - 2020-06-06
|
||||
FEATURES:
|
||||
- Add aws_security_group_rule.cluster_https_worker_ingress to output values ([#901](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/901))
|
||||
- Allow communication between pods on workers and pods using the primary cluster security group (optional) ([#892](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/892))
|
||||
|
||||
BUG FIXES:
|
||||
- Revert removal of templates provider ([#883](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/883))
|
||||
- Ensure kubeconfig ends with \n ([#880](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/880))
|
||||
- Work around path bug in aws-iam-authenticator ([#894](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/894))
|
||||
|
||||
DOCS:
|
||||
- Update FAQ ([#891](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/891))
|
||||
|
||||
NOTES:
|
||||
- New variable `worker_create_cluster_primary_security_group_rules` to allow communication between pods on workers and pods using the primary cluster security group (Managed Node Groups or Fargate). It defaults to `false` to avoid potential conflicts with existing security group rules users may have implemented.
|
||||
|
||||
|
||||
<a name="v12.0.0"></a>
|
||||
## [v12.0.0] - 2020-05-09
|
||||
BUG FIXES:
|
||||
@@ -71,7 +89,8 @@ TESTS:
|
||||
- remove unused kitchen test related stuff ([#787](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/787))
|
||||
|
||||
|
||||
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v12.0.0...HEAD
|
||||
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v12.1.0...HEAD
|
||||
[v12.1.0]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v12.0.0...v12.1.0
|
||||
[v12.0.0]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v11.1.0...v12.0.0
|
||||
[v11.1.0]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v11.0.0...v11.1.0
|
||||
[v11.0.0]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v10.0.0...v11.0.0
|
||||
|
||||
Reference in New Issue
Block a user