Skip to content

Commit 3dd0ee7

Browse files
authored
Bump Gateway API to v1.0.0 (#2142)
1 parent df1e209 commit 3dd0ee7

5 files changed

Lines changed: 87 additions & 59 deletions

File tree

charts/gateway-helm/crds/gatewayapi-crds.yaml

Lines changed: 9 additions & 9 deletions
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/2466
27-
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
27+
gateway.networking.k8s.io/bundle-version: v1.0.0
2828
gateway.networking.k8s.io/channel: experimental
2929
creationTimestamp: null
3030
labels:
@@ -509,7 +509,7 @@ kind: CustomResourceDefinition
509509
metadata:
510510
annotations:
511511
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
512-
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
512+
gateway.networking.k8s.io/bundle-version: v1.0.0
513513
gateway.networking.k8s.io/channel: experimental
514514
creationTimestamp: null
515515
name: gatewayclasses.gateway.networking.k8s.io
@@ -1009,7 +1009,7 @@ kind: CustomResourceDefinition
10091009
metadata:
10101010
annotations:
10111011
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
1012-
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
1012+
gateway.networking.k8s.io/bundle-version: v1.0.0
10131013
gateway.networking.k8s.io/channel: experimental
10141014
creationTimestamp: null
10151015
name: gateways.gateway.networking.k8s.io
@@ -2817,7 +2817,7 @@ kind: CustomResourceDefinition
28172817
metadata:
28182818
annotations:
28192819
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
2820-
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
2820+
gateway.networking.k8s.io/bundle-version: v1.0.0
28212821
gateway.networking.k8s.io/channel: experimental
28222822
creationTimestamp: null
28232823
name: grpcroutes.gateway.networking.k8s.io
@@ -4547,7 +4547,7 @@ kind: CustomResourceDefinition
45474547
metadata:
45484548
annotations:
45494549
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
4550-
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
4550+
gateway.networking.k8s.io/bundle-version: v1.0.0
45514551
gateway.networking.k8s.io/channel: experimental
45524552
creationTimestamp: null
45534553
name: httproutes.gateway.networking.k8s.io
@@ -9509,7 +9509,7 @@ kind: CustomResourceDefinition
95099509
metadata:
95109510
annotations:
95119511
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
9512-
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
9512+
gateway.networking.k8s.io/bundle-version: v1.0.0
95139513
gateway.networking.k8s.io/channel: experimental
95149514
creationTimestamp: null
95159515
name: referencegrants.gateway.networking.k8s.io
@@ -9798,7 +9798,7 @@ kind: CustomResourceDefinition
97989798
metadata:
97999799
annotations:
98009800
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
9801-
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
9801+
gateway.networking.k8s.io/bundle-version: v1.0.0
98029802
gateway.networking.k8s.io/channel: experimental
98039803
creationTimestamp: null
98049804
name: tcproutes.gateway.networking.k8s.io
@@ -10439,7 +10439,7 @@ kind: CustomResourceDefinition
1043910439
metadata:
1044010440
annotations:
1044110441
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
10442-
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
10442+
gateway.networking.k8s.io/bundle-version: v1.0.0
1044310443
gateway.networking.k8s.io/channel: experimental
1044410444
creationTimestamp: null
1044510445
name: tlsroutes.gateway.networking.k8s.io
@@ -11129,7 +11129,7 @@ kind: CustomResourceDefinition
1112911129
metadata:
1113011130
annotations:
1113111131
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
11132-
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
11132+
gateway.networking.k8s.io/bundle-version: v1.0.0
1113311133
gateway.networking.k8s.io/channel: experimental
1113411134
creationTimestamp: null
1113511135
name: udproutes.gateway.networking.k8s.io

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/envoyproxy/gateway
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4
@@ -31,7 +31,7 @@ require (
3131
go.opentelemetry.io/otel/sdk/metric v1.19.0
3232
go.opentelemetry.io/proto/otlp v1.0.0
3333
go.uber.org/zap v1.26.0
34-
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
34+
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
3535
google.golang.org/grpc v1.59.0
3636
google.golang.org/protobuf v1.31.0
3737
gopkg.in/yaml.v3 v3.0.1
@@ -41,9 +41,9 @@ require (
4141
k8s.io/cli-runtime v0.28.3
4242
k8s.io/client-go v0.28.3
4343
k8s.io/kubectl v0.28.3
44-
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
44+
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
4545
sigs.k8s.io/controller-runtime v0.16.3
46-
sigs.k8s.io/gateway-api v1.0.0-rc2
46+
sigs.k8s.io/gateway-api v1.0.0
4747
sigs.k8s.io/yaml v1.4.0
4848
)
4949

@@ -67,14 +67,14 @@ require (
6767
github.com/chai2010/gettext-go v1.0.2 // indirect
6868
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
6969
github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
70-
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
70+
github.com/evanphx/json-patch v5.7.0+incompatible // indirect
7171
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
72-
github.com/fsnotify/fsnotify v1.6.0 // indirect
72+
github.com/fsnotify/fsnotify v1.7.0 // indirect
7373
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect
7474
github.com/go-errors/errors v1.4.2 // indirect
75-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
75+
github.com/go-openapi/jsonpointer v0.20.0 // indirect
7676
github.com/go-openapi/jsonreference v0.20.2 // indirect
77-
github.com/go-openapi/swag v0.22.3 // indirect
77+
github.com/go-openapi/swag v0.22.4 // indirect
7878
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7979
github.com/google/btree v1.0.1 // indirect
8080
github.com/google/gnostic-models v0.6.8 // indirect
@@ -83,7 +83,7 @@ require (
8383
github.com/google/uuid v1.3.1 // indirect
8484
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
8585
github.com/hashicorp/errwrap v1.1.0 // indirect
86-
github.com/imdario/mergo v0.3.12 // indirect
86+
github.com/imdario/mergo v0.3.16 // indirect
8787
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8888
github.com/josharian/intern v1.0.0 // indirect
8989
github.com/json-iterator/go v1.1.12 // indirect
@@ -102,32 +102,32 @@ require (
102102
github.com/pmezard/go-difflib v1.0.0 // indirect
103103
github.com/prometheus/client_golang v1.17.0
104104
github.com/prometheus/client_model v0.5.0 // indirect
105-
github.com/prometheus/procfs v0.11.1 // indirect
105+
github.com/prometheus/procfs v0.12.0 // indirect
106106
github.com/russross/blackfriday/v2 v2.1.0 // indirect
107107
github.com/sirupsen/logrus v1.9.0 // indirect
108108
github.com/tsaarni/x500dn v1.0.0 // indirect
109109
github.com/xlab/treeprint v1.2.0 // indirect
110110
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
111111
go.uber.org/multierr v1.11.0 // indirect
112112
golang.org/x/net v0.17.0 // indirect
113-
golang.org/x/oauth2 v0.12.0 // indirect
113+
golang.org/x/oauth2 v0.13.0 // indirect
114114
golang.org/x/sys v0.13.0 // indirect
115115
golang.org/x/term v0.13.0 // indirect
116116
golang.org/x/text v0.13.0 // indirect
117117
golang.org/x/time v0.3.0 // indirect
118118
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
119-
google.golang.org/appengine v1.6.7 // indirect
119+
google.golang.org/appengine v1.6.8 // indirect
120120
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
121121
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
122122
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
123123
gopkg.in/inf.v0 v0.9.1 // indirect
124124
gopkg.in/yaml.v2 v2.4.0 // indirect
125125
k8s.io/component-base v0.28.3 // indirect
126126
k8s.io/klog/v2 v2.100.1 // indirect
127-
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
127+
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
128128
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
129129
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
130130
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
131131
sigs.k8s.io/mcs-api v0.1.0
132-
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
132+
sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
133133
)

0 commit comments

Comments
 (0)