Releases: giantswarm/app-test-suite
Releases · giantswarm/app-test-suite
v0.5.0
v0.4.1
v0.4.0
v0.3.0
- Changed
- Update
apptestctl
to 0.16.0 for support of kubernetes 1.25 - Install the App CR into the target namespace. This is required because newer app-operators contain a security check to prevent installing outside of
giantswarm
, the org namespace or the same namespace as the App CR is located in. This security check is only present for App CRs that specifyinCluster: true
. - Always ensure the App CR target namespace before creating the App CR
- Upgrade the python version in the container image to 3.9.16
- Update
v0.2.9
- Added
- Add
--kind-cluster-image
flag to configure the image used to create kind clusters, defaults tokindest/node:v1.24.6
because that is the last version that supports PSPs that we still use in some places
- Add
v0.2.8
Release v0.2.8
v0.2.7
Release v0.2.7
v0.2.6
- Changed
- Bump
pytest-helm-charts
to1.0.1
- Bump
v0.2.5
Release v0.2.5
v0.2.4
- Added
- Display logs for go test commands to make it easier to debug failing tests