Skip to content

Commit

Permalink
Bump Gateway API to v0.6.0 (#4944)
Browse files Browse the repository at this point in the history
Closes #4738.

Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
  • Loading branch information
sunjayBhatia authored Dec 21, 2022
1 parent d4591c0 commit 41f663e
Show file tree
Hide file tree
Showing 7 changed files with 382 additions and 66 deletions.
10 changes: 10 additions & 0 deletions changelogs/unreleased/4944-sunjayBhatia-minor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Contour supports Gateway API release v0.6.0

See [the Gateway API release notes](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.6.0) for more detail on the API changes.
This version of the API includes a few changes relevant to Contour users:
- The ReferenceGrant resource has been graduated to the v1beta1 API and ReferencePolicy removed from the API
- v1alpha2 versions of GatewayClass, Gateway, and HTTPRoute are deprecated
- There have been significant changes to status conditions on various resources for consistency:
- Accepted and Programmed conditions have been added to Gateway and Gateway Listener
- The Ready condition has been moved to "extended" conformance, at this moment Contour does not program this condition
- The Scheduled condition has been deprecated on Gateway
142 changes: 122 additions & 20 deletions examples/gateway/00-crds.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/gateway/01-admission_webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: webhook
image: gcr.io/k8s-staging-gateway-api/admission-server:v0.6.0-rc2
image: gcr.io/k8s-staging-gateway-api/admission-server:v0.6.0
imagePullPolicy: Always
args:
- -logtostderr
Expand Down
144 changes: 123 additions & 21 deletions examples/render/contour-gateway-provisioner.yaml

Large diffs are not rendered by default.

144 changes: 123 additions & 21 deletions examples/render/contour-gateway.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
k8s.io/klog/v2 v2.80.1
sigs.k8s.io/controller-runtime v0.14.1
sigs.k8s.io/controller-tools v0.10.0
sigs.k8s.io/gateway-api v0.6.0-rc2
sigs.k8s.io/gateway-api v0.6.0
sigs.k8s.io/kustomize/kyaml v0.13.10
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -851,8 +851,8 @@ sigs.k8s.io/controller-runtime v0.14.1 h1:vThDes9pzg0Y+UbCPY3Wj34CGIYPgdmspPm2GI
sigs.k8s.io/controller-runtime v0.14.1/go.mod h1:GaRkrY8a7UZF0kqFFbUKG7n9ICiTY5T55P1RiE3UZlU=
sigs.k8s.io/controller-tools v0.10.0 h1:0L5DTDTFB67jm9DkfrONgTGmfc/zYow0ZaHyppizU2U=
sigs.k8s.io/controller-tools v0.10.0/go.mod h1:uvr0EW6IsprfB0jpQq6evtKy+hHyHCXNfdWI5ONPx94=
sigs.k8s.io/gateway-api v0.6.0-rc2 h1:Dqys/rLadwLsujhJZixggxXMTCAkz0byRpyllmJdvXY=
sigs.k8s.io/gateway-api v0.6.0-rc2/go.mod h1:EYJT+jlPWTeNskjV0JTki/03WX1cyAnBhwBJfYHpV/0=
sigs.k8s.io/gateway-api v0.6.0 h1:v2FqrN2ROWZLrSnI2o91taHR8Sj3s+Eh3QU7gLNWIqA=
sigs.k8s.io/gateway-api v0.6.0/go.mod h1:EYJT+jlPWTeNskjV0JTki/03WX1cyAnBhwBJfYHpV/0=
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k=
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/kustomize/kyaml v0.13.10 h1:htPMvrk7ZDfTDyrgXIm/2mfmcYJHEmRb6s+yCLgtNms=
Expand Down

0 comments on commit 41f663e

Please sign in to comment.