Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Gateway API v1.1.0 #3356

Merged
merged 1 commit into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions charts/gateway-helm/crds/gatewayapi-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
gateway.networking.k8s.io/bundle-version: v1.1.0-rc2
gateway.networking.k8s.io/bundle-version: v1.1.0
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: backendlbpolicies.gateway.networking.k8s.io
Expand Down Expand Up @@ -581,7 +581,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
gateway.networking.k8s.io/bundle-version: v1.1.0-rc2
gateway.networking.k8s.io/bundle-version: v1.1.0
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
labels:
Expand Down Expand Up @@ -1185,7 +1185,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
gateway.networking.k8s.io/bundle-version: v1.1.0-rc2
gateway.networking.k8s.io/bundle-version: v1.1.0
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: gatewayclasses.gateway.networking.k8s.io
Expand Down Expand Up @@ -1737,7 +1737,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
gateway.networking.k8s.io/bundle-version: v1.1.0-rc2
gateway.networking.k8s.io/bundle-version: v1.1.0
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: gateways.gateway.networking.k8s.io
Expand Down Expand Up @@ -4223,7 +4223,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
gateway.networking.k8s.io/bundle-version: v1.1.0-rc2
gateway.networking.k8s.io/bundle-version: v1.1.0
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: grpcroutes.gateway.networking.k8s.io
Expand Down Expand Up @@ -8909,7 +8909,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
gateway.networking.k8s.io/bundle-version: v1.1.0-rc2
gateway.networking.k8s.io/bundle-version: v1.1.0
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: httproutes.gateway.networking.k8s.io
Expand Down Expand Up @@ -15389,7 +15389,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
gateway.networking.k8s.io/bundle-version: v1.1.0-rc2
gateway.networking.k8s.io/bundle-version: v1.1.0
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: referencegrants.gateway.networking.k8s.io
Expand Down Expand Up @@ -15776,7 +15776,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
gateway.networking.k8s.io/bundle-version: v1.1.0-rc2
gateway.networking.k8s.io/bundle-version: v1.1.0
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: tcproutes.gateway.networking.k8s.io
Expand Down Expand Up @@ -16601,7 +16601,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
gateway.networking.k8s.io/bundle-version: v1.1.0-rc2
gateway.networking.k8s.io/bundle-version: v1.1.0
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: tlsroutes.gateway.networking.k8s.io
Expand Down Expand Up @@ -17499,7 +17499,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
gateway.networking.k8s.io/bundle-version: v1.1.0-rc2
gateway.networking.k8s.io/bundle-version: v1.1.0
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: udproutes.gateway.networking.k8s.io
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ require (
k8s.io/kubectl v0.30.0
k8s.io/utils v0.0.0-20240423183400-0849a56e8f22
sigs.k8s.io/controller-runtime v0.18.1
sigs.k8s.io/gateway-api v1.1.0-rc2
sigs.k8s.io/gateway-api v1.1.0
sigs.k8s.io/mcs-api v0.1.0
sigs.k8s.io/yaml v1.4.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -980,8 +980,8 @@ sigs.k8s.io/controller-runtime v0.6.1/go.mod h1:XRYBPdbf5XJu9kpS84VJiZ7h/u1hF3gE
sigs.k8s.io/controller-runtime v0.18.1 h1:RpWbigmuiylbxOCLy0tGnq1cU1qWPwNIQzoJk+QeJx4=
sigs.k8s.io/controller-runtime v0.18.1/go.mod h1:tuAt1+wbVsXIT8lPtk5RURxqAnq7xkpv2Mhttslg7Hw=
sigs.k8s.io/controller-tools v0.3.0/go.mod h1:enhtKGfxZD1GFEoMgP8Fdbu+uKQ/cq1/WGJhdVChfvI=
sigs.k8s.io/gateway-api v1.1.0-rc2 h1:uMHSylqzNHYD4kgp6OCDZv9o7ukzgtjuI6G6/e+TSUo=
sigs.k8s.io/gateway-api v1.1.0-rc2/go.mod h1:ZH4lHrL2sDi0FHZ9jjneb8kKnGzFWyrTya35sWUTrRs=
sigs.k8s.io/gateway-api v1.1.0 h1:DsLDXCi6jR+Xz8/xd0Z1PYl2Pn0TyaFMOPPZIj4inDM=
sigs.k8s.io/gateway-api v1.1.0/go.mod h1:ZH4lHrL2sDi0FHZ9jjneb8kKnGzFWyrTya35sWUTrRs=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/kind v0.8.1/go.mod h1:oNKTxUVPYkV9lWzY6CVMNluVq8cBsyq+UgPJdvA3uu4=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ grpcRoutes:
- method:
method: DoThing
service: com.example.Things
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -362,7 +361,6 @@ httpRoutes:
- path:
type: PathPrefix
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ httpRoutes:
- path:
type: PathPrefix
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@
"port": 3000,
"weight": 1
}
],
"sessionPersistence": null
]
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ grpcRoutes:
- method:
method: DoThing
service: com.example.Things
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -242,7 +241,6 @@ httpRoutes:
- path:
type: PathPrefix
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ httpRoutes:
- path:
type: PathPrefix
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ httpRoutes:
- path:
type: PathPrefix
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ grpcRoutes:
- method:
method: DoThing
service: com.example.Things
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -235,7 +234,6 @@ httpRoutes:
- path:
type: PathPrefix
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ httpRoutes:
- path:
type: Exact
value: /exact
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ httpRoutes:
- path:
type: Exact
value: /exact
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ httpRoutes:
- path:
type: Exact
value: /exact
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ httpRoutes:
- path:
type: Exact
value: /exact
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ httpRoutes:
- path:
type: Exact
value: /exact
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ httpRoutes:
matches:
- path:
value: /foo
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -169,7 +168,6 @@ httpRoutes:
matches:
- path:
value: /bar
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ grpcRoutes:
- name: magic
type: Exact
value: foo
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -412,7 +411,6 @@ httpRoutes:
matches:
- path:
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -447,7 +445,6 @@ httpRoutes:
matches:
- path:
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ grpcRoutes:
- backendRefs:
- name: service-1
port: 8080
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -237,7 +236,6 @@ httpRoutes:
matches:
- path:
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -276,7 +274,6 @@ httpRoutes:
matches:
- path:
value: /route2
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ httpRoutes:
matches:
- path:
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ grpcRoutes:
- backendRefs:
- name: service-1
port: 8080
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -219,7 +218,6 @@ httpRoutes:
matches:
- path:
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -258,7 +256,6 @@ httpRoutes:
matches:
- path:
value: /foo
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ grpcRoutes:
- backendRefs:
- name: service-1
port: 8080
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -199,7 +198,6 @@ httpRoutes:
matches:
- path:
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ grpcRoutes:
- backendRefs:
- name: service-1
port: 8080
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -331,7 +330,6 @@ httpRoutes:
matches:
- path:
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -370,7 +368,6 @@ httpRoutes:
matches:
- path:
value: /v2
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -409,7 +406,6 @@ httpRoutes:
matches:
- path:
value: /v3
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ grpcRoutes:
- backendRefs:
- name: service-1
port: 8080
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -258,7 +257,6 @@ httpRoutes:
matches:
- path:
value: /
sessionPersistence: null
status:
parents:
- conditions:
Expand Down Expand Up @@ -297,7 +295,6 @@ httpRoutes:
matches:
- path:
value: /test2
sessionPersistence: null
status:
parents:
- conditions:
Expand Down
Loading
Loading