Skip to content

Releases: pivotal-cf/on-demand-service-broker-release

v0.48.0

28 Jan 19:24
@abg abg
Compare
Choose a tag to compare

Features

  • Bumped Go to v1.23.5

  • Added new broker option skip_check_for_pending_changes

    When enabled, the existing ODB behavior that rejects cf update-service if the existing service instance manifest does not match the adapter is skipped and the update is allowed to proceed rather than the old behavior of reporting:

    The service broker has been updated, and this service instance is out of date. Please contact your operator.

    This enables environments to allow developers to always update service instances even if there is a pending stemcell upgrade or other pending change that would normally require a platform engineer to run the upgrade-all-service-instances broker errand.

    This new option defaults to false so must be explicitly enabled to achieve the new behavior.

  • Other dependency updates

Breaking Changes

  • github.com/pivotal-cf/on-demand-services-sdk has bumped to github.com/pivotal-cf/brokerapi/v12 which is a major version bump.

    Service adapters that update to the latest github.com/pivotal-cf/on-demand-services-sdk will need to update their import path from github.com/pivotal-cf/brokerapi/v10 to github.com/pivotal-cf/brokerapi/v12.

v0.47.0

19 Nov 16:35
@abg abg
Compare
Choose a tag to compare

Features

  • Bumped Go to v1.23.3
  • Other dependency updates

Full Changelog: v0.46.0...v0.47.0

v0.46.0

09 May 00:07
@abg abg
Compare
Choose a tag to compare

Features

  • Bumped Go to v1.22.3
  • Other dependency updates

Breaking Changes

  • github.com/pivotal-cf/on-demand-services-sdk has bumped to github.com/pivotal-cf/brokerapi/v11 which is a major version bump.

    Service adapters that update to the latest github.com/pivotal-cf/on-demand-services-sdk will need to update their import path from github.com/pivotal-cf/brokerapi/v10 to github.com/pivotal-cf/brokerapi/v11.

v0.45.4

27 Mar 23:39
Compare
Choose a tag to compare

Features

  • Bump Golang to 1.22.1
  • Other dependency updates

v0.45.3

10 Jan 20:34
Compare
Choose a tag to compare
  • bump dependencies and packages
  • bump go to 1.21.6

v0.45.2

20 Dec 15:01
Compare
Choose a tag to compare

Features

  • Bump Golang to 1.21.4
  • Other dependency updates

v0.45.1

09 Nov 22:54
@abg abg
Compare
Choose a tag to compare

Features

  • Bump Golang to 1.21.4
  • Other dependency updates

v0.45.0

13 Oct 17:47
Compare
Choose a tag to compare

Features

  • bump to go 1.21.3

v0.44.0

29 Sep 18:03
Compare
Choose a tag to compare

Features

  • Adds new feature that allows workflows to upgrade and recreate instances to continue to try all instances even if one fails
  • Other dependency updates

v0.43.3

07 Sep 17:51
@abg abg
Compare
Choose a tag to compare

Features

  • Bumped Go to v1.21.1
  • Other dependency updates