Skip to content

Releases: cloudfoundry/cloud-service-broker

v1.0.1

25 Mar 10:55
0f475c7
Compare
Choose a tag to compare

Changelog

Dependency updates

  • 0f475c7 build(deps): bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 (#977)
  • ea68ee6 build(deps): bump gorm.io/driver/mysql from 1.5.5 to 1.5.6 (#976)

v1.0.0

20 Mar 17:43
defde29
Compare
Choose a tag to compare

What's Changed

From this release onwards, the broker will only support brokerpaks running OpenTofu. Upgrade for all instances to a terraform version 1.5.x must be done prior to installing this version of the broker.

Features

Depdendency updates

  • build(deps): bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 by @dependabot in #967
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 by @dependabot in #972
  • build(deps): bump gorm.io/driver/mysql from 1.5.4 to 1.5.5 by @dependabot in #974
  • build(deps): bump gorm.io/gorm from 1.25.7 to 1.25.8 by @dependabot in #971
  • build(deps): bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #973

Full Changelog: v0.22.2...v1.0.0

v0.22.2

11 Mar 15:51
395b130
Compare
Choose a tag to compare

Changelog

Bug fixes

Dependency updates

  • 64cf0c9 build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 (#965)

What's Changed

Full Changelog: v0.22.1...v0.22.2

v0.22.1

05 Mar 18:25
Compare
Choose a tag to compare

Changelog

Dependency updates

  • 0ec0e4f build(deps): bump Go version to 1.22.1
  • 6424780 build(deps): bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 (#963)
  • a448333 build(deps): bump github.com/zclconf/go-cty from 1.14.2 to 1.14.3 (#961)
  • bf09c54 build(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#962)
  • bae472a build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 (#964)

v0.22.0

01 Mar 10:04
0b1118e
Compare
Choose a tag to compare

Changelog

Features

  • 247f86d feat: ability to purge a service binding (#956)

Bug fixes

  • aee6445 fix: successfully delete instances and bindings with invalid state (#955)

Dependency updates

  • 0b1118e build(deps): bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.0 (#960)
  • 8dd5590 build(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#959)
  • e09d09c build(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0 (#952)
  • cd9f3cf build(deps): bump honnef.co/go/tools from 0.4.6 to 0.4.7 (#958)

Others

v0.21.9

12 Feb 13:12
e9c0c05
Compare
Choose a tag to compare

Changelog

Dependency updates

  • e9c0c05 build(deps): bump actions/setup-go from 4 to 5 (#950)
  • 6b62419 build(deps): bump golang from 1.21-alpine3.19 to 1.22-alpine3.19 (#943)
  • 3e40468 build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 (#945)

Others

  • 77c9b00 chore: make codeql action use golang specified in go.mod (#947)
  • dd99af1 chore: remove run-in-docker logic from Makefile (#946)
  • c722a5a chore: specify go 1.22.0 in go.mod (#949)
  • 35fc6a0 chore: update codeql-action to support new go toolchains (#948)

v0.21.8

07 Feb 15:17
Compare
Choose a tag to compare

Changelog

Dependency updates

  • 9f92c55 build(deps): bump Go version to 1.22.0

v0.21.7

06 Feb 23:02
4a0acb0
Compare
Choose a tag to compare

Changelog

Dependency updates

  • d0f7296 build(deps): bump Go version to 1.21.7
  • 4a0acb0 build(deps): bump gorm.io/driver/mysql from 1.5.2 to 1.5.4 (#942)
  • df3201b build(deps): bump gorm.io/gorm from 1.25.6 to 1.25.7 (#941)

v0.21.6

06 Feb 19:40
7456f50
Compare
Choose a tag to compare

Changelog

Dependency updates

  • 7456f50 build(deps): bump github.com/pivotal-cf/brokerapi/v10 (#940)
  • 78406ce build(deps): bump gorm.io/gorm from 1.25.5 to 1.25.6 (#939)

Others

  • 08c9983 test: more consistent error handling in integration tests (#938)
  • 90df7a5 test: reduce concurrency of integration tests (#937)

v0.21.5

26 Jan 10:10
de759c5
Compare
Choose a tag to compare

Changelog

Dependency updates

  • b0effbe build(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#931)
  • 350b27b build(deps): bump github.com/onsi/ginkgo/v2 from 2.14.0 to 2.15.0 (#934)
  • 8f0d198 build(deps): bump github.com/onsi/gomega from 1.30.0 to 1.31.0 (#933)
  • 4b7c517 build(deps): bump github.com/onsi/gomega from 1.31.0 to 1.31.1 (#935)
  • de759c5 build(deps): bump github.com/zclconf/go-cty from 1.14.1 to 1.14.2 (#936)

Others

  • 2f19972 chore: upgrade mattn/go-sqlite3 to fix issue (#932)