1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Merge branch 'master' into add-destroy-time-flag

This commit is contained in:
Tomislav Tomašić
2019-11-20 13:08:06 +00:00
committed by GitHub
5 changed files with 20 additions and 10 deletions
+4
View File
@@ -17,6 +17,10 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Updated instance_profile_names and instance_profile_arns outputs to also consider launch template as well as asg (by @ankitwal)
- 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)
# History