Releases: pivotal-cf/on-demand-service-broker-release
v0.48.1
v0.48.0
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
v0.46.0
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
v0.45.3
v0.45.2
Features
- Bump Golang to 1.21.4
- Other dependency updates
v0.45.1
v0.45.0
v0.44.0
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