Skip to content

Releases: cloudfoundry/cf-acceptance-tests

v1.1.0

14 Aug 19:16
Compare
Choose a tag to compare

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.
  • service_discovery/service-discovery.go - removed the internal domain creation routine because the apps.internal internal domain is now automatically seeded at deploy time when using the enable-service-discovery.yml opsfile in cf-deployment.

v1.0.0

01 Aug 21:57
0a3053d
Compare
Choose a tag to compare

🎉🎁🎉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!