Skip to content

Commit

Permalink
eksconfig: bump up version
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Jul 7, 2020
1 parent a5a91b0 commit 74cbe17
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG/CHANGELOG-1.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<hr>


## [v1.4.1](https://github.com/aws/aws-k8s-tester/releases/tag/v1.4.1) (2020-07)
## [v1.4.1](https://github.com/aws/aws-k8s-tester/releases/tag/v1.4.1) (2020-07-07)

See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.4.0...v1.4.1).

Expand Down
2 changes: 1 addition & 1 deletion eksconfig/add-on-cluster-loader-local.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func getDefaultAddOnClusterLoaderLocal() *AddOnClusterLoaderLocal {
Enable: false,

ClusterLoaderPath: "/tmp/clusterloader2",
ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.4.0/clusterloader2-linux-amd64",
ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.4.1/clusterloader2-linux-amd64",

Runs: 2,
Timeout: 30 * time.Minute,
Expand Down
2 changes: 1 addition & 1 deletion eksconfig/add-on-cluster-loader-remote.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func getDefaultAddOnClusterLoaderRemote() *AddOnClusterLoaderRemote {
Enable: false,

ClusterLoaderPath: "/tmp/clusterloader2",
ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.4.0/clusterloader2-linux-amd64",
ClusterLoaderDownloadURL: "https://github.com/aws/aws-k8s-tester/releases/download/v1.4.1/clusterloader2-linux-amd64",

Runs: 2,
Timeout: 30 * time.Minute,
Expand Down

0 comments on commit 74cbe17

Please sign in to comment.