Skip to content

Commit

Permalink
Bump to Gateway API v1.0.0-rc2 (#2075)
Browse files Browse the repository at this point in the history
* Bump to Gateway API v0.0.0-rc2

Release notes in https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.0.0-rc2

Signed-off-by: Arko Dasgupta <[email protected]>

* add chart

Signed-off-by: Arko Dasgupta <[email protected]>

* skip tests

Signed-off-by: Arko Dasgupta <[email protected]>

* typo

Signed-off-by: Arko Dasgupta <[email protected]>

---------

Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg authored Oct 26, 2023
1 parent edcb25b commit fdcd9e4
Show file tree
Hide file tree
Showing 182 changed files with 22 additions and 204 deletions.
28 changes: 14 additions & 14 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/2466
gateway.networking.k8s.io/bundle-version: v1.0.0-rc1
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
labels:
Expand Down Expand Up @@ -199,12 +199,12 @@ spec:
- hostname
type: object
x-kubernetes-validations:
- message: must not contain both CertRefs and WellKnownCACerts
rule: (has(self.caCertRefs) && size(self.caCertRefs) > 0 && has(self.wellKnownCACerts)
&& self.wellKnownCACerts != "")
- message: must specify either CertRefs or WellKnownCACerts
rule: '!(has(self.caCertRefs) && size(self.caCertRefs) > 0 || has(self.wellKnownCACerts)
- message: must not contain both CACertRefs and WellKnownCACerts
rule: '!(has(self.caCertRefs) && size(self.caCertRefs) > 0 && has(self.wellKnownCACerts)
&& self.wellKnownCACerts != "")'
- message: must specify either CACertRefs or WellKnownCACerts
rule: (has(self.caCertRefs) && size(self.caCertRefs) > 0 || has(self.wellKnownCACerts)
&& self.wellKnownCACerts != "")
required:
- targetRef
- tls
Expand Down Expand Up @@ -509,7 +509,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
gateway.networking.k8s.io/bundle-version: v1.0.0-rc1
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: gatewayclasses.gateway.networking.k8s.io
Expand Down Expand Up @@ -1009,7 +1009,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
gateway.networking.k8s.io/bundle-version: v1.0.0-rc1
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: gateways.gateway.networking.k8s.io
Expand Down Expand Up @@ -2817,7 +2817,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
gateway.networking.k8s.io/bundle-version: v1.0.0-rc1
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: grpcroutes.gateway.networking.k8s.io
Expand Down Expand Up @@ -4547,7 +4547,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
gateway.networking.k8s.io/bundle-version: v1.0.0-rc1
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: httproutes.gateway.networking.k8s.io
Expand Down Expand Up @@ -9509,7 +9509,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
gateway.networking.k8s.io/bundle-version: v1.0.0-rc1
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: referencegrants.gateway.networking.k8s.io
Expand Down Expand Up @@ -9798,7 +9798,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
gateway.networking.k8s.io/bundle-version: v1.0.0-rc1
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: tcproutes.gateway.networking.k8s.io
Expand Down Expand Up @@ -10439,7 +10439,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
gateway.networking.k8s.io/bundle-version: v1.0.0-rc1
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
gateway.networking.k8s.io/channel: experimental
creationTimestamp: null
name: tlsroutes.gateway.networking.k8s.io
Expand Down Expand Up @@ -11129,7 +11129,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2466
gateway.networking.k8s.io/bundle-version: v1.0.0-rc1
gateway.networking.k8s.io/bundle-version: v1.0.0-rc2
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 @@ -37,7 +37,7 @@ require (
k8s.io/kubectl v0.28.3
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
sigs.k8s.io/controller-runtime v0.16.3
sigs.k8s.io/gateway-api v1.0.0-rc1
sigs.k8s.io/gateway-api v1.0.0-rc2
sigs.k8s.io/yaml v1.3.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,8 @@ sigs.k8s.io/controller-runtime v0.6.1/go.mod h1:XRYBPdbf5XJu9kpS84VJiZ7h/u1hF3gE
sigs.k8s.io/controller-runtime v0.16.3 h1:2TuvuokmfXvDUamSx1SuAOO3eTyye+47mJCigwG62c4=
sigs.k8s.io/controller-runtime v0.16.3/go.mod h1:j7bialYoSn142nv9sCOJmQgDXQXxnroFU4VnX/brVJ0=
sigs.k8s.io/controller-tools v0.3.0/go.mod h1:enhtKGfxZD1GFEoMgP8Fdbu+uKQ/cq1/WGJhdVChfvI=
sigs.k8s.io/gateway-api v1.0.0-rc1 h1:v7N9fWTcQxox5aP2IrViDw6imeUHMAt2WFjI4BYo0sw=
sigs.k8s.io/gateway-api v1.0.0-rc1/go.mod h1:+QpYENjk9s31/abu2Pv5BpK2v88UQDK2aeQCwCvy6ck=
sigs.k8s.io/gateway-api v1.0.0-rc2 h1:+7rq7j5fehUkMkgnJyL90mtXrVnz8aj5SXsRqIEW3Mk=
sigs.k8s.io/gateway-api v1.0.0-rc2/go.mod h1:+QpYENjk9s31/abu2Pv5BpK2v88UQDK2aeQCwCvy6ck=
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 @@ -152,7 +152,6 @@ gateways:
namespace: default
spec:
gatewayClassName: eg
infrastructure: {}
listeners:
- name: tcp
port: 1234
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ gateways:
namespace: envoy-gateway-system
spec:
gatewayClassName: eg
infrastructure: {}
listeners:
- name: http
port: 80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"port": 80,
"protocol": "HTTP"
}
],
"infrastructure": {}
]
},
"status": {
"listeners": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ gateways:
namespace: default
spec:
gatewayClassName: eg
infrastructure: {}
listeners:
- name: tcp
port: 1234
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ gateways:
namespace: envoy-gateway-system
spec:
gatewayClassName: eg
infrastructure: {}
listeners:
- name: tls
port: 8443
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ gateways:
namespace: default
spec:
gatewayClassName: eg
infrastructure: {}
listeners:
- name: tcp
port: 1234
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down Expand Up @@ -146,7 +145,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down Expand Up @@ -93,7 +92,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down Expand Up @@ -111,7 +110,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down Expand Up @@ -174,7 +173,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
1 change: 0 additions & 1 deletion internal/gatewayapi/testdata/disable-accesslog.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
1 change: 0 additions & 1 deletion internal/gatewayapi/testdata/envoyproxy-accesslog.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
1 change: 0 additions & 1 deletion internal/gatewayapi/testdata/envoyproxy-valid.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ gateways:
- type: Hostname
value: foo.bar
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- name: tcp
port: 80
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
namespaces:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
kinds:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gateways:
namespace: envoy-gateway
spec:
gatewayClassName: envoy-gateway-class
infrastructure: {}
listeners:
- allowedRoutes:
kinds:
Expand Down
Loading

0 comments on commit fdcd9e4

Please sign in to comment.