mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-18 23:43:49 +01:00
added the ability to optionally specify worker_image_id
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -5,9 +5,22 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
|
||||
project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [[v0.2.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v0.1.1...v0.2.0)] - 2018-06-08]
|
||||
|
||||
### Changed
|
||||
|
||||
- `worker_ami_id` is now made optional. If not specified, the module will source the latest AWS supported EKS AMI instead.
|
||||
|
||||
## [[v0.1.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v0.1.0...v0.1.1)] - 2018-06-07]
|
||||
|
||||
### Changed
|
||||
|
||||
- pre-commit hooks fixed and working.
|
||||
- made progress on CI, advancing the build to the final `kitchen test` stage before failing.
|
||||
|
||||
## [v0.1.0] - 2018-06-07
|
||||
|
||||
### Added
|
||||
|
||||
- Everything! Initial release of the module.
|
||||
- Kudos to @tanmng for finding and fixing bug #1.
|
||||
- added a local variable to do a lookup against for a dynamic value in userdata which was previously static. Kudos to @tanmng for finding and fixing bug #1!
|
||||
|
||||
Reference in New Issue
Block a user