Skip to content

Commit

Permalink
enable http2 tests for contour (#635)
Browse files Browse the repository at this point in the history
* contour: enable http2 tests

* update codegen
  • Loading branch information
dprotaso authored Mar 4, 2024
1 parent e01f8d1 commit 3b99458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/test-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ The following Gateway API version and Ingress were tested as part of the release
| Ingress | Tested version | Unavailable features |
| ------- | ----------------------- | ------------------------------ |
| Istio | v1.20.3 | retry,httpoption,update |
| Contour | v1.28.1 | httpoption,basics/http2,grpc,grpc/split,update |
| Contour | v1.28.1 | httpoption,update |
2 changes: 1 addition & 1 deletion hack/test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ export GATEWAY_API_VERSION="v1.0.0"
export ISTIO_VERSION="1.20.3"
export ISTIO_UNSUPPORTED_E2E_TESTS="retry,httpoption,update"
export CONTOUR_VERSION="v1.28.1"
export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption,basics/http2,grpc,grpc/split,update"
export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption,update"

0 comments on commit 3b99458

Please sign in to comment.