CAPI 1.159.0
- The capi-release contains a db migration which may fail if the landscape is under high load. This issue will be fixed with PRs cloudfoundry/cloud_controller_ng#3428 and cloudfoundry/cloud_controller_ng#3424. The PR should be integrated in capi-release >= v1.161.0. If you want to be on the safe side, you should skip this version of cf-deployment and use a later version with the fixed migration.
Highlights
CC API Version: 2.210.0 and 3.145.0
Service Broker API Version: 2.15
CAPI Release
- No notable changes
Cloud Controller
-
Added
- @FloThinksPi: ADRs to document changes to metadata tables have been added. These ADRs document the changes conducted in pull requests cloudfoundry/cloud_controller_ng#3402, cloudfoundry/cloud_controller_ng#3400, cloudfoundry/cloud_controller_ng#3394, cloudfoundry/cloud_controller_ng#3401, cloudfoundry/cloud_controller_ng#3393 in #45d2652
- @FloThinksPi: A feature to cancel CI runs if PRs get new changes. In case a PR gets a new commit or something is force pushed, the currently running actions will abort as they are meaningless anyway and just eat up capacity. #28420228
- @FloThinksPi: Annotation Key Column Rename has been prepared. This change introduces views on all annotation tables where the column key has the alias key_name. #d3d2788b9
-
Changed
- @johha : The log level for specs has been set to fatal to reduce log size. #fab0a5cff
- @FloThinksPi: The presenter's handling of metadata prefixes has been refactored. The commit updates how the presenter handles metadata (labels and annotations), treating nil and an empty string as an empty prefix. This is needed to prepare for setting a unique constraint for labels and annotations to prevent duplicate entries in the database #3b147aef9
-
Dependencies
- dependabot[bot]: Dependency mime-types has been bumped from 3.5.0 to 3.5.1. #9cd0e4bde
- dependabot[bot]: Development dependency rubocop has been bumped from 1.56.0 to 1.56.1. #fcccd4b2f
Cloud Controller Database Migrations
- 20230822153000_streamline_annotation_key_prefix.rb
- 20230822173000_add_migration_views_for_annotations.rb