Skip to content

Commit 74cbe17

Browse files
committed
eksconfig: bump up version
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
1 parent a5a91b0 commit 74cbe17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG/CHANGELOG-1.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<hr>
44

55

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

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

eksconfig/add-on-cluster-loader-local.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func getDefaultAddOnClusterLoaderLocal() *AddOnClusterLoaderLocal {
125125
Enable: false,
126126

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

130130
Runs: 2,
131131
Timeout: 30 * time.Minute,

eksconfig/add-on-cluster-loader-remote.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func getDefaultAddOnClusterLoaderRemote() *AddOnClusterLoaderRemote {
134134
Enable: false,
135135

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

139139
Runs: 2,
140140
Timeout: 30 * time.Minute,

0 commit comments

Comments
 (0)