Skip to content

Releases: giantswarm/app-test-suite

v0.5.0

10 Oct 13:59
32a4108
Compare
Choose a tag to compare
  • Changed
    • Update apptestctl to 0.18.0 for VPA and PolicyException CRDs.
    • Update dependencies.

v0.4.1

12 Jun 13:26
22f752f
Compare
Choose a tag to compare
  • No changes in this release. This release fixes missing version updates forgotten in 0.4.0

v0.4.0

12 Jun 13:09
efb48bf
Compare
Choose a tag to compare
  • Changed
    • Update apptestctl to 0.17.0 for ServiceMonitor and PodMonitor CRD

v0.3.0

15 May 10:56
f821d9d
Compare
Choose a tag to compare
  • 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 specify inCluster: 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

v0.2.9

20 Oct 12:00
c94f293
Compare
Choose a tag to compare
  • Added
    • Add --kind-cluster-image flag to configure the image used to create kind clusters, defaults to kindest/node:v1.24.6 because that is the last version that supports PSPs that we still use in some places

v0.2.8

19 Oct 14:29
Compare
Choose a tag to compare
Release v0.2.8

v0.2.7

19 Oct 12:57
Compare
Choose a tag to compare
Release v0.2.7

v0.2.6

10 Oct 07:46
4a1abd0
Compare
Choose a tag to compare
  • Changed
    • Bump pytest-helm-charts to 1.0.1

v0.2.5

29 Jul 14:38
Compare
Choose a tag to compare
Release v0.2.5

v0.2.4

16 Jun 13:42
c7b665e
Compare
Choose a tag to compare
  • Added
    • Display logs for go test commands to make it easier to debug failing tests