Commit 5612a6e
committed
Bump cloud_controller_ng
Changes in cloud_controller_ng:
- Don't assume a process with > 0 instances exists
PR: cloudfoundry/cloud_controller_ng#4251
Author: Seth Boyles <[email protected]>
- Allow scaling with Deployments directly
PR: cloudfoundry/cloud_controller_ng#4247
Author: Seth Boyles <[email protected]>1 parent 0acab04 commit 5612a6e
1 file changed
+1
-1
lines changedSubmodule cloud_controller_ng updated 17 files
- app/actions/deployment_create.rb+22-2
- app/messages/deployment_create_message.rb+14
- app/models/runtime/deployment_model.rb+16-2
- app/presenters/v3/deployment_presenter.rb+2-1
- db/migrations/20250304215542_add_web_instances_to_deployments.rb+12
- docs/v3/source/includes/api_resources/_deployments.erb+1
- docs/v3/source/includes/resources/deployments/_create.md.erb+1
- docs/v3/source/includes/resources/deployments/_object.md.erb+1
- lib/cloud_controller/deployment_updater/actions/scale.rb+1-7
- lib/cloud_controller/deployment_updater/updater.rb+1-1
- spec/request/deployments_spec.rb+97-15
- spec/unit/actions/deployment_create_spec.rb+129-2
- spec/unit/lib/cloud_controller/deployment_updater/actions/scale_spec.rb+9
- spec/unit/lib/cloud_controller/deployment_updater/updater_spec.rb+29-1
- spec/unit/messages/deployment_create_message_spec.rb+76-1
- spec/unit/models/runtime/deployment_model_spec.rb+58-1
- spec/unit/presenters/v3/deployment_presenter_spec.rb+8-2
0 commit comments