Commit e70f87b
committed
Bump cloud_controller_ng
Changes in cloud_controller_ng:
- Add unique index for route bindings
PR: cloudfoundry/cloud_controller_ng#4629
Author: Johannes Haass <[email protected]>
- Add unique constraint for sidecar process types
PR: cloudfoundry/cloud_controller_ng#4632
Author: Johannes Haass <[email protected]>1 parent 7c6e560 commit e70f87b
1 file changed
+1
-1
lines changedSubmodule cloud_controller_ng updated 12 files
- app/actions/service_route_binding_create.rb+4
- app/models/runtime/revision_sidecar_process_type_model.rb+9-1
- app/models/runtime/sidecar_process_type_model.rb+9
- app/models/services/route_binding.rb+9
- db/migrations/20251028135214_route_bindings_unique_index.rb+47
- db/migrations/20251030100000_add_unique_constraint_to_sidecar_process_types.rb+68
- spec/migrations/20251028135214_route_bindings_unique_index_spec.rb+69
- spec/migrations/20251030100000_add_unique_constraint_to_sidecar_process_types_spec.rb+61
- spec/unit/actions/service_route_binding_create_spec.rb+24
- spec/unit/models/runtime/revision_sidecar_model_spec.rb+19
- spec/unit/models/runtime/sidecar_model_spec.rb+23
- spec/unit/models/services/route_binding_spec.rb+29
0 commit comments