Skip to content

Commit

Permalink
bump istio to 1.20.3 and gateway api to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Feb 22, 2024
1 parent d35cd18 commit 5acf337
Show file tree
Hide file tree
Showing 3 changed files with 1,378 additions and 673 deletions.
4 changes: 2 additions & 2 deletions docs/test-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The following Gateway API version and Ingress were tested as part of the release

| Tested Gateway API |
| ------------------------ |
| v0.8.1 |
| v1.0.0 |

### Tested Ingress

| Ingress | Tested version | Unavailable features |
| ------- | ----------------------- | ------------------------------ |
| Istio | v1.19.3 | retry,httpoption |
| Istio | v1.20.3 | retry,httpoption |
| Contour | v1.28.1 | httpoption,basics/http2,grpc,grpc/split,update |
4 changes: 2 additions & 2 deletions hack/test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

export GATEWAY_API_VERSION="v0.8.1"
export ISTIO_VERSION="1.19.3"
export GATEWAY_API_VERSION="v1.0.0"
export ISTIO_VERSION="1.20.3"
export ISTIO_UNSUPPORTED_E2E_TESTS="retry,httpoption"
export CONTOUR_VERSION="v1.28.1"
export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption,basics/http2,grpc,grpc/split,update"
Loading

0 comments on commit 5acf337

Please sign in to comment.