Skip to content

Commit 46dfc80

Browse files
author
Yahor Khadasevich
committed
Merge pull request #18 in CLOUD/mk8s-marketplace-products from group-listeners to master
* commit '96e65a48b89c3c9a6eacf0118ae03ee01a49a348': Remove some old broken tests Reduce code duplication Update version Group listeners by IP and protocol
2 parents a9db8dd + 96e65a4 commit 46dfc80

File tree

17 files changed

+295
-1983
lines changed

17 files changed

+295
-1983
lines changed

gateway-api/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SRCDIRS := ./cmd ./internal ./apis
1111
LOCAL_BOOTSTRAP_CONFIG = localenvoyconfig.yaml
1212
SECURE_LOCAL_BOOTSTRAP_CONFIG = securelocalenvoyconfig.yaml
1313
GATEWAY_API_VERSION = $(shell grep "sigs.k8s.io/gateway-api" go.mod | awk '{print $$2}')
14-
VERSION ?= 0.14.2
14+
VERSION ?= 0.14.3
1515
DEBUG_TAG ?= debug
1616

1717
IMAGE_RESULT_FLAG = --output=type=oci,dest=$(shell pwd)/image/contour-$(VERSION).tar

0 commit comments

Comments
 (0)