CAPI 1.172.0
In certain situations the /v3/service_plans
endpoint returns duplicate entries. This is caused by an error in the database query fetching service plans based on their visibility in organizations accessible by the user issuing the request. These duplicates may result in failing service-related commands, e.g. cf create-service
failing with Service offering '...' is provided by multiple service brokers.
This has been fixed in CAPI 1.173.0.
Highlights
CC API Version: 2.223.0 and 3.158.0
Service Broker API Version: 2.15
CAPI Release
Dependencies
- Bump rspec from 3.12.0 to 3.13.0 in /spec (#383)
- Bump Golang to go1.22.0
Cloud Controller
- Remove
distinct
when fetching security groups (cloudfoundry/cloud_controller_ng#3623) @johha - Put service key binding/instance creation and job creation in one transaction (cloudfoundry/cloud_controller_ng#3618) @kathap
- Remove dead code (cloudfoundry/cloud_controller_ng#3627) @philippthun
- Use single SQL statement to fetch additional data in decorators (cloudfoundry/cloud_controller_ng#3629) @philippthun
- Set
work_mem
for annotation/label migration (cloudfoundry/cloud_controller_ng#3632) @johha
Dependencies
- Bump sequel from 5.76.0 to 5.77.0 (cloudfoundry/cloud_controller_ng#3622)
- Bump rspec from 3.12.0 to 3.13.0 (cloudfoundry/cloud_controller_ng#3624)
- Bump nokogiri from 1.16.0 to 1.16.2 (cloudfoundry/cloud_controller_ng#3625)
- Bump hmarr/debug-action from 2 to 3 (cloudfoundry/cloud_controller_ng#3626)
- Bump nokogiri from 1.15.3 to 1.16.2 in /docs/v3 (cloudfoundry/cloud_controller_ng#3628)
Cloud Controller Database Migrations
None