Skip to content

Releases: giantswarm/cluster-test-suites

v1.6.0

20 Jul 08:40
3add8be
Compare
Choose a tag to compare

Added

  • standup now supports specifying cluster app and default-apps app versions as arguments, defaulting to latest

v1.5.0

17 Jul 16:15
237ee1d
Compare
Choose a tag to compare

Added

  • CLI tool standup for creating test clusters outside of the test suite
  • CLI tool teardown for deleting test clusters previously created

v1.4.0

14 Jul 10:52
2c58d91
Compare
Choose a tag to compare

Added

  • Support marking test suites as skipped / ignored by prefixing the directory with X
  • Tests verifying control plane nodes and worker nodes are consistently Running
  • Tests that verify cross-provider DNS records

Changed

  • Marked CAPV standard test suite as skipped until it can reliably run the tests.
  • Changed parameters for CAPVCD tests by applying latest schema changes.
  • Changed parameters for CAPVCD tests for 0.12.0 release.

v1.3.0

31 May 14:12
9c20340
Compare
Choose a tag to compare
Release v1.3.0 (#24)

Signed-off-by: Jirka Kremser <[email protected]>
Co-authored-by: Jirka Kremser <[email protected]>

v1.2.0

12 May 14:11
45084de
Compare
Choose a tag to compare

Changed

  • Wait for Org to finish deleting when deleting cluster
  • Increased Ginkgo suite timeout to 4 hour
  • Continue running other remaining test suites when a suite fails

v1.1.0

19 Apr 13:14
16d2f03
Compare
Choose a tag to compare

Docs

  • Updated readme with instructions on adding tests

v1.0.2

31 Mar 09:46
e943f44
Compare
Choose a tag to compare

Added

  • Prebuild the test suites in the Docker image to speed up starting the tests

v1.0.1

31 Mar 09:05
5ae937c
Compare
Choose a tag to compare

Changed

  • Bumped custertest to v0.0.7

v1.0.0

30 Mar 08:59
c3ee2a9
Compare
Choose a tag to compare

Added

  • CAPA standard test suite
  • CAPZ standard test suite
  • CAPVCD standard test suite
  • Example common tests
  • Dockerfile for running tests in CI