envoy: upgrade to 1.23.0 (#3560)

* envoy: upgrade to 1.23.0

* only set ipv4_compat if :: or an ipv4in6 address

* fix tests
This commit is contained in:
Caleb Doxsey 2022-08-22 15:03:29 -06:00 committed by GitHub
parent b613cf757e
commit 4d38da94dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 164 additions and 156 deletions

View file

@ -475,7 +475,6 @@ func Test_buildCluster(t *testing.T) {
"address": {
"socketAddress": {
"address": "example.com",
"ipv4Compat": true,
"portValue": 80
}
}
@ -485,7 +484,6 @@ func Test_buildCluster(t *testing.T) {
"address": {
"socketAddress": {
"address": "1.2.3.4",
"ipv4Compat": true,
"portValue": 80
}
}
@ -631,7 +629,6 @@ func Test_buildCluster(t *testing.T) {
"address": {
"socketAddress": {
"address": "example.com",
"ipv4Compat": true,
"portValue": 443
}
}
@ -648,7 +645,6 @@ func Test_buildCluster(t *testing.T) {
"address": {
"socketAddress": {
"address": "example.com",
"ipv4Compat": true,
"portValue": 443
}
}
@ -702,7 +698,6 @@ func Test_buildCluster(t *testing.T) {
"address": {
"socketAddress": {
"address": "127.0.0.1",
"ipv4Compat": true,
"portValue": 80
}
}
@ -712,7 +707,6 @@ func Test_buildCluster(t *testing.T) {
"address": {
"socketAddress": {
"address": "127.0.0.2",
"ipv4Compat": true,
"portValue": 80
}
}
@ -759,7 +753,6 @@ func Test_buildCluster(t *testing.T) {
"address": {
"socketAddress": {
"address": "127.0.0.1",
"ipv4Compat": true,
"portValue": 8080
}
}
@ -770,7 +763,6 @@ func Test_buildCluster(t *testing.T) {
"address": {
"socketAddress": {
"address": "127.0.0.2",
"ipv4Compat": true,
"portValue": 80
}
}
@ -818,7 +810,6 @@ func Test_buildCluster(t *testing.T) {
"address": {
"socketAddress": {
"address": "127.0.0.1",
"ipv4Compat": true,
"portValue": 80
}
}
@ -875,7 +866,6 @@ func Test_buildCluster(t *testing.T) {
"address": {
"socketAddress": {
"address": "example.com",
"ipv4Compat": true,
"portValue": 80
}
}