Katharina Przybill
Katharina Przybill
We can see double entries for the same service_instance_id in the service_instance_operations table. This leads to: PG::ForeignKeyViolation: ERROR: update or delete on table "service_instances" violates foreign key constraint "fk_svc_inst_op_svc_instance_id" on...
After merging #3394 and #3393 we can remove the views we introduced for annotations and labels tables. This is a breaking change, migrating from a CF-Deployment version before PR 3394...
In postgres there is no issue when you name your app e.g. 🦄🦄🦄, but the tests for mysql fail with: ``` Sequel::DatabaseError: Mysql2::error: Incorrect string value: '\xF0\x9F\xA6\x84\xF0\x9F...' for column 'name'...
## Mysql5.7 is not supported any more, remove support for Mysql5.7 [[email protected] is not supported any more upstream](https://endoflife.date/mysql) and also not in [cf-deployment](https://github.com/cloudfoundry/cf-deployment/blob/main/texts/deployment-guide.md#:~:text=The%20following%20databases%20are%20not,MySQL%20%3C8.0). PR validation could be sped up by...
* A short explanation of the proposed change: Keep /v2/info endpoint when v2 is disabled * An explanation of the use cases your change solves Tools like cf-java-client don't break...
Thanks for contributing to the `capi_release`. To speed up the process of reviewing your pull request please provide us with: * A short explanation of the proposed change: * An...
Thanks for contributing to the `capi_release`. To speed up the process of reviewing your pull request please provide us with: * A short explanation of the proposed change: Improve resiliency...
Inform operators which service plan, service offering and broker is involved in service instance creation/update/deletion * A short explanation of the proposed change: Add names of service plan, service offering...
We propose adding proper draining behavior to the cc_uploader process. This would ensure that ongoing droplet uploads after staging are allowed to complete gracefully when a Cloud Controller (CC) API...
This PR adds AliCloud (OSS) support to the Cloud Controller when using storage-cli as the blobstore backend. Introduces AliStorageCliClient, registered under the aliyun provider. Extends the storage-cli config validation to...