Skip to content

Commit

Permalink
Release v.2.3.0 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-rocket-internet committed Mar 20, 2019
1 parent fd1f149 commit a26a43a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,23 @@ project adheres to [Semantic Versioning](http://semver.org/).

## Next release

## [[v2.3.0?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.2.0...HEAD)] - 2019-03-??]
## [[v2.4.0?](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.3.0...HEAD)] - 2019-04-??]

### Added

- Write your awesome addition here (by @you)

### Changed

- Write your awesome change here (by @you)

# History

## [[v2.3.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.2.1...v2.3.0)] - 2019-03-20]

### Added

- Allow additional policies to be attached to worker nodes (by @rottenbytes)
- Ability to specify a placement group for each worker group (by @matheuss)
- "k8s.io/cluster-autoscaler/{cluster-name}" and "k8s.io/cluster-autoscaler/node-template/resources/ephemeral-storage" tags for autoscaling groups (by @tbarrella)
- Added "ec2:DescribeLaunchTemplateVersions" action to worker instance role (by @skang0601)
Expand All @@ -19,12 +32,6 @@ project adheres to [Semantic Versioning](http://semver.org/).
- Added outputs for cluster role ARN and name (by @spingel)
- Added optional name filter variable to be able to pin worker AMI to a release (by @max-rocket-internet)

### Changed

- Write your awesome change here (by @you)

# History

## [[v2.2.2](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.2.1...v2.2.2)] - 2019-02-25]

### Added
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.2.0
v2.3.0

0 comments on commit a26a43a

Please sign in to comment.