Skip to content

Commit 976c1d5

Browse files
authored
bump dependencies (#906)
1 parent 46cea6f commit 976c1d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/test-version.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ The following Gateway API version and Ingress were tested as part of the release
1515

1616
| Ingress | Tested version | Unavailable features |
1717
| ------- | ----------------------- | ------------------------------ |
18-
| Istio | v1.27.1 | retry,httpoption |
18+
| Istio | v1.28.0 | retry,httpoption |
1919
| Contour | v1.33.0 | httpoption |
20-
| Envoy Gateway | v1.5.1 | httpoption,host-rewrite |
20+
| Envoy Gateway | v1.6.0 | httpoption,host-rewrite |

hack/test-env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
# limitations under the License.
1616

1717
export GATEWAY_API_VERSION="v1.4.0"
18-
export ISTIO_VERSION="1.27.1"
18+
export ISTIO_VERSION="1.28.0"
1919
export ISTIO_UNSUPPORTED_E2E_TESTS="retry,httpoption"
2020
export CONTOUR_VERSION="v1.33.0"
2121
export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption"
2222

23-
export ENVOY_GATEWAY_VERSION="v1.5.1"
23+
export ENVOY_GATEWAY_VERSION="v1.6.0"
2424
export ENVOY_GATEWAY_UNSUPPORTED_E2E_TESTS="httpoption,host-rewrite"

0 commit comments

Comments
 (0)