Skip to content

Commit

Permalink
eksconfig: bump up versions
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <[email protected]>
  • Loading branch information
gyuho committed Jun 10, 2020
1 parent f9e94bb commit 7c97a10
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.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<hr>


## [v1.3.2](https://github.com/aws/aws-k8s-tester/releases/tag/v1.3.2) (2020-06)
## [v1.3.2](https://github.com/aws/aws-k8s-tester/releases/tag/v1.3.2) (2020-06-10)

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

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 @@ -108,7 +108,7 @@ func getDefaultAddOnClusterLoaderLocal() *AddOnClusterLoaderLocal {
Enable: false,

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

Runs: 1,
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 @@ -120,7 +120,7 @@ func getDefaultAddOnClusterLoaderRemote() *AddOnClusterLoaderRemote {
Enable: false,

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

Runs: 1,
DeploymentReplicas: 1,
Expand Down

0 comments on commit 7c97a10

Please sign in to comment.