1
0
Fork 0

Bump sigs.k8s.io/gateway-api to v1.3.0

This commit is contained in:
Romain 2025-06-03 09:20:04 +02:00 committed by GitHub
parent 289d6e5dca
commit ce1b13f228
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 3255 additions and 908 deletions

View file

@ -1,7 +1,7 @@
apiVersion: gateway.networking.k8s.io/v1
date: '-'
gatewayAPIChannel: experimental
gatewayAPIVersion: v1.2.1
gatewayAPIVersion: v1.3.0
implementation:
contact:
- '@traefik/maintainers'
@ -46,6 +46,7 @@ profiles:
- HTTPRouteResponseHeaderModification
- HTTPRouteSchemeRedirect
unsupportedFeatures:
- GatewayAddressEmpty
- GatewayHTTPListenerIsolation
- GatewayInfrastructurePropagation
- GatewayStaticAddresses
@ -54,6 +55,7 @@ profiles:
- HTTPRouteParentRefPort
- HTTPRouteRequestMirror
- HTTPRouteRequestMultipleMirrors
- HTTPRouteRequestPercentageMirror
- HTTPRouteRequestTimeout
name: GATEWAY-HTTP
summary: Core tests succeeded. Extended tests succeeded.

View file

@ -89,7 +89,7 @@ func (s *K8sConformanceSuite) SetupSuite() {
s.k3sContainer, err = k3s.Run(ctx,
k3sImage,
k3s.WithManifest("./fixtures/k8s-conformance/00-experimental-v1.2.1.yml"),
k3s.WithManifest("./fixtures/k8s-conformance/00-experimental-v1.3.0.yml"),
k3s.WithManifest("./fixtures/k8s-conformance/01-rbac.yml"),
k3s.WithManifest("./fixtures/k8s-conformance/02-traefik.yml"),
network.WithNetwork(nil, s.network),