Skip to content

Commit abaed48

Browse files
Merge pull request #1206 from cloudfoundry/cc-api-version
Bump min supported CAPI version, increase default memory quota for tests
2 parents 04205c4 + 94ec136 commit abaed48

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

ci/tcp-routes.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@
1818
- type: replace
1919
path: /resource-config/tcp_router/instances
2020
value: automatic
21+
- type: replace
22+
path: /product-properties/.cloud_controller.default_quota_memory_limit_mb
23+
value:
24+
value: 20480

cloudfoundry-client/src/main/java/org/cloudfoundry/client/CloudFoundryClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public interface CloudFoundryClient {
8080
/**
8181
* The currently supported Cloud Controller API version
8282
*/
83-
String SUPPORTED_API_VERSION = "2.180.0";
83+
String SUPPORTED_API_VERSION = "2.186.0";
8484

8585
/**
8686
* Main entry point to the Cloud Foundry Application Usage Events Client API

integration-test/src/test/java/org/cloudfoundry/CloudFoundryVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public enum CloudFoundryVersion {
5454

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

57-
PCF_2_13(Version.forIntegers(2, 180, 0)),
57+
PCF_2_13(Version.forIntegers(2, 186, 0)),
5858

5959
UNSPECIFIED(Version.forIntegers(0));
6060

0 commit comments

Comments
 (0)