1
0
Fork 0

Prepare release v3.5.0-rc1

This commit is contained in:
Romain 2025-06-26 16:44:04 +02:00 committed by GitHub
parent 4af188242c
commit 9862cd6780
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
56 changed files with 400 additions and 372 deletions

View file

@ -100,7 +100,7 @@ test-integration: binary
#? test-gateway-api-conformance: Run the conformance tests
test-gateway-api-conformance: build-image-dirty
# In case of a new Minor/Major version, the k8sConformanceTraefikVersion needs to be updated.
GOOS=$(GOOS) GOARCH=$(GOARCH) go test ./integration -v -test.run K8sConformanceSuite -k8sConformance -k8sConformanceTraefikVersion="v3.4" $(TESTFLAGS)
GOOS=$(GOOS) GOARCH=$(GOARCH) go test ./integration -v -test.run K8sConformanceSuite -k8sConformance -k8sConformanceTraefikVersion="v3.5" $(TESTFLAGS)
.PHONY: test-ui-unit
#? test-ui-unit: Run the unit tests for the webui