mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-02-24 19:44:49 +01:00
chore: update changelog (#1093)
This commit is contained in:
committed by
GitHub
parent
0d77e30075
commit
669736f71b
21
CHANGELOG.md
21
CHANGELOG.md
@@ -10,6 +10,24 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
|
||||
|
||||
<a name="v13.2.0"></a>
|
||||
## [v13.2.0] - 2020-11-07
|
||||
FEATURES:
|
||||
- Add EKS Fargate support ([#1067](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1067))
|
||||
- Tags passed into worker groups override tags from `var.tags` for Autoscaling Groups ([#1092](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1092))
|
||||
|
||||
BUG FIXES:
|
||||
- Change the default `launch_template_id` to `null` for Managed Node Groups ([#1088](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1088))
|
||||
|
||||
DOCS:
|
||||
- Fix IRSA example when deploying cluster-autoscaler from the latest kubernetes/autoscaler helm repo ([#1090](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1090))
|
||||
- Explain node_groups and worker_groups difference in FAQ ([#1081](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1081))
|
||||
- Update autoscaler installation in IRSA example ([#1063](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1063))
|
||||
|
||||
NOTES:
|
||||
- Tags that are passed into `var.worker_groups_launch_template` or `var.worker_groups` now override tags passed in via `var.tags` for Autoscaling Groups only. This allow ASG Tags to be overwritten, so that `propagate_at_launch` can be tweaked for a particular key.
|
||||
|
||||
|
||||
<a name="v13.1.0"></a>
|
||||
## [v13.1.0] - 2020-11-02
|
||||
FEATURES:
|
||||
@@ -178,7 +196,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/v13.1.0...HEAD
|
||||
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v13.2.0...HEAD
|
||||
[v13.2.0]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v13.1.0...v13.2.0
|
||||
[v13.1.0]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v13.0.0...v13.1.0
|
||||
[v13.0.0]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v12.2.0...v13.0.0
|
||||
[v12.2.0]: https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v12.1.0...v12.2.0
|
||||
|
||||
Reference in New Issue
Block a user