v1.5.9 (2021-04-26)
See code changes.
- Initial commit for
"github.com/aws/aws-k8s-tester/client"
.
- Change
LogColorOverride
field frombool
tostring
.- Fix #211.
- If not empty, now
terminal.IsColor
is not run.
- Add
eks/stresser2
.
- Add
AWS_K8S_TESTER_EKS_ADD_ON_CLUSTER_LOADER_LOCAL_CL2_SCHEDULER_THROUGHPUT_THRESHOLD
. - Add
AWS_K8S_TESTER_EKS_ADD_ON_CLUSTER_LOADER_REMOTE_CL2_SCHEDULER_THROUGHPUT_THRESHOLD
. - Ignore error for an unknown region.
- Change
LogColorOverride
field frombool
tostring
.- Fix #211.
- If not empty, now
terminal.IsColor
is not run.
- Initial commit.
- Copied from
pkg/*
but with its owngo.mod
file.
- Copied from
- Compile with Go 1.16.3.
v1.5.8 (2021-02-02)
See code changes.
- Fix
eks/ng
CFN template. - Test
aws-sdk-go-v2
.
- Compile with Go 1.16rc1.
v1.5.7 (2021-01-25)
See code changes.
- Compile with Go 1.16beta1.
v1.5.7 (2021-01-25)
See code changes.
- Compile with Go 1.16beta1.
v1.5.6 (2021-01-25)
See code changes.
- Expose configuration of sonobuoy worker/systemd-logs container.
- Warn file open errors in configuration validator, rather than error out.
- Fix
eks/mng
delete retries.- See #195.
- Add
eks/amazon-eks-ami-issue-454
.- Fix list nodes.
- Upgrade
github.com/aws/aws-sdk-go
fromv1.35.27
tov1.35.30
.v1.36.2
breaks darwin builds.
- Compile with Go 1.16beta1.
v1.5.5 (2020-11-12)
See code changes.
- Overwrite ASG AMI ID if SSM parameter is specified.
- Do not include
AWS::SSM::Parameter
in node group CFN template if the parameter is empty. - Skip deleting CMK, VPC, IAM role if EKS cluster delete fails.
- Upgrade
github.com/aws/aws-sdk-go
fromv1.35.25
tov1.35.27
.
- Compile with Go 1.15.5.
v1.5.4 (2020-11-11)
See code changes.
- Fix configuration file overwrite permission errors.
- Fix VPC creation for us-west-1 region.
- Increase
clusterloader2
test timeouts.
- Upgrade
github.com/aws/aws-sdk-go
fromv1.35.10
tov1.35.25
.
- Compile with Go 1.15.4.
v1.5.3 (2020-10-20)
See code changes.
- Fix
eks/cluster
status update panic issue. - Expanded VPC default CIDR range in order to support more pods for larger scale tests.
- Previous VPC defaults had one /19 CIDR Block, allowing for 8k pods. Added multiple blocks of max VPC Block size (/16).
- Changed VPCs from 192 space to 10 space.
- Allowed to specify which type of node to place the
clusterloader2
pod (as to not have the pod be removed in scale down).
- Use EKS 1.18 by default.
- Subnets are by default same CIDR range as VPC Blocks, but can be changed with environment variables.
- Public Subnets are /16 blocks by default.
- Private Subnets are /17 blocks by default.
- Upgrade
github.com/aws/aws-sdk-go
fromv1.34.22
tov1.35.10
.
- Compile with Go 1.15.3.
v1.5.2 (2020-09-12)
See code changes.
- Upgrade
github.com/aws/aws-sdk-go
fromv1.34.20
tov1.34.22
.
- Compile with Go 1.15.2.
v1.5.1 (2020-09-10)
See code changes.
- Upgrade
github.com/aws/aws-sdk-go
fromv1.34.18
tov1.34.20
.
- Compile with Go 1.15.2.
v1.5.0 (2020-09-04)
See code changes.
- Set ASG size defaults based on desired capacities.
- Either "desired" or "minimum" must be >0.
desired 10, min 0, max 0 ==> desired 10, min 10, max 10
.desired 0, min 1, max 10 ==> desired 0, min 1, max 10
.
- Either "desired" or "minimum" must be >0.
yaml.Unmarshal
withyaml.DisallowUnknownFields
.- Add
AWS_K8S_TESTER_EKS_CONFIG
.AWS_K8S_TESTER_EKS_CONFIG
can be used in conjunction with existingAWS_K8S_TESTER_EKS_*
environmental variables.AWS_K8S_TESTER_EKS_CONFIG
is always loaded first ineksconfig
.
- Set ASG size defaults based on desired capacities.
- Either "desired" or "minimum" must be >0.
desired 10, min 0, max 0 ==> desired 10, min 10, max 10
.desired 0, min 1, max 10 ==> desired 0, min 1, max 10
.
- Either "desired" or "minimum" must be >0.
- Add
ClusterAutoscaler
addon with kubemark compatibility. - Remove unused
docker.sock
. - Fix
eks/ng
to include--dns-cluster-ip
in bootstrap scripts.
- Improve build targets.
- Upgrade
github.com/aws/aws-sdk-go
fromv1.33.8
tov1.34.18
. - Upgrade
github.com/kubernetes/kubernetes
fromv1.18.7-rc.0
tov1.18.9-rc.0
. - Upgrade
github.com/kubernetes/client-go
fromv0.18.7-rc.0
tov0.18.9-rc.0
. - Upgrade
github.com/uber-go/zap
fromv1.15.0
tov1.16.0
.
- Compile with Go 1.15.1.