mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-16 00:34:31 +01:00
16
CHANGELOG.md
16
CHANGELOG.md
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@ terraform {
|
||||
}
|
||||
|
||||
provider "aws" {
|
||||
version = ">= 2.0.0"
|
||||
version = ">= 2.6.0"
|
||||
region = "${var.region}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user