Releases: giantswarm/cluster-test-suites
Releases · giantswarm/cluster-test-suites
v1.56.0
Changed
- Updated upgrade tests so they can test upgrades to Releases
v1.55.0
Changed
- Made use of
GetWarningEventsForResource
fromclustertest
for Cert-Manager tests
Added
- Use
failurehandler.AppIssues
to provide extra debugging when App-related tests fail (timeout)
v1.54.1
Release v1.54.1 (#370)
v1.54.0
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
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
forCertificate
andClusterIssuer
- 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
Changed
- Updated all dependencies to latest version
v1.51.0
Changed
- Updated all depenedncies to latest version
v1.50.0
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
Changed
- Updated
clustertest
to latest with additional logging for node checks - Updated
cluster-standup-teardown
to latest with cluster-autoscaler config forscaleDownUnneededTime
v1.48.0
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.