Skip to content

Releases: giantswarm/cluster-test-suites

v1.56.0

02 Jul 13:22
1bcf4ee
Compare
Choose a tag to compare

Changed

  • Updated upgrade tests so they can test upgrades to Releases

v1.55.0

28 Jun 15:39
9ed894f
Compare
Choose a tag to compare

Changed

  • Made use of GetWarningEventsForResource from clustertest for Cert-Manager tests

Added

  • Use failurehandler.AppIssues to provide extra debugging when App-related tests fail (timeout)

v1.54.1

27 Jun 12:36
a713b23
Compare
Choose a tag to compare
Release v1.54.1 (#370)

v1.54.0

27 Jun 12:24
effe2aa
Compare
Choose a tag to compare

Changed

  • Update clustertest to v1.7.0 to support the new environment variable for controlling what Release to use when creating clusters

v1.53.0

25 Jun 14:10
1847c2e
Compare
Choose a tag to compare

Added

  • Added a test case to check the status of all Jobs in the WC

Changed

  • Use actual types from Cert-Manager instead of using unstructured for Certificate and ClusterIssuer
  • Refactored some functions to explicitly take in a context instance instead of using context.Background() so that timeouts set on the context can be respected

v1.52.0

25 Jun 08:48
360d87d
Compare
Choose a tag to compare

Changed

  • Updated all dependencies to latest version

v1.51.0

24 Jun 15:29
3db90e6
Compare
Choose a tag to compare

Changed

  • Updated all depenedncies to latest version

v1.50.0

24 Jun 13:31
adea926
Compare
Choose a tag to compare

Added

  • Added a test case to ensure the hello-world ingress has a ready Certificate
  • Included extra logging in ClusterIssuer test case to output the status and failing events of the post-install Helm Job.

v1.49.0

21 Jun 08:02
614de7b
Compare
Choose a tag to compare

Changed

  • Updated clustertest to latest with additional logging for node checks
  • Updated cluster-standup-teardown to latest with cluster-autoscaler config for scaleDownUnneededTime

v1.48.0

20 Jun 11:16
f1b1afa
Compare
Choose a tag to compare

Fixed

  • Ensure timeout is always reset on the context in the AfterSuite to ensure enough time is given for cleanup

Added

  • Test if default apps are deployed before upgrading the cluster.
  • Test workload cluster's Deployments, DaemonSets, StatefulSets and Pods before upgrading the cluster.
  • Test if cluster is ready before upgrading the cluster (check Cluster resource Ready condition).
  • Test if machine pools are ready and running before upgrading the cluster.
  • Test if machine pools are ready and running in common tests.

Changed

  • Update clustertest to v1.3.0 to support releases with cluster Apps for Azure.
  • Updated teleport api module to latest available.
  • Increase node pool min size from 2 to 3 for CAPA upgrade test.
  • Disable spot instances for CAPA upgrade suite, as we suspect that using spot instances is causing Upgrade suite failures lately.

Removed

  • Remove node checks from CAPA upgrade suite because we already check nodes in common tests after the upgrade.