Skip to content

Commit 7824e8b

Browse files
Creating 7.0.1 release (terraform-aws-modules#630)
1 parent 45a39a0 commit 7824e8b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ project adheres to [Semantic Versioning](http://semver.org/).
99

1010
## [[v8.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v7.0.0...HEAD)] - 2019-??-??]
1111

12-
- Test against minimum versions specified in `versions.tf` (by @dpiddockcmp)
1312
- Added flag `create_eks` to conditionally create resources (by @syst0m / @tbeijen)
1413
- 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)
1614
- Added a if check on `aws-auth` configmap when `map_roles` is empty (by @shanmugakarna)
1715
- **Breaking:** Configure the aws-auth configmap using the terraform kubernetes providers. See Important notes below for upgrade notes (by @sdehaes)
1816
- 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)
2017
- Exit with error code when `aws-auth` configmap is unable to be updated (by @knittingdev)
2118
- Fix deprecated interpolation-only expression (by @angelabad)
22-
- Fix broken terraform plan/apply on a cluster < 1.14 (by @hodduc)
2319
- Updated required version of AWS Provider to >= v2.38.0 for Managed Node Groups (by @wmorgan6796)
2420
- Updated minimum version of Terraform to avoid a bug (by @dpiddockcmp)
2521

@@ -38,6 +34,13 @@ You could also delete the aws-auth config map before doing an apply but this mea
3834

3935
# History
4036

37+
## [[v7.0.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v7.0.1...v7.0.0)] - 2019-12-11]
38+
39+
- 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)
43+
4144
## [[v7.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v6.0.2...v7.0.0)] - 2019-10-30]
4245

4346
- **Breaking:** Allow for specifying a custom AMI for the worker nodes. (by @bmcstdio)

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v7.0.0
1+
v7.0.1

0 commit comments

Comments
 (0)