Skip to content

Commit 4a77db6

Browse files
committed
Upgrade gateway api to 0.7.1
1 parent 0c899a0 commit 4a77db6

File tree

3 files changed

+91
-81
lines changed

3 files changed

+91
-81
lines changed

Makefile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ wait-ready-external-dns-test:
4343
until kubectl wait pods -l app.kubernetes.io/instance=external-dns --for condition=Ready --timeout=120s ; do echo "."; sleep 1; done
4444

4545
#################
46-
GATEWAY_API_VERSION ?= v0.7.0
46+
GATEWAY_API_VERSION ?= v0.7.1
4747

4848
.PHONY: gateway-api-upstream-get
4949
gateway-api-upstream-get:

0 commit comments

Comments
 (0)