Commit d2295e7
committed
Bump cloud_controller_ng
Changes in cloud_controller_ng:
- MariaDB version in CAPI pipeline has yet another error message. Make test more generic.
PR: cloudfoundry/cloud_controller_ng#4255
Author: Sven Krieger <[email protected]>
- Try to fix flaky stager test part 2
PR: cloudfoundry/cloud_controller_ng#4261
Author: Sven Krieger <[email protected]>
- Fix flaky stager test
PR: cloudfoundry/cloud_controller_ng#4256
Author: Sven Krieger <[email protected]>
- Bump postgres version in gh workflows
PR: cloudfoundry/cloud_controller_ng#4254
Author: Johannes Haass <[email protected]>
- [RFC0030 - 3] Rename 'file-based-service-bindings' to 'service-binding-k8s' and introduce 'file-based-vcap-services'
PR: cloudfoundry/cloud_controller_ng#4235
Author: Sven Krieger <[email protected]>1 parent 81899a3 commit d2295e7
1 file changed
+1
-1
lines changedSubmodule cloud_controller_ng updated 16 files
- .github/workflows/unit_tests.yml+1-1
- .github/workflows/unit_tests_backwards_compatibility.yml+1-1
- app/actions/app_feature_update.rb+6-4
- app/controllers/v3/app_features_controller.rb+21-5
- app/presenters/v3/app_file_based_service_bindings_feature_presenter.rb-19
- app/presenters/v3/app_file_based_vcap_services_feature_presenter.rb+19
- app/presenters/v3/app_service_binding_k8s_feature_presenter.rb+19
- db/migrations/20250225132929_add_apps_file_based_service_binding_feature_columns.rb+47
- docs/v3/source/includes/api_resources/_app_features.erb+8-3
- docs/v3/source/includes/resources/app_features/_supported_features.md.erb+2-1
- spec/migrations/20250225132929_add_apps_file_based_service_binding_feature_columns_spec.rb+241
- spec/request/app_features_spec.rb+167-27
- spec/unit/actions/app_feature_update_spec.rb+13-5
- spec/unit/controllers/v3/app_features_controller_spec.rb+16-8
- spec/unit/lib/cloud_controller/diego/stager_spec.rb+6-13
- spec/unit/presenters/v3/app_feature_presenter_spec.rb+20-6
0 commit comments