mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-17 00:57:28 +01:00
Creating 7.0.1 release (#630)
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -9,17 +9,13 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [[v8.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v7.0.0...HEAD)] - 2019-??-??]
|
||||
|
||||
- Test against minimum versions specified in `versions.tf` (by @dpiddockcmp)
|
||||
- Added flag `create_eks` to conditionally create resources (by @syst0m / @tbeijen)
|
||||
- Support for AWS EKS Managed Node Groups. (by @wmorgan6796)
|
||||
- Updated `instance_profile_names` and `instance_profile_arns` outputs to also consider launch template as well as asg (by @ankitwal)
|
||||
- Added a if check on `aws-auth` configmap when `map_roles` is empty (by @shanmugakarna)
|
||||
- **Breaking:** Configure the aws-auth configmap using the terraform kubernetes providers. See Important notes below for upgrade notes (by @sdehaes)
|
||||
- Removed no longer used variable `write_aws_auth_config` (by @tbeijen)
|
||||
- Updated application of `aws-auth` configmap to create `kube_config.yaml` and `aws_auth_configmap.yaml` in sequence (and not parallel) to `kubectl apply` (by @knittingdev)
|
||||
- Exit with error code when `aws-auth` configmap is unable to be updated (by @knittingdev)
|
||||
- Fix deprecated interpolation-only expression (by @angelabad)
|
||||
- Fix broken terraform plan/apply on a cluster < 1.14 (by @hodduc)
|
||||
- Updated required version of AWS Provider to >= v2.38.0 for Managed Node Groups (by @wmorgan6796)
|
||||
- Updated minimum version of Terraform to avoid a bug (by @dpiddockcmp)
|
||||
|
||||
@@ -38,6 +34,13 @@ You could also delete the aws-auth config map before doing an apply but this mea
|
||||
|
||||
# History
|
||||
|
||||
## [[v7.0.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v7.0.1...v7.0.0)] - 2019-12-11]
|
||||
|
||||
- Test against minimum versions specified in `versions.tf` (by @dpiddockcmp)
|
||||
- Updated `instance_profile_names` and `instance_profile_arns` outputs to also consider launch template as well as asg (by @ankitwal)
|
||||
- Fix broken terraform plan/apply on a cluster < 1.14 (by @hodduc)
|
||||
- Updated application of `aws-auth` configmap to create `kube_config.yaml` and `aws_auth_configmap.yaml` in sequence (and not parallel) to `kubectl apply` (by @knittingdev)
|
||||
|
||||
## [[v7.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.2...v7.0.0)] - 2019-10-30]
|
||||
|
||||
- **Breaking:** Allow for specifying a custom AMI for the worker nodes. (by @bmcstdio)
|
||||
|
||||
Reference in New Issue
Block a user