Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ci/tcp-routes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@
- type: replace
path: /resource-config/tcp_router/instances
value: automatic
- type: replace
path: /product-properties/.cloud_controller.default_quota_memory_limit_mb
value:
value: 20480
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public interface CloudFoundryClient {
/**
* The currently supported Cloud Controller API version
*/
String SUPPORTED_API_VERSION = "2.180.0";
String SUPPORTED_API_VERSION = "2.186.0";

/**
* Main entry point to the Cloud Foundry Application Usage Events Client API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public enum CloudFoundryVersion {

PCF_2_12(Version.forIntegers(2, 171, 0)),

PCF_2_13(Version.forIntegers(2, 180, 0)),
PCF_2_13(Version.forIntegers(2, 186, 0)),

UNSPECIFIED(Version.forIntegers(0));

Expand Down