Skip to content

Commit 11680aa

Browse files
committed
changes after merge master with new envoy api
Signed-off-by: radoslaw.chrzanowski <[email protected]>
1 parent ae47beb commit 11680aa

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

server/src/test/java/io/envoyproxy/controlplane/server/EnvoyContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class EnvoyContainer extends GenericContainer<EnvoyContainer> {
1212

1313
private static final Logger LOGGER = LoggerFactory.getLogger(EnvoyContainer.class);
1414

15-
private static final int DEFAULT_API_VERSION = 2;
15+
private static final int DEFAULT_API_VERSION = 3;
1616
private static final String CONFIG_DEST = "/etc/envoy/envoy.yaml";
1717
private static final String HOST_IP_SCRIPT = "docker/host_ip.sh";
1818
private static final String HOST_IP_SCRIPT_DEST = "/usr/local/bin/host_ip.sh";

server/src/test/resources/envoy/ads.v2.config.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)