mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-28 04:11:07 +01:00
Fix zsh-specific syntax in retry loop within null_resource.update_config_map_aws_auth (#245)
* Fixed zsh-specific syntax, fail if kubectl apply fails after 10 attempts * Updated CHANGELOG
This commit is contained in:
committed by
Max Williams
parent
95d4e78f2f
commit
91eb56f4aa
@@ -8,10 +8,14 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
## [[v2.0.1](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v2.0.0...HEAD)] - 2019-01-??]
|
||||
|
||||
### Added
|
||||
- Write your awesome addition here (by @you)
|
||||
|
||||
- Write your awesome addition here (by @you)
|
||||
|
||||
### Changed
|
||||
- Removed invalid action from worker_autoscaling iam policy
|
||||
|
||||
- Removed invalid action from worker_autoscaling iam policy (by @marcelloromani)
|
||||
- Fixed zsh-specific syntax in retry loop for aws auth config map (by @marcelloromani)
|
||||
- Fix: fail deployment if applying the aws auth config map still fails after 10 attempts (by @marcelloromani)
|
||||
|
||||
## [[v2.0.0](https://github.com/terraform-aws-modules/terraform-aws-eks/compare/v1.8.0...v2.0.0)] - 2018-12-14]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user