## [v1.1.9](https://github.com/aws/aws-k8s-tester/releases/tag/v1.1.9) (2020-05-12) See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.1.8...v1.1.9). ### `aws-k8s-tester` - Add [`"aws-k8s-tester eks create cluster-loader"`](https://github.com/aws/aws-k8s-tester/commit/10dd6aced059e78a69d18229d56e58a1819cc9d5). - Implemented in `eks/cluster-loader`. ### `eks` - Add [RBAC to `hollow-nodes` and `cluster-loader`](https://github.com/aws/aws-k8s-tester/commit/10dd6aced059e78a69d18229d56e58a1819cc9d5). - Fix [volume mounts](https://github.com/aws/aws-k8s-tester/commit/10dd6aced059e78a69d18229d56e58a1819cc9d5). - Switch `"k8s.io/api/core/v1".EmptyDirVolumeSource` to `"k8s.io/api/core/v1".HostPathVolumeSource`. ### `eksconfig` - Rename [`AddOnClusterLoader` to `AddOnClusterLoaderLocal` and `AddOnClusterLoaderRemote`](https://github.com/aws/aws-k8s-tester/commit/10dd6aced059e78a69d18229d56e58a1819cc9d5). - `AWS_K8S_TESTER_EKS_ADD_ON_CLUSTER_LOADER_ENABLE` is now `AWS_K8S_TESTER_EKS_ADD_ON_CLUSTER_LOADER_LOCAL_ENABLE` or `AWS_K8S_TESTER_EKS_ADD_ON_CLUSTER_LOADER_REMOTE_ENABLE`. - Rename [`AddOnHollowNodes` to `AddOnHollowNodesLocal` and `AddOnHollowNodesRemote`](https://github.com/aws/aws-k8s-tester/commit/10dd6aced059e78a69d18229d56e58a1819cc9d5). - `AWS_K8S_TESTER_EKS_ADD_ON_HOLLOW_NODES_ENABLE` is now `AWS_K8S_TESTER_EKS_ADD_ON_HOLLOW_NODES_LOCAL_ENABLE` or `AWS_K8S_TESTER_EKS_ADD_ON_HOLLOW_NODES_REMOTE_ENABLE`. ### Dependency - Upgrade [`github.com/aws/aws-sdk-go`](https://github.com/aws/aws-sdk-go/releases) from [`v1.30.24`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.24) to [`v1.30.26`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.26). ### Go - Compile with [*Go 1.14.2*](https://golang.org/doc/devel/release.html#go1.14).
## [v1.1.8](https://github.com/aws/aws-k8s-tester/releases/tag/v1.1.8) (2020-05-08) See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.1.7...v1.1.8). ### `etcd-utils k8s` - Add [`etcd-utils k8s --leadership-election` flag to enable/disable leadership election](https://github.com/aws/aws-k8s-tester/commit/368ed48915eb3130e8e622f138a06636ebe3a06a). - `--leadership-election=false` by default. ### `eks-utils nodes` - Add [`eks-utils nodes --leadership-election` flag to enable/disable leadership election](https://github.com/aws/aws-k8s-tester/commit/368ed48915eb3130e8e622f138a06636ebe3a06a). - `--leadership-election=false` by default. ### `eks` - Improve [fargate `kubectl exec/logs` test output logging](https://github.com/aws/aws-k8s-tester/commit/a9597f61e99f3ab6a0959cc54ec409e104f64d3c). - Output [Grafana service debugging information via `kubectl --namespace=grafana describe service/grafana` in `eks/prometheus-grafana`](https://github.com/aws/aws-k8s-tester/commit368ed48915eb3130e8e622f138a06636ebe3a06a). - e.g. It can fail due to `Error syncing load balancer: failed to ensure load balancer: TooManyLoadBalancers: Exceeded quota of account 123123` ### Dependency - Upgrade [`github.com/aws/aws-sdk-go`](https://github.com/aws/aws-sdk-go/releases) from [`v1.30.22`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.22) to [`v1.30.24`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.24). ### Go - Compile with [*Go 1.14.2*](https://golang.org/doc/devel/release.html#go1.14).
## [v1.1.7](https://github.com/aws/aws-k8s-tester/releases/tag/v1.1.7) (2020-05-07) See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.1.6...v1.1.7). ### `aws-k8s-tester` - Remove [`aws-k8s-tester ec2`](https://github.com/aws/aws-k8s-tester/commit/cb47ca22ca042be3b6f8464680ec7463e2e8f01f). - `aws-k8s-tester ec2 create cluster` is now `ec2-utils create instances`. - `aws-k8s-tester ec2 delete cluster` is now `ec2-utils delete instances`. ### `cw-utils` - Add [`cw-utils metrics-image --log-level` flag](https://github.com/aws/aws-k8s-tester/commit/27f614b199b3d6ca8ff6774163e396e1f09aac55). ### `eks-utils` - Add [`eks-utils apis --log-level` flag](https://github.com/aws/aws-k8s-tester/commit/27f614b199b3d6ca8ff6774163e396e1f09aac55). - Add [`eks-utils nodes --log-level` flag](https://github.com/aws/aws-k8s-tester/commit/27f614b199b3d6ca8ff6774163e396e1f09aac55). - Add [OS/Arch node labels to `eks-utils nodes` output](https://github.com/aws/aws-k8s-tester/commit/0badfceea2316cb7a08d03e466b72715d8c5a8f0) - e.g. `kubernetes.io/arch` and `kubernetes.io/os`. ### `ec2-utils` - Rename [`aws-k8s-tester ec2` to `ec2-utils`](https://github.com/aws/aws-k8s-tester/commit/cb47ca22ca042be3b6f8464680ec7463e2e8f01f). - `aws-k8s-tester ec2 create config` is now `ec2-utils create config`. - `aws-k8s-tester ec2 create cluster` is now `ec2-utils create instances`. - `aws-k8s-tester ec2 delete cluster` is now `ec2-utils delete instances`. ### `etcd-utils` - Add [`etcd-utils k8s --log-level` flag](https://github.com/aws/aws-k8s-tester/commit/27f614b199b3d6ca8ff6774163e396e1f09aac55). ### `ec2config` - Add [`Config.Partition`](https://github.com/aws/aws-k8s-tester/commit/70f46239078f7612f423a86b8df2712557b57b38). - Check [write permissions](https://github.com/aws/aws-k8s-tester/commit/e9206641604ff76715ef64bdb74a0d018bbf3ed2). ### `eksconfig` - Add [`Config.Partition`](https://github.com/aws/aws-k8s-tester/commit/70f46239078f7612f423a86b8df2712557b57b38). - Check [write permissions](https://github.com/aws/aws-k8s-tester/commit/e9206641604ff76715ef64bdb74a0d018bbf3ed2). ### `ec2` - Fix [`ec2config.ASG.SSMDocumentCreate` `false` for ASGs](https://github.com/aws/aws-k8s-tester/commit/cb47ca22ca042be3b6f8464680ec7463e2e8f01f). ### `eks` - Reorder [`AddOnAppMesh` to the front](https://github.com/aws/aws-k8s-tester/commit/843e1c297ef0ce0a093267dd9fa2c1ffefdecba7). - Fix [`ec2config.ASG.SSMDocumentCreate` `false` for node groups](https://github.com/aws/aws-k8s-tester/commit/cb47ca22ca042be3b6f8464680ec7463e2e8f01f). ### `pkg/aws/ssm` - Initial [commit](https://github.com/aws/aws-k8s-tester/commit/e6a0a0ec7c3e6bc0b73ea01601321609b029bef8). ### Dependency - Upgrade [`github.com/aws/aws-sdk-go`](https://github.com/aws/aws-sdk-go/releases) from [`v1.30.21`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.21) to [`v1.30.22`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.22). ### Go - Compile with [*Go 1.14.2*](https://golang.org/doc/devel/release.html#go1.14).
## [v1.1.6](https://github.com/aws/aws-k8s-tester/releases/tag/v1.1.6) (2020-05-06) See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.1.5...v1.1.6). ### `cw-utils` - Initial [commit](https://github.com/aws/aws-k8s-tester/commit/971be62f5cbd581f2ef7d278553ed169f0ff1284). ### `eksconfig` - Add [`Status.TimeUTCCreateComplete`](https://github.com/aws/aws-k8s-tester/commit/c5d1010f9a12efd85b61ae93d9d1afb004c7387e). - Add [`Status.TimeUTCDeleteStart`](https://github.com/aws/aws-k8s-tester/commit/c5d1010f9a12efd85b61ae93d9d1afb004c7387e). ### `pkd/aws/cw` - Initial [commit](https://github.com/aws/aws-k8s-tester/commit/971be62f5cbd581f2ef7d278553ed169f0ff1284). ### `pkg/randutil` - Initial [commit](https://github.com/aws/aws-k8s-tester/commit/c0091bd75a3c1ae4ba4df798775bc18b59dfc6fa). ### Go - Compile with [*Go 1.14.2*](https://golang.org/doc/devel/release.html#go1.14).
## [v1.1.5](https://github.com/aws/aws-k8s-tester/releases/tag/v1.1.5) (2020-05-05) See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.1.4...v1.1.5). ### `eks-utils` - Rename [`eks-utils apis deprecate --list-batch` flag to `--batch-limit`](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). - Rename [`eks-utils apis deprecate --list-interval` flag to `--batch-interval`](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). - Add [`eks-utils nodes list` command](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). ### `etcd-utils` - Rename [`etcd-utils k8s list --csv-output` flag to `--output`](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). - Rename [`etcd-utils k8s list --prefix` flag to `--prefixes`](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). - Rename [`etcd-utils k8s list --batch` flag to `--batch-limit`](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). - Rename [`etcd-utils k8s list --interval` flag to `--batch-interval`](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). - Remove [`etcd-utils k8s list --csv-ids` flag](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). - Remove [`etcd-utils k8s list --csv-aggregated-ids` flag](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). - Remove [`etcd-utils k8s list --csv-aggregated-output` flag](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). - Output [prefix with no resource found with "none"](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). ### `pkg/k8s-client` - Change [`Deprecate()` method signature to `Deprecate(batchLimit int64, batchInterval time.Duration)`](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). - Remove [`EKSConfig.ListBatch`](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). - Remove [`EKSConfig.ListInterval`](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). ### `pkg/aws/cloudformation` is now `pkg/aws/cfn` - Rename [`"github.com/aws/aws-k8s-tester/pkg/aws/cloudformation"` to `"github.com/aws/aws-k8s-tester/pkg/aws/cfn"`](https://github.com/aws/aws-k8s-tester/commit/d984a26045ae79e694c0b926e611cb570cac33b9). ### Dependency - Upgrade [`github.com/aws/aws-sdk-go`](https://github.com/aws/aws-sdk-go/releases) from [`v1.30.20`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.20) to [`v1.30.21`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.21). ### Go - Compile with [*Go 1.14.2*](https://golang.org/doc/devel/release.html#go1.14).
## [v1.1.4](https://github.com/aws/aws-k8s-tester/releases/tag/v1.1.4) (2020-05-04) See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.1.3...v1.1.4). ### `eks` - Fix [managed node group creation when `AWS_K8S_TESTER_EKS_ADD_ON_NODE_GROUPS_ENABLE=false`](https://github.com/aws/aws-k8s-tester/commit/bae9748e9de81f29ef21cad987b816d01cbbdb0f). ### Go - Compile with [*Go 1.14.2*](https://golang.org/doc/devel/release.html#go1.14).
## [v1.1.3](https://github.com/aws/aws-k8s-tester/releases/tag/v1.1.3) (2020-05-04) See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.1.2...v1.1.3). ### `aws-k8s-tester` - Add [`"aws-k8s-tester eks create hollow-nodes"`](https://github.com/aws/aws-k8s-tester/commit/48e97fb8935bbebcb6d1716f5f2d3416a2d5bddf). ### `ec2config` - Add [`ec2config.Config.S3BucketCreateKeep` to keep S3 bucket after auto-creation](https://github.com/aws/aws-k8s-tester/commit/ac7172f4dfa1bc519a8cc6d83060774f1262cb3c). - Fail [`ValidateAndSetDefaults` and return errors if `"read-only" fields are set by environmental variables](https://github.com/aws/aws-k8s-tester/commit/a8ca56ffd0c33657bf51cfd5889a98ea9669d60f). - ref. https://github.com/aws/aws-k8s-tester/tree/master/ec2config ### `eks` - Implement [`eks/hollow-nodes`](https://github.com/aws/aws-k8s-tester/commit/48e97fb8935bbebcb6d1716f5f2d3416a2d5bddf). - Implement [`eks/hollow-nodes` inside Kubernetes Pod](https://github.com/aws/aws-k8s-tester/commit/48e97fb8935bbebcb6d1716f5f2d3416a2d5bddf). - Automate https://github.com/kubernetes/kubernetes/blob/master/test/kubemark/start-kubemark.sh. - Add [`eks/conformance`](https://github.com/aws/aws-k8s-tester/commit/a8ca56ffd0c33657bf51cfd5889a98ea9669d60f). - Fix [`"sonobuoy retrieve/results"` operations](https://github.com/aws/aws-k8s-tester/commit/4443165882af944513555b23d5c8459385c5757f). - Fix [`eksconfig.Config.Clients` for Kubernetes clients](https://github.com/aws/aws-k8s-tester/commit/a8ca56ffd0c33657bf51cfd5889a98ea9669d60f). - Rename [node label from `"Name"` to `"NGName"`](https://github.com/aws/aws-k8s-tester/commit/48e97fb8935bbebcb6d1716f5f2d3416a2d5bddf). ### `eksconfig` - Add [`AddOnHollowNodes`](https://github.com/aws/aws-k8s-tester/commit/48e97fb8935bbebcb6d1716f5f2d3416a2d5bddf). - Add [`eksconfig.Config.S3BucketCreateKeep` to keep S3 bucket after auto-creation](https://github.com/aws/aws-k8s-tester/commit/1cf50a645531dfc5c962e3585bb4c7b198044153). - Fail [`ValidateAndSetDefaults` and return errors if `"read-only" fields are set by environmental variables](https://github.com/aws/aws-k8s-tester/commit/a8ca56ffd0c33657bf51cfd5889a98ea9669d60f). - e.g. `AWS_K8S_TESTER_EKS_ADD_ON_NODE_GROUPS_CREATED`, `AWS_K8S_TESTER_EKS_ADD_ON_CONFIG_MAPS_CREATED_NAMES`, `AWS_K8S_TESTER_EKS_ADD_ON_CSRS_CREATED_NAMES` cannot be set because they are read-only. - ref. https://github.com/aws/aws-k8s-tester/tree/master/eksconfig - Add [`AddOnConformance` to run Kubernetes conformance tests](https://github.com/aws/aws-k8s-tester/commit/a8ca56ffd0c33657bf51cfd5889a98ea9669d60f). - Allow [`eksconfig.Config.AddOnClusterLoader.Enable` `true` without nodes](https://github.com/aws/aws-k8s-tester/commit/dce42684971f776081e367d10d4873233df0935e). ### Dependency - Vendor [`k8s.io/kubernetes` for hollow node implementation with `"k8s.io/kubernetes/cmd/kubelet/app/options"`](https://github.com/aws/aws-k8s-tester/commit/48e97fb8935bbebcb6d1716f5f2d3416a2d5bddf). - Upgrade [`github.com/aws/aws-sdk-go`](https://github.com/aws/aws-sdk-go/releases) from [`v1.30.18`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.18) to [`v1.30.20`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.20). ### Go - Compile with [*Go 1.14.2*](https://golang.org/doc/devel/release.html#go1.14).
## [v1.1.2](https://github.com/aws/aws-k8s-tester/releases/tag/v1.1.2) (2020-04-30) See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.1.1...v1.1.2). ### `eksconfig` - Replace [`AddOnConfigMaps.QPS`, `AddOnCSRs.QPS`, `AddOnSecrets.SecretsQPS`, `AddOnSecrets.PodQPS` with `ClientQPS`](https://github.com/aws/aws-k8s-tester/commit/35a3f0f5b7356d0c5e5871e30e5c25df3d6e18c3). - Replace [`AddOnConfigMaps.Burst`, `AddOnCSRs.Burst`, `AddOnSecrets.SecretsBurst`, `AddOnSecrets.PodBurst` with `ClientBurst`](https://github.com/aws/aws-k8s-tester/commit/35a3f0f5b7356d0c5e5871e30e5c25df3d6e18c3). - Make [`1.16` as default EKS version](https://github.com/aws/aws-k8s-tester/commit/3ec335f6e3478ee67f8bbc98a6628ce0ed26a5e4). - Add [`AddOnCSRs.FailThreshold`, `AddOnConfigMaps.FailThreshold` and `AddOnSecrets.FailThreshold`](https://github.com/aws/aws-k8s-tester/commit/1ca247353e98152fe8ef21ba14e06ad85e0d22a8). ### `eks` - Add [`listJobs` and `listCronJobs` to cluster loader](https://github.com/aws/aws-k8s-tester/commit/a4eb3fe1367275fdc8c413efe3c0751e81907e4c). - Fix [`eks/csrs` parallel creation](https://github.com/aws/aws-k8s-tester/commit/8fd9a10a8a1f2c604fd19fe969ca9a858c15d60b). - Clean up [`eks/csi-ebs` command outputs](https://github.com/aws/aws-k8s-tester/commit/a72d437aad67021fc34e3ee091d8bdb281effad8). - Fix [`eks/job` query](https://github.com/aws/aws-k8s-tester/commit/11f8d9faf768983b713cf46a8be51accbfddcaca). - Use [`AddOnCSRs.FailThreshold`, `AddOnConfigMaps.FailThreshold` and `AddOnSecrets.FailThreshold`](https://github.com/aws/aws-k8s-tester/commit/1ca247353e98152fe8ef21ba14e06ad85e0d22a8). - Open [`1-10000` node group ports for upstream conformance tests (e.g. guestbook)](https://github.com/aws/aws-k8s-tester/commit/1e45a83b000d9a314ff1181ac0acf5bd3f3d98ca). - Update [results output to `UP SUCCESS/FAIL` and `DOWN SUCCESS/FAIL`](https://github.com/aws/aws-k8s-tester/commit/5e7937ea974df455b8e07786a0b2f7aed3e7d6a8). - Reorder [add-on deployment order to create `AddOnKubernetesDashboard` and `AddOnPrometheusGrafana` first](https://github.com/aws/aws-k8s-tester/commit/5234fb7a1515a44aa947cf48ddcb7062fdce6c45). - Otherwise, `prometheus-server` Pod was being evicted due to `"The node was low on resource: memory. Container prometheus-server was using 3885112Ki, which exceeds its request of 0. Container prometheus-server-configmap-reload was using 2100Ki, which exceeds its request of 0."`. - Fix [`eks/irsa` test results count](https://github.com/aws/aws-k8s-tester/commit/1b702d5d4519438105c5de231597bf558ab8112e). - Improve [`kubectl logs/exec` outputs in `eks/fargate` and `eks/irsa-fargate`](https://github.com/aws/aws-k8s-tester/commit/9418e475d056a2cf791f2e3a4f8aa87cc41c4ec6). - Improve [`eks/cluster-loader` logging outputs](https://github.com/aws/aws-k8s-tester/commit/c6cafeb0f3c93121d2c4669c1a46c81868de7a28). - Display [`eks/cluster-loader` remaining time logs](https://github.com/aws/aws-k8s-tester/commit/ee6cbb885ab2a20292c76a78a9730d7277ffed0f). - Remove [unnecessary log fetch operation from all worker nodes in `eks/irsa`](https://github.com/aws/aws-k8s-tester/commit/c6cafeb0f3c93121d2c4669c1a46c81868de7a28). ### Dependency - Upgrade [`github.com/aws/aws-sdk-go`](https://github.com/aws/aws-sdk-go/releases) from [`v1.30.16`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.16) to [`v1.30.18`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.18). ### Go - Compile with [*Go 1.14.2*](https://golang.org/doc/devel/release.html#go1.14).
## [v1.1.1](https://github.com/aws/aws-k8s-tester/releases/tag/v1.1.1) (2020-04-29) See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.1.0...v1.1.1). ### `eksconfig` - Reorder [`AddOnCSIEBS`](https://github.com/aws/aws-k8s-tester/commit/a6429ad9566427f6515ad6579f5ae619b31d19af). ### `eks` - Fix [`nvidia-smi` Pod tests](https://github.com/aws/aws-k8s-tester/commit/ccaf87bbd6c3dc281f33e9fd52d058406bd7cb12). - Fix [`eks/gpu` `InstallNvidiaDriver`](https://github.com/aws/aws-k8s-tester/commit/be9a0febf05d4e361a26069ae6accea4f8fdeaf2). - Fix [`eks/csi-ebs` `ebs-plugin` log fetch](https://github.com/aws/aws-k8s-tester/commit/ccaf87bbd6c3dc281f33e9fd52d058406bd7cb12). - Improve [`eks/helm` `QueryFunc` output](https://github.com/aws/aws-k8s-tester/commit/ccaf87bbd6c3dc281f33e9fd52d058406bd7cb12). - Improve [`eks/gpu` `nvidia-device-plugin-daemonset` logs](https://github.com/aws/aws-k8s-tester/commit/a66de07db067e6e2ee56749c522f841f65fa6c64). - Add [health check after load testing](https://github.com/aws/aws-k8s-tester/commit/f6bea5e350a665dff4f628720adc8e564e2b6670). - Clean up [`eks/gpu` `kubectl` outputs](https://github.com/aws/aws-k8s-tester/commit/0d99ab95c6ae3e645a5dffd8e8934f33c1592437). - Improve [`eks/csi-ebs` `app=ebs-csi-node` debugging outputs](https://github.com/aws/aws-k8s-tester/commit/aac285d62a6570007ee502a37e784575ff81fb5f). - Improve [`eks/helm` error message](https://github.com/aws/aws-k8s-tester/commit/89e7039ab99ea1377fc88fa0de38190533c21d74). - Add [`eks/helm.InstallConfig.LogFunc`](https://github.com/aws/aws-k8s-tester/commit/86c2867ac0e0f56010dba27b9bb64cb87ba4eed7). - Upload [artifacts to S3 after cluster creation](https://github.com/aws/aws-k8s-tester/commit/912da1f877424871df5b4f21e6217da6d619bae1). - Reorder [`eks/csi-ebs` installation](https://github.com/aws/aws-k8s-tester/commit/a6429ad9566427f6515ad6579f5ae619b31d19af). - Add [more load testing cases to `eks/cluster-loader`](https://github.com/aws/aws-k8s-tester/commit/e7f33ed67339dcc6abbf29e98bf22946f0fe1c05). ### `pkg/k8s-client` - Fetch [`ServerVersionInfo` in health check](https://github.com/aws/aws-k8s-tester/commit/9b099c6e31ffe0e64c1d6c7ef9dafa31ebf13bcf). ### Dependency - Upgrade [`github.com/aws/aws-sdk-go`](https://github.com/aws/aws-sdk-go/releases) from [`v1.30.15`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.15) to [`v1.30.16`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.16). ### Go - Compile with [*Go 1.14.2*](https://golang.org/doc/devel/release.html#go1.14).
## [v1.1.0](https://github.com/aws/aws-k8s-tester/releases/tag/v1.1.0) (2020-04-28) See [code changes](https://github.com/aws/aws-k8s-tester/compare/v1.0.9...v1.1.0). ### `ec2` - Fix [VPC creation template for 2-AZ regions](https://github.com/aws/aws-k8s-tester/commit/c8f4e888d4249cc4934be335672d096b37479eec). ### `eks` - Fix [VPC creation template for 2-AZ regions](https://github.com/aws/aws-k8s-tester/commit/c8f4e888d4249cc4934be335672d096b37479eec). - Logs [`CSI` `EBS` daemon-set driver logs](https://github.com/aws/aws-k8s-tester/commit/a77c3c33710324e9ec8d98fa76a75ca3a68cba89). - Add [`List` endpoints and secrets to `eks/cluster-loader`](https://github.com/aws/aws-k8s-tester/commit/a3d69d50a5298f54b4b9e516dcc3578d7b35cecb). ### `eksconfig` - Add [`Config.CommandAfterCreateClusterTimeout` and `Config.CommandAfterCreateAddOnsTimeout`](https://github.com/aws/aws-k8s-tester/commit/558cccb8cf01554c365784509815c88470ec58c9). ### Dependency - Upgrade [`github.com/aws/aws-sdk-go`](https://github.com/aws/aws-sdk-go/releases) from [`v1.30.14`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.14) to [`v1.30.15`](https://github.com/aws/aws-sdk-go/releases/tag/v1.30.15). ### Go - Compile with [*Go 1.14.2*](https://golang.org/doc/devel/release.html#go1.14).