Skip to content

Commit 908c656

Browse files
New release: v9.0.0 (#752)
* New release: v9.0.0 * Resolve comments from barryib
1 parent da53b5c commit 908c656

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,36 @@ project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Next release
99

10-
## [[v8.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v8.2.0...HEAD)] - 2020-xx-xx]
11-
- Revert #631. Add back manage security group flags. (by @ryanooi)
10+
## [[v9.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v9.0.0...HEAD)] - 2020-xx-xx]
11+
12+
- Write your awesome change here (by @you)
13+
14+
# History
1215

13-
- changed timeout for creating EKS (by @confiq)
16+
## [[v9.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v8.2.0...v9.0.0)] - 2020-02-27]
17+
18+
- **Breaking:** Removal of autoscaling IAM policy and tags (by @max-rocket-internet)
19+
- Revert #631. Add back manage security group flags. (by @ryanooi)
20+
- Changed timeout for creating EKS (by @confiq)
1421
- Added instructions for how to add Windows nodes (by @ivanguravel)
1522
- [CI] Switch `Validate` github action to use env vars (by @max-rocket-internet)
1623
- [CI] Bump pre-commit-terraform version (by @barryib)
1724
- Added example `examples/irsa` for IAM Roles for Service Accounts (by @max-rocket-internet)
18-
- **Breaking:** Removal of autoscaling IAM policy and tags (by @max-rocket-internet)
1925
- Add `iam:{Create,Delete,Get}OpenIDConnectProvider` grants to the list of required IAM permissions in `docs/iam-permissions.md` (by @danielelisi)
20-
- Add an `name` parameter to be able to manually name EKS Managed Node Groups (by @splieth)
26+
- Add a `name` parameter to be able to manually name EKS Managed Node Groups (by @splieth)
2127
- Pinned kubernetes provider version to exactly 1.10.0 across all examples and README.md's (by @andres-de-castro)
2228
- Change variable default `wait_for_cluster_cmd` from curl to wget (by @daroga0002)
2329

2430
#### Important notes
2531

26-
Autoscaling policy and tags have been removed from this module. This reduces complexity and increases security as the policy was attached to the node group IAM role. To manage it outside of this module either follow the example in `examples/irsa` to attach an IAM role to the cluster-autoscaler `serviceAccount` or create the policy outside this module and pass it in using the `workers_additional_policies` variable.
27-
28-
# History
32+
Autoscaling policy and tags have been removed from this module. This reduces complexity and increases security as the policy was attached to the node group IAM role. To manage it outside of this module either follow the example in `examples/irsa` to attach an IAM role to the cluster-autoscaler `serviceAccount` or create [the policy](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/v8.2.0/workers.tf#L361-L416) outside this module and pass it in using the `workers_additional_policies` variable.
2933

3034
## [[v8.2.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v8.1.0...v8.2.0)] - 2020-01-29]
3135

3236
- Include ability to configure custom os-specific command for waiting until kube cluster is healthy (@sanjeevgiri)
3337
- Disable creation of ingress rules if worker nodes security groups are exists (@andjelx)
3438
- [CI] Update pre-commit and re-generate docs to work with terraform-docs >= 0.8.1 (@barryib)
3539

36-
# History
37-
3840
## [[v8.1.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v8.0.0...v8.1.0)] - 2020-01-17]
3941

4042
- Fix index reference on destroy for output `oidc_provider_arn` (@stevie-)
@@ -82,8 +84,6 @@ For security group whitelisting change. After upgrade, have to remove `cluster_c
8284
terraform import module.eks.aws_security_group_rule.cluster_https_worker_ingress <CONTROL_PLANE_SECURITY_GROUP_ID>_ingress_tcp_443_443_<WORKER_SECURITY_GROUP_ID>
8385
```
8486

85-
# History
86-
8787
## [[v7.0.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v7.0.1...v7.0.0)] - 2019-12-11]
8888

8989
- Test against minimum versions specified in `versions.tf` (by @dpiddockcmp)

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v8.2.0
1+
v9.0.0

0 commit comments

Comments
 (0)