Releases: cloudfoundry/cf-acceptance-tests
Releases · cloudfoundry/cf-acceptance-tests
v1.3.0
Configuration Changes
- Now that Log Cache is enabled by default in cf-deployment, we've updated the default config to use Log Cache for log tailing.
- Operators can now configure Diego to require that all traffic to app containers go through the Envoy proxy.
In that scenarioCF_INSTANCE_PORTS
&CF_INSTANCE_PORT
environment variables will no longer be set.
Furthermore,CF_INSTANCE_ADDR
won't have the 'external' field set.
The following changes were made:- New parameter 'disallow_unproxied_app_traffic'.
- Change the relevant tests to use the previously mentioned parameter.
Updated Tests:
apps/admin_buildpack_lifecycle.go
- The
cf-cli v6.38.0
now outputs buildpacks: with an s, on the 'app' command.
The regex matcher has been updated to accommodate this change.
New Tests:
services/service_instance_lifecycle.go
- The asynchronous binding delete operation has been added to Cloud Controller, as part of the
CF Deployment Release v3.2
which includesCAPI Release 1.65
.
CATs have been added to assert on the asynchronous binding delete flow.
Updated Assets:
credhub-service-broker
- Modified to work with two different clients
- If 'cc_service_key_client' is used, service broker works as it used to
- If 'credhub_admin_client' is used, service broker adds a read
permission for the 'cc_service_key_client'
v1.2.0
Updates
New Tests:
apps/lifecycle.go
- Added CAT for validating container metrics
- Copied test from windows suite
- Adds coverage for CC <> Traffic Controller integration
- Adds regression test for transition from Traffic Controller to Log-Cache
CATS Flake Fixes:
ssh/ssh.go
windows/ssh.go
- Reduce SSH tests flakiness
- Push a single app instance for all tests. Scale to two instances for tests that require it.
- Windows and linux local port forwarding tests use different local ports.
v1.1.0
Updates
- Updated the buildpack asset to reflect new
create-buildpack
behavior- this is a backwards compatible change between stable and edge
- this change consists of the bin directory existing at the root of the zip file instead of at
/assets/security_group_buildpack/bin
.
- Updated the import path of credhub
- Bumped credhub cli
- Updated service broker
- Updated /bin/test to use local ginkgo rather than overwriting the global install.
- Fixed an flakiness issue in
ssh.go
.- Added Retry logic for ssh'ing into 2nd app instance.
Sometimes ssh'ing into the second instance fails with an "EOF" message.
This happens when the 2nd instance hasn't actually started yet (Push exits as soon as 1 instance becomes available).
We expect retries will reduce the error rate.
- Added Retry logic for ssh'ing into 2nd app instance.
service_discovery/service-discovery.go
- removed the internal domain creation routine because theapps.internal
internal domain is now automatically seeded at deploy time when using theenable-service-discovery.yml
opsfile incf-deployment
.
v1.0.0
🎉🎁🎉This is the first release of CATs using semver.🎉🎁🎉
Because CATs has been used regularly for quite some time, we'll start by going directly to 1.0.0.
From today onward, please submit any PRs to the develop branch.
And feel free to check out the CATs pipeline!
Thank you!