Release v3.0.0 (#347)

Also fixing AWS provider in examples
This commit is contained in:
Max Williams
2019-04-15 17:39:37 +02:00
committed by GitHub
parent 47c7e7ad6f
commit 1a26f353d8
3 changed files with 14 additions and 6 deletions

View File

@@ -7,11 +7,22 @@ project adheres to [Semantic Versioning](http://semver.org/).
## Next release
## [[v2.4.0?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.3.0...HEAD)] - 2019-04-??]
## [[v3.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v3.0.0...HEAD)] - 2019-05-??]
### Added
- Write your awesome addition here (by @you)
### Changed
- Write your awesome change here (by @you)
# History
## [[v3.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.3.1...v3.0.0)] - 2019-04-15]
### Added
- Fixed: Ability to destroy clusters due to security groups being attached to ENI's (by @whiskeyjimbo)
- Added outputs for worker IAM instance profile(s) (by @soapergem)
- Added support for cluster logging via the `cluster_enabled_log_types` variable (by @sc250024)
@@ -19,11 +30,8 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Updated vpc module version and aws provider version. (by @chenrui333)
- Write your awesome change here (by @you)
- Upgraded default kubernetes version from 1.11 to 1.12 (by @stijndehaes)
# History
## [[v2.3.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.3.0...v2.3.1)] - 2019-03-26]
### Added

View File

@@ -3,7 +3,7 @@ terraform {
}
provider "aws" {
version = ">= 2.0.0"
version = ">= 2.6.0"
region = "${var.region}"
}

View File

@@ -1 +1 @@
v2.3.1
v3.0.0