Skip to content

v0.48.0

Compare
Choose a tag to compare
@abg abg released this 28 Jan 19:24
· 11 commits to main since this release

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.