Skip to content

Commit 1a26f35

Browse files
Release v3.0.0 (#347)
Also fixing AWS provider in examples
1 parent 47c7e7a commit 1a26f35

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,31 @@ project adheres to [Semantic Versioning](http://semver.org/).
77

88
## Next release
99

10-
## [[v2.4.0?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.3.0...HEAD)] - 2019-04-??]
10+
## [[v3.?.?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v3.0.0...HEAD)] - 2019-05-??]
1111

1212
### Added
1313

1414
- Write your awesome addition here (by @you)
15+
16+
### Changed
17+
18+
- Write your awesome change here (by @you)
19+
20+
# History
21+
22+
## [[v3.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.3.1...v3.0.0)] - 2019-04-15]
23+
24+
### Added
25+
1526
- Fixed: Ability to destroy clusters due to security groups being attached to ENI's (by @whiskeyjimbo)
1627
- Added outputs for worker IAM instance profile(s) (by @soapergem)
1728
- Added support for cluster logging via the `cluster_enabled_log_types` variable (by @sc250024)
1829

1930
### Changed
2031

2132
- Updated vpc module version and aws provider version. (by @chenrui333)
22-
- Write your awesome change here (by @you)
2333
- Upgraded default kubernetes version from 1.11 to 1.12 (by @stijndehaes)
2434

25-
# History
26-
2735
## [[v2.3.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.3.0...v2.3.1)] - 2019-03-26]
2836

2937
### Added

examples/eks_test_fixture/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
}
44

55
provider "aws" {
6-
version = ">= 2.0.0"
6+
version = ">= 2.6.0"
77
region = "${var.region}"
88
}
99

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.3.1
1+
v3.0.0

0 commit comments

Comments
 (0)