File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ The following table lists the software versions NGINX Kubernetes Gateway support
4343
4444| NGINX Kubernetes Gateway | Gateway API | Kubernetes | NGINX OSS |
4545| -| -| -| -|
46- | Edge | 0.6.0 | 1.21+ | 1.21.x *|
46+ | Edge | 0.6.2 | 1.21+ | 1.21.x *|
4747| 0.2.0 | 0.5.1 | 1.21+ | 1.21.x *|
4848| 0.1.0 | 0.5.0 | 1.19+ | 1.21.3 |
4949
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717const (
1818 errTmpl = "failed validation - flag: '--%s' reason: '%s'\n "
1919 // nolint:lll
20- // Regex from: https://github.com/kubernetes-sigs/gateway-api/blob/e9e04e498c566021c9d30ce4dbe0863894c7d7e1 /apis/v1beta1/shared_types.go#L494
20+ // Regex from: https://github.com/kubernetes-sigs/gateway-api/blob/v0.6.2 /apis/v1beta1/shared_types.go#L495
2121 controllerNameRegex = `^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*\/[A-Za-z0-9\/\-._~%!$&'()*+,;=:]+$` //nolint:lll
2222)
2323
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This guide walks you through how to install NGINX Kubernetes Gateway on a generi
20201 . Install the Gateway CRDs:
2121
2222 ```
23- kubectl apply -k "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.6.0 "
23+ kubectl apply -k "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.6.2 "
2424 ```
2525
26261 . Create the nginx-gateway Namespace:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
1414 k8s.io/apimachinery v0.26.3
1515 k8s.io/client-go v0.26.3
1616 sigs.k8s.io/controller-runtime v0.14.5
17- sigs.k8s.io/gateway-api v0.6.0
17+ sigs.k8s.io/gateway-api v0.6.2
1818)
1919
2020require (
Original file line number Diff line number Diff line change @@ -647,8 +647,8 @@ rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
647647rsc.io/sampler v1.3.0 /go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA =
648648sigs.k8s.io/controller-runtime v0.14.5 h1:6xaWFqzT5KuAQ9ufgUaj1G/+C4Y1GRkhrxl+BJ9i+5s =
649649sigs.k8s.io/controller-runtime v0.14.5 /go.mod h1:WqIdsAY6JBsjfc/CqO0CORmNtoCtE4S6qbPc9s68h+0 =
650- sigs.k8s.io/gateway-api v0.6.0 h1:v2FqrN2ROWZLrSnI2o91taHR8Sj3s+Eh3QU7gLNWIqA =
651- sigs.k8s.io/gateway-api v0.6.0 /go.mod h1:EYJT+jlPWTeNskjV0JTki/03WX1cyAnBhwBJfYHpV/0 =
650+ sigs.k8s.io/gateway-api v0.6.2 h1:583XHiX2M2bKEA0SAdkoxL1nY73W1+/M+IAm8LJvbEA =
651+ sigs.k8s.io/gateway-api v0.6.2 /go.mod h1:EYJT+jlPWTeNskjV0JTki/03WX1cyAnBhwBJfYHpV/0 =
652652sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 h1:iXTIw73aPyC+oRdyqqvVJuloN1p0AC/kzH07hu3NE+k =
653653sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
654654sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE =
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ func Start(cfg config.Config) error {
7575 objectType : & gatewayv1beta1.GatewayClass {},
7676 options : []controllerOption {
7777 withNamespacedNameFilter (filter .CreateFilterForGatewayClass (cfg .GatewayClassName )),
78- // as of v0.6.0 , the Gateway API Webhook doesn't include a validation function
78+ // as of v0.6.2 , the Gateway API Webhook doesn't include a validation function
7979 // for the GatewayClass resource
8080 },
8181 },
You can’t perform that action at this time.
0 commit comments