You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Test against minimum versions specified in `versions.tf` (by @dpiddockcmp)
13
12
- Added flag `create_eks` to conditionally create resources (by @syst0m / @tbeijen)
14
13
- Support for AWS EKS Managed Node Groups. (by @wmorgan6796)
15
-
- Updated `instance_profile_names` and `instance_profile_arns` outputs to also consider launch template as well as asg (by @ankitwal)
16
14
- Added a if check on `aws-auth` configmap when `map_roles` is empty (by @shanmugakarna)
17
15
-**Breaking:** Configure the aws-auth configmap using the terraform kubernetes providers. See Important notes below for upgrade notes (by @sdehaes)
18
16
- Removed no longer used variable `write_aws_auth_config` (by @tbeijen)
19
-
- 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)
20
17
- Exit with error code when `aws-auth` configmap is unable to be updated (by @knittingdev)
- Test against minimum versions specified in `versions.tf` (by @dpiddockcmp)
40
+
- Updated `instance_profile_names` and `instance_profile_arns` outputs to also consider launch template as well as asg (by @ankitwal)
41
+
- Fix broken terraform plan/apply on a cluster < 1.14 (by @hodduc)
42
+
- 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)
0 commit comments