Skip to content

Commit

Permalink
*: update
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
  • Loading branch information
gyuho committed Dec 8, 2019
1 parent 3cfc1ce commit d0f06f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<hr>


## [v0.5.1](https://github.com/aws/aws-k8s-tester/releases/tag/v0.5.1) (2019-12 TBD)
## [v0.5.1](https://github.com/aws/aws-k8s-tester/releases/tag/v0.5.1) (2019-12-08)

See [code changes](https://github.com/aws/aws-k8s-tester/compare/v0.5.0...v0.5.1).

Expand Down
1 change: 0 additions & 1 deletion eks/eks.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ func (ts *Tester) Up() (err error) {
if err := catchInterrupt(ts.lg, ts.stopCreationCh, ts.stopCreationChOnce, ts.interruptSig, ts.runHealthCheck); err != nil {
return err
}

if err := catchInterrupt(ts.lg, ts.stopCreationCh, ts.stopCreationChOnce, ts.interruptSig, ts.createSecretAWSCredential); err != nil {
return err
}
Expand Down

0 comments on commit d0f06f7

Please sign in to comment.