Skip to content

Commit

Permalink
Release v3.0.0 (#347)
Browse files Browse the repository at this point in the history
Also fixing AWS provider in examples
  • Loading branch information
max-rocket-internet committed Apr 15, 2019
1 parent 47c7e7a commit 1a26f35
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,31 @@ 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)

### 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
Expand Down
2 changes: 1 addition & 1 deletion examples/eks_test_fixture/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
}

provider "aws" {
version = ">= 2.0.0"
version = ">= 2.6.0"
region = "${var.region}"
}

Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.3.1
v3.0.0

0 comments on commit 1a26f35

Please sign in to comment.