CAPI 1.144.0
Highlights
- Remove
cc_internal_api_user
andcc_internal_api_password
. This is not needed anymore as the internal API uses mTLS authentication. - Resolves the performance issues when using Digest module with Ruby 3 (cloudfoundry/cloud_controller_ng#3111, #285)
- Performance improvements for
/v3/audit_events
endpoint (cloudfoundry/cloud_controller_ng#3117) - Canceling deployment is superseded by new deployment (cloudfoundry/cloud_controller_ng#3072)
CC API Version: 2.196.0 and 3.131.0
Service Broker API Version: 2.15
CAPI Release
- Remove
cc_internal_api_user
andcc_internal_api_password
from config (#286)
Dependency bumps
bump Golang to go1.19.5
Cloud Controller
- Optimize space supporter filter for v2 calls (cloudfoundry/cloud_controller_ng#3077)
- Use space subqueries for fetchting service credential bindings (cloudfoundry/cloud_controller_ng#3106)
- Override
empty_from_sql
for MySQL (cloudfoundry/cloud_controller_ng#3121) - Replace usage of
Digest
withOpenSSL::Digest
(cloudfoundry/cloud_controller_ng#3111, #285) - Exclude events table from using window function for pagination (cloudfoundry/cloud_controller_ng#3117)
- Canceling deployment is superseded by new deployment (cloudfoundry/cloud_controller_ng#3072)
- Remove
UaaEndpointDisabled
in favor ofUaaUnavailable
(cloudfoundry/cloud_controller_ng#3135) - Prevent deadlocks when updating managed service instances (cloudfoundry/cloud_controller_ng#2970)
- Remove
cc_internal_api_user
andcc_internal_api_password
(cloudfoundry/cloud_controller_ng#3134) - Take mode into account when filtering for
allowed_resources
(cloudfoundry/cloud_controller_ng#3136) - Remove
RoleGuidPopulate
(cloudfoundry/cloud_controller_ng#3144) - Truncate delayed job errors (cloudfoundry/cloud_controller_ng#3154)
- Optimize Role model/dataset (cloudfoundry/cloud_controller_ng#3068)
Dependency bumps
- bump rubocop from 1.40.0 to 1.43.0 (cloudfoundry/cloud_controller_ng#3118, cloudfoundry/cloud_controller_ng#3123, cloudfoundry/cloud_controller_ng#3126, cloudfoundry/cloud_controller_ng#3132)
- bump sequel from 5.63.0 to 5.64.0 (cloudfoundry/cloud_controller_ng#3124)
- bump sequel_pg from 1.17.0 to 1.17.1 (cloudfoundry/cloud_controller_ng#3128)
- bump nokogiri from 1.13.10 to 1.14.0 (cloudfoundry/cloud_controller_ng#3139)
- bump spring from 4.1.0 to 4.1.1 (cloudfoundry/cloud_controller_ng#3131)
- bump listen from 3.7.1 to 3.8.0 (cloudfoundry/cloud_controller_ng#3130)
- bump nokogiri from 1.13.10 to 1.14.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#3138)
- bump newrelic_rpm from 8.14.0 to 8.15.0 (cloudfoundry/cloud_controller_ng#3129)
- bump glob from 8.0.3 to 8.1.0 in /docs/v3 (cloudfoundry/cloud_controller_ng#3142)
- bump mysql2 from 0.5.4 to 0.5.5 (cloudfoundry/cloud_controller_ng#3156)
Cloud Controller Database Migrations
None
Contributors
@will-gant, @FloThinksPi, @kathap, @MerricdeLauney, @sethboyles, @moleske, @xandroc, @Infra-Red, @philippthun, @johha
Full Changelog: 1.143.0...1.144.0