Releases: kubernetes-sigs/provider-aws-test-infra
Releases · kubernetes-sigs/provider-aws-test-infra
v0.1.0 - first cut
What's Changed
- Update OWNERS - Add
dims
by @dims in #1 - Initial drop of remote test-e2e-node equivalent for AWS by @dims in #2
- Ubuntu 2204 Instance config by @upodroid in #5
- switch default user id for ubuntu image by @dims in #6
- Update dependencies to latest k8s master branch by @dims in #7
- Force the old style cgroup non systemd by @dims in #9
- Add ec2-user to root group to allow access to containerd.sock by @dims in #8
- Fix k/k path by @upodroid in #10
- Allow access to SSH by @upodroid in #11
- Revert "Fix k/k path" by @upodroid in #13
- Fix bugs and abstract some parameters by @upodroid in #12
- Add a new image for e2e-node testing with AL2023 (kernel 6.1) by @dims in #14
- Enable systemd cgroup driver by @dims in #15
- Drop Temporary SG hack for aws ec2 authorize-security-group-ingress by @dims in #16
- Adding configuration for arm64 based CI jobs by @dims in #19
- Prep for arm64 based ci jobs by @dims in #18
- set USE_DOCKERIZED_BUILD to false explicitly by @dims in #21
- Pick suitable instance type for arm64 by @dims in #22
- create the CNI directory and template by @dims in #23
- Drop dependency on "jq" by @dims in #24
- Add better defaults for arm64/e2e-node ci jobs by @dims in #25
- cleanup cni.template by @dims in #26
- forgot to delete one line by @dims in #27
- Updates to ebs disk size and dealing with instances by @dims in #28
- Tweak inotify settings by @dims in #29
- Use specific version of containerd for arm64 - v1.6.21 by @dims in #30
- if there are serial tests use one ginkgo node by @dims in #31
- whoops we lost "focus" param by @dims in #32
- Switch to newer Ubuntu - focal to jammy by @dims in #33
- Bump instance type size and switch back to newest containerd by @dims in #34
- Bump disk still running out of space by @dims in #35
- Lookup root device name for AMI by @dims in #36
- Default to 4 hours of test timeout by @dims in #37
- whoops! set the actual timeout by @dims in #38
- Drop back to lower size of instance type by @dims in #40
- Ensure instance-id resolves to the host ip address on ubuntu by @dims in #41
- Graceful node shutdown conflicts with unattended-upgrades package by @dims in #42
- Add kubetest2 support by @upodroid in #39
- Move EKS images to another yaml file by @dims in #43
- install nfs-common package as a e2e node test is mounting an nfs server by @dims in #44
- Capture exit code from piped process by @dims in #45
- Update
vendor/
to latest k/k (June 29th) by @dims in #46 - Install ecr-credential-provider during node e2e tests by @dims in #47
- Drop down to 50 gb disk by @dims in #48
- Add a GitHub action to update kubernetes periodically by @dims in #49
- forgot to checkout kubernetes by @dims in #50
- drop path and fix typo by @dims in #51
- hmm we will need path to ensure it goes to k8s.io/kubernetes by @dims in #52
- use relative root instead of GOPATH by @dims in #53
- better detection of kubernetes directory (take 3) by @dims in #54
- try checking out both github repos correctly again (take 4) by @dims in #55
- change working-directory to path by @dims in #57
- path should be indented right by @dims in #58
- provider-aws-test-infra uses main not master by @dims in #59
- Update dependencies by @github-actions in #60
- Update dependencies by @github-actions in #62
- Scripts to build amazon-eks-ami based AMI from scratch for testing by @dims in #61
- option to BUILD_EKS_AMI by @dims in #63
- use sudo to install 10-testcni.conflist by @dims in #66
- Build EKS AMI and then run node e2e tests using that new AMI by @dims in #67
- fix check for existing image by @dims in #68
- fix setting TEST_INFRA_ROOT by @dims in #69
- Update dependencies by @github-actions in #65
- Add ec2-instance-connect package for al2023 by @dims in #73
- Support for testing al2023 based eks images by @dims in #75
- add support to build arm64 based EKS AMI(s) by @dims in #76
- fix eks instance type for arm64 by @dims in #77
- fixup references to x86_64 irrespective of BUILD_EKS_AMI_OS setting by @dims in #78
- separate the instance type determination from the _OS check by @dims in #79
- Ensure we use systemd cgroup with al2023 by @dims in #81
- Default arch is amd64 when building eks image by @dims in #82
- Use the right containerd config.toml by @dims in #83
- set packer variables when BUILD_EKS_AMI_OS is NOT arm64 by @dims in #84
- fix typo in file name by @dims in #85
- remove the systemd hack on al2023 by @tzneal in #86
- Trying to fix update dependencies action by @dims in #87
- Add a new dependency from staging - k8s.io/apiextensions-apiserver by @dims in #88
- Update dependencies by @github-actions in #89
- Run e2e tests without specifying an image config file by @upodroid in #80
- Drop sha256 sum check for CI by @dims in #90
- Update dependencies by @github-actions in #91
- remove t...