Skip to content

Commit

Permalink
Update to Contour that includes v0.5.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlisia committed Jun 25, 2022
1 parent 9178e17 commit f9c37f8
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.13.2 | tls,retry,httpoption,host-rewrite |
| Contour | v1.21.0 | tls,retry,httpoption,basics/http2,websocket,websocket/split,grpc,grpc/split,visibility/path,visibility,update,host-rewrite |
| Contour | 11d1f703bfd94e567960a402d0fcdd9c36901e6e | tls,retry,httpoption,basics/http2,websocket,websocket/split,grpc,grpc/split,visibility/path,visibility,update,host-rewrite |
2 changes: 1 addition & 1 deletion hack/test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
export GATEWAY_API_VERSION="v0.5.0-rc1"
export ISTIO_VERSION="1.13.2"
export ISTIO_UNSUPPORTED_TESTS="tls,retry,httpoption,host-rewrite"
export CONTOUR_VERSION="v1.21.0"
export CONTOUR_VERSION="11d1f703bfd94e567960a402d0fcdd9c36901e6e"
export CONTOUR_UNSUPPORTED_TESTS="tls,retry,httpoption,basics/http2,websocket,websocket/split,grpc,grpc/split,visibility/path,visibility,update,host-rewrite"

0 comments on commit f9c37f8

Please sign in to comment.