Skip to content

Releases: cloudfoundry/cf-test-helpers

v2.13.0

26 Jun 10:17
459dc9d

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/onsi/gomega from 1.36.2 to 1.36.3 by @dependabot in #169
  • ci(dependabot): Bump GHA dependencies by @ctlong in #171
  • ci(workflows): Update unit test and lint workflow by @ctlong in #170
  • chore(deps): bump github.com/onsi/gomega from 1.36.3 to 1.37.0 by @dependabot in #177
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #174
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 by @dependabot in #176
  • chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #172
  • chore(deps): bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #178
  • Added helper functions for ipv6 implementation by @Milena-Encheva in #179

New Contributors

Full Changelog: v2.12.0...v2.13.0

v2.12.0

20 Mar 19:13

Choose a tag to compare

Notice

Minimum required Go version bumped to go1.23.0 by @ctlong in #166

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.1 by @dependabot in #167

Full Changelog: v2.11.0...v2.12.0

v2.11.0

26 Feb 00:05
c7a58ce

Choose a tag to compare

Features

Maintenance

  • Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 by @dependabot in #159
  • Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 by @dependabot in #158
  • Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 by @dependabot in #160
  • Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 by @dependabot in #161
  • Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 by @dependabot in #163

Full Changelog: v2.10.0...v2.11.0

v2.10.0

01 Nov 23:52

Choose a tag to compare

Notice

Minimum go version bumped to go1.22.0.

Maintenance

Full Changelog: v2.9.0...v2.10.0

v2.9.0

12 Jan 23:18

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

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

Choose a tag to compare

Maintenance

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

v2.5.0

21 Feb 17:30

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

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

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