Skip to content

Releases: cloudfoundry/cf-test-helpers

v2.9.0

12 Jan 23:18
Compare
Choose a tag to compare

Notice

Minimum go version bumped to go1.21 in #131.

Maintenance

  • Bump github.com/onsi/gomega from 1.28.1 to 1.29.0 by @dependabot in #127
  • Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #128
  • Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 by @dependabot in #129
  • Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 by @dependabot in #130
  • Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.14.0 by @dependabot in #132

Full Changelog: v2.8.0...v2.9.0

v2.7.0

16 Aug 17:07
Compare
Choose a tag to compare

Features

  • Allow cf.Push caller to specify a stack by @dsabeti in #113

Full Changelog: v2.6.0...v2.7.0

v2.6.0

08 Aug 16:21
Compare
Choose a tag to compare

Maintenance

Full Changelog: v2.5.0...v2.6.0

v2.5.0

21 Feb 17:30
Compare
Choose a tag to compare

What's Changed

Released to fix security issue in golang.org/x/net dependency.

Dependency Bumps

  • Bump github.com/onsi/gomega from 1.24.2 to 1.25.0 by @dependabot in #93
  • Bump github.com/onsi/gomega from 1.25.0 to 1.26.0 by @dependabot in #94
  • Bump github.com/onsi/ginkgo/v2 from 2.7.0 to 2.8.0 by @dependabot in #95
  • Bump github.com/onsi/ginkgo/v2 from 2.8.0 to 2.8.1 by @dependabot in #96
  • Bump github.com/onsi/gomega from 1.26.0 to 1.27.0 by @dependabot in #97
  • Bump github.com/onsi/ginkgo/v2 from 2.8.1 to 2.8.3 by @dependabot in #100
  • Bump github.com/onsi/gomega from 1.27.0 to 1.27.1 by @dependabot in #99

Full Changelog: v2.4.0...v2.5.0

v2.4.0

17 Jan 17:21
Compare
Choose a tag to compare

What's Changed

Dependency Bumps

  • Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 by @dependabot in #88
  • Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1 by @dependabot in #90
  • Bump github.com/onsi/gomega from 1.24.1 to 1.24.2 by @dependabot in #89
  • Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 by @dependabot in #91

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.2.0

30 Sep 16:45
Compare
Choose a tag to compare

Notice

Rolls back the removal of the -d flag from Push, as it doesn't use deprecated cf CLI functionality as previously thought, and is important for certain CATs tests. For more information, see #64.

What's Changed

  • Unit tests can be run in parallel @ctlong in #73
  • Remove the travis button from the README by @ctlong in #72

Full Changelog: v2.1.0...v2.2.0

v2.1.0

27 Sep 17:39
Compare
Choose a tag to compare

Notice

The hostname flag, -d, has been removed from Push() as it is no longer present in the cf CLI as of v7+. The flag will be silently ignored.

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

28 Jul 05:27
24c613d
Compare
Choose a tag to compare

What's Changed

  • Moved GitHub organization from cloud foundry-incubator to cloud foundry
  • Initialized a go module in the codebase
  • Upgraded to ginkgo v2

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

07 Dec 01:19
Compare
Choose a tag to compare

Features

  • ❗️ Breaking Change ❗️ Support for Client Auth
    • The following methods have been added to the testSuiteConfig interface:
      • GetAdminClient
      • GetAdminClientSecret
      • GetExistingClient
      • GetExistingClientSecret
    • Login function on the UserContext type now supports user or client authentication methods

v0.1.0

07 Dec 01:02
Compare
Choose a tag to compare

💥 Initial Release 💥