Releases: giantswarm/cluster-test-suites
Releases · giantswarm/cluster-test-suites
v1.14.0
Changed
- Use Spot instances for CAPA tests.
- Use smaller volumes sizes for CAPA tests.
- Updated
clustertest
to v0.9.0.
- Make timeouts more relevant to the context of the test
v1.13.0
Changed
- Updated
clustertest
to v0.7.0
- Refactored app deployment to use
clustertest
helper functions
v1.12.1
Changed
- Refactored the various app status checks to make use of the helper functions in
clustertest
- Updated
clustertest
to v0.4.0
v1.12.0
Added
- Add test that deploys hello-world application.
- Add a cert-manager ClusterIssuer readiness test.
v1.11.1
Changed
- Shrink container image by excluding build artifacts and language files.
Docs
Changed
- Bumped
clustertest
to v0.3.1 with fix for ClusterValues
unmarshalling if different NodePool
types
- Refactored node tests to reuse code now the
NodePool
type fix is in clustertest
v1.11.0
Added
- Generate test result reports
v1.10.0
Changed
- Bumped clustertest to
v0.3.0
to be able to set the app Organization
.
- Bumped clustertest to
v0.2.0
to use custom app values.
- Refactored default app tests so they can log out current state during iterations
- Log out the non-running pods in test spec to show progress
- Bump Ginkgo to v2.12.0
v1.9.0
Added
Fixed
- Bastion tests are disabled for CAPV.
Changed
- Refactored state management to use singleton
v1.8.0
Added
- Add common test to make sure all default apps are marked as
deployed
.
- Upgrade cluster tests
Changed
- Bumped clustertest to
v0.1.1
to fix GITHUB_TOKEN
issue
v1.7.0
Changed
- Abstract away the cluster app creation to a provider-specific function to handle provider specific requirements (such as VSphere credentials as extra config)
- Bump
clustertest
to v0.0.18