Skip to content

Commit

Permalink
Update GW_API_PREV_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
bjee19 committed Jan 15, 2025
1 parent 9f3c144 commit 4019102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GINKGO_FLAGS =
GINKGO_LABEL =
GITHUB_OUTPUT =
GW_API_VERSION ?= $(shell sed -n 's/.*ref=v\(.*\)/\1/p' ../config/crd/gateway-api/standard/kustomization.yaml)## Supported Gateway API version from current NGF
GW_API_PREV_VERSION ?= 1.2.0## Supported Gateway API version from previous NGF release
GW_API_PREV_VERSION ?= 1.2.1## Supported Gateway API version from previous NGF release
GW_SERVICE_TYPE = NodePort## Service type to use for the gateway
GW_SVC_GKE_INTERNAL = false
NGF_VERSION ?= edge## NGF version to be tested
Expand Down

0 comments on commit 4019102

Please sign in to comment.