Skip to content

Commit a528866

Browse files
authored
Bumps Gateway API Version to v1.2.1 (#10547)
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 99e1ba7 commit a528866

File tree

8 files changed

+23
-17
lines changed

8 files changed

+23
-17
lines changed

.github/workflows/.env/nightly-tests/max_versions.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ kind_version='v0.24.0'
44
helm_version='v3.14.4'
55
argocd_version='v2.8.4'
66
istio_version='1.22.0'
7-
k8sgateway_api_version='v1.2.0'
7+
k8sgateway_api_version='v1.2.1'

changelog/v1.18.4/issue_10546.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
changelog:
2+
- type: FIX
3+
issueLink: https://github.com/solo-io/gloo/issues/10546
4+
resolvesIssue: true
5+
description: >-
6+
Bumps Gateway API dependencies from v1.2.0 to v1.2.1.

ci/kind/setup-kind.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ IMAGE_VARIANT="${IMAGE_VARIANT:-standard}"
1818
# If true, run extra steps to set up k8s gateway api conformance test environment
1919
CONFORMANCE="${CONFORMANCE:-false}"
2020
# The version of the k8s gateway api conformance tests to run. Requires CONFORMANCE=true
21-
CONFORMANCE_VERSION="${CONFORMANCE_VERSION:-v1.2.0}"
21+
CONFORMANCE_VERSION="${CONFORMANCE_VERSION:-v1.2.1}"
2222
# The channel of the k8s gateway api conformance tests to run. Requires CONFORMANCE=true
2323
CONFORMANCE_CHANNEL="${CONFORMANCE_CHANNEL:-"experimental"}"
2424
# The version of Cilium to install.

docs/content/static/content/osa_provided.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Name|Version|License
7979
[knative.dev/pkg](https://knative.dev/pkg)|v0.0.0-20211206113427-18589ac7627e|Apache License 2.0
8080
[sigs.k8s.io/controller-runtime](https://sigs.k8s.io/controller-runtime)|v0.19.1|Apache License 2.0
8181
[sigs.k8s.io/controller-tools](https://sigs.k8s.io/controller-tools)|v0.16.3|Apache License 2.0
82-
[sigs.k8s.io/gateway-api](https://sigs.k8s.io/gateway-api)|v1.2.0|Apache License 2.0
82+
[sigs.k8s.io/gateway-api](https://sigs.k8s.io/gateway-api)|v1.2.1|Apache License 2.0
8383
[structured-merge-diff/v4](https://sigs.k8s.io/structured-merge-diff/v4)|v4.4.1|Apache License 2.0
8484
[sigs.k8s.io/yaml](https://sigs.k8s.io/yaml)|v1.4.0|MIT License
8585
[cmd/goimports](https://golang.org/x/tools/cmd/goimports)|latest|MIT License

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ require (
8585
knative.dev/networking v0.0.0-20211210083629-bace06e98aee
8686
knative.dev/pkg v0.0.0-20211206113427-18589ac7627e
8787
sigs.k8s.io/controller-runtime v0.19.1
88-
sigs.k8s.io/gateway-api v1.2.0
88+
sigs.k8s.io/gateway-api v1.2.1
8989
sigs.k8s.io/yaml v1.4.0
9090
)
9191

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -4170,8 +4170,8 @@ sigs.k8s.io/controller-runtime v0.19.1 h1:Son+Q40+Be3QWb+niBXAg2vFiYWolDjjRfO8hn
41704170
sigs.k8s.io/controller-runtime v0.19.1/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4=
41714171
sigs.k8s.io/controller-tools v0.16.3 h1:z48C5/d4jCVQQvtiSBL5MYyZ3EO2eFIOXrIKMgHVhFY=
41724172
sigs.k8s.io/controller-tools v0.16.3/go.mod h1:AEj6k+w1kYpLZv2einOH3mj52ips4W/6FUjnB5tkJGs=
4173-
sigs.k8s.io/gateway-api v1.2.0 h1:LrToiFwtqKTKZcZtoQPTuo3FxhrrhTgzQG0Te+YGSo8=
4174-
sigs.k8s.io/gateway-api v1.2.0/go.mod h1:EpNfEXNjiYfUJypf0eZ0P5iXA9ekSGWaS1WgPaM42X0=
4173+
sigs.k8s.io/gateway-api v1.2.1 h1:fZZ/+RyRb+Y5tGkwxFKuYuSRQHu9dZtbjenblleOLHM=
4174+
sigs.k8s.io/gateway-api v1.2.1/go.mod h1:EpNfEXNjiYfUJypf0eZ0P5iXA9ekSGWaS1WgPaM42X0=
41754175
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
41764176
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
41774177
sigs.k8s.io/kustomize/api v0.17.2 h1:E7/Fjk7V5fboiuijoZHgs4aHuexi5Y2loXlVOAVAG5g=

projects/gateway2/crds/gateway-crds.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kind: CustomResourceDefinition
2424
metadata:
2525
annotations:
2626
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/3328
27-
gateway.networking.k8s.io/bundle-version: v1.2.0
27+
gateway.networking.k8s.io/bundle-version: v1.2.1
2828
gateway.networking.k8s.io/channel: experimental
2929
creationTimestamp: null
3030
labels:
@@ -525,7 +525,7 @@ kind: CustomResourceDefinition
525525
metadata:
526526
annotations:
527527
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/3328
528-
gateway.networking.k8s.io/bundle-version: v1.2.0
528+
gateway.networking.k8s.io/bundle-version: v1.2.1
529529
gateway.networking.k8s.io/channel: experimental
530530
creationTimestamp: null
531531
labels:
@@ -1154,7 +1154,7 @@ kind: CustomResourceDefinition
11541154
metadata:
11551155
annotations:
11561156
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/3328
1157-
gateway.networking.k8s.io/bundle-version: v1.2.0
1157+
gateway.networking.k8s.io/bundle-version: v1.2.1
11581158
gateway.networking.k8s.io/channel: experimental
11591159
creationTimestamp: null
11601160
name: gatewayclasses.gateway.networking.k8s.io
@@ -1674,7 +1674,7 @@ kind: CustomResourceDefinition
16741674
metadata:
16751675
annotations:
16761676
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/3328
1677-
gateway.networking.k8s.io/bundle-version: v1.2.0
1677+
gateway.networking.k8s.io/bundle-version: v1.2.1
16781678
gateway.networking.k8s.io/channel: experimental
16791679
creationTimestamp: null
16801680
name: gateways.gateway.networking.k8s.io
@@ -4090,7 +4090,7 @@ kind: CustomResourceDefinition
40904090
metadata:
40914091
annotations:
40924092
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/3328
4093-
gateway.networking.k8s.io/bundle-version: v1.2.0
4093+
gateway.networking.k8s.io/bundle-version: v1.2.1
40944094
gateway.networking.k8s.io/channel: experimental
40954095
creationTimestamp: null
40964096
name: grpcroutes.gateway.networking.k8s.io
@@ -6328,7 +6328,7 @@ kind: CustomResourceDefinition
63286328
metadata:
63296329
annotations:
63306330
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/3328
6331-
gateway.networking.k8s.io/bundle-version: v1.2.0
6331+
gateway.networking.k8s.io/bundle-version: v1.2.1
63326332
gateway.networking.k8s.io/channel: experimental
63336333
creationTimestamp: null
63346334
name: httproutes.gateway.networking.k8s.io
@@ -12490,7 +12490,7 @@ kind: CustomResourceDefinition
1249012490
metadata:
1249112491
annotations:
1249212492
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/3328
12493-
gateway.networking.k8s.io/bundle-version: v1.2.0
12493+
gateway.networking.k8s.io/bundle-version: v1.2.1
1249412494
gateway.networking.k8s.io/channel: experimental
1249512495
creationTimestamp: null
1249612496
name: referencegrants.gateway.networking.k8s.io
@@ -12683,7 +12683,7 @@ kind: CustomResourceDefinition
1268312683
metadata:
1268412684
annotations:
1268512685
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/3328
12686-
gateway.networking.k8s.io/bundle-version: v1.2.0
12686+
gateway.networking.k8s.io/bundle-version: v1.2.1
1268712687
gateway.networking.k8s.io/channel: experimental
1268812688
creationTimestamp: null
1268912689
name: tcproutes.gateway.networking.k8s.io
@@ -13428,7 +13428,7 @@ kind: CustomResourceDefinition
1342813428
metadata:
1342913429
annotations:
1343013430
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/3328
13431-
gateway.networking.k8s.io/bundle-version: v1.2.0
13431+
gateway.networking.k8s.io/bundle-version: v1.2.1
1343213432
gateway.networking.k8s.io/channel: experimental
1343313433
creationTimestamp: null
1343413434
name: tlsroutes.gateway.networking.k8s.io
@@ -14236,7 +14236,7 @@ kind: CustomResourceDefinition
1423614236
metadata:
1423714237
annotations:
1423814238
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/3328
14239-
gateway.networking.k8s.io/bundle-version: v1.2.0
14239+
gateway.networking.k8s.io/bundle-version: v1.2.1
1424014240
gateway.networking.k8s.io/channel: experimental
1424114241
creationTimestamp: null
1424214242
name: udproutes.gateway.networking.k8s.io

projects/gateway2/crds/tcproute-crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kind: CustomResourceDefinition
2424
metadata:
2525
annotations:
2626
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/3328
27-
gateway.networking.k8s.io/bundle-version: v1.2.0
27+
gateway.networking.k8s.io/bundle-version: v1.2.1
2828
gateway.networking.k8s.io/channel: experimental
2929
creationTimestamp: null
3030
name: tcproutes.gateway.networking.k8s.io

0 commit comments

Comments
 (0)