File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
tests/conformance/provisioner Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11# variables that should not be overridden by the user
2- VERSION = 1.5.0
2+ VERSION = 1.5.1
33SELF_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
44CHART_DIR = $(SELF_DIR ) charts/nginx-gateway-fabric
55NGINX_CONF_DIR = internal/mode/static/nginx/conf
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ The following table lists the software versions NGINX Gateway Fabric supports.
6767| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus |
6868| ----------------------| -------------| ------------| -----------| ------------|
6969| Edge | 1.2.0 | 1.25+ | 1.27.2 | R33 |
70+ | 1.5.1 | 1.2.0 | 1.25+ | 1.27.2 | R33 |
7071| 1.5.0 | 1.2.0 | 1.25+ | 1.27.2 | R33 |
7172| 1.4.0 | 1.1.0 | 1.25+ | 1.27.1 | R32 |
7273| 1.3.0 | 1.1.0 | 1.25+ | 1.27.0 | R32 |
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ make create-kind-cluster
8888Use ` kubectl ` to add the API resources for NGINX Gateway Fabric with the following command:
8989
9090``` shell
91- kubectl kustomize " https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.5.0 " | kubectl apply -f -
91+ kubectl kustomize " https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.5.1 " | kubectl apply -f -
9292```
9393
9494``` text
@@ -103,7 +103,7 @@ customresourcedefinition.apiextensions.k8s.io/referencegrants.gateway.networking
103103To use experimental features, you'll need to install the API resources from the experimental channel instead.
104104
105105``` shell
106- kubectl kustomize " https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.5.0 " | kubectl apply -f -
106+ kubectl kustomize " https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.5.1 " | kubectl apply -f -
107107```
108108
109109{{< /note >}}
@@ -119,7 +119,7 @@ helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-nam
119119```
120120
121121``` text
122- Pulled: ghcr.io/nginxinc/charts/nginx-gateway-fabric:1.5.0
122+ Pulled: ghcr.io/nginxinc/charts/nginx-gateway-fabric:1.5.1
123123Digest: sha256:9bbd1a2fcbfd5407ad6be39f796f582e6263512f1f3a8969b427d39063cc6fee
124124NAME: ngf
125125LAST DEPLOYED: Mon Oct 21 14:45:14 2024
@@ -157,7 +157,7 @@ metadata:
157157 labels :
158158 app.kubernetes.io/name : nginx-gateway-fabric
159159 app.kubernetes.io/instance : ngf
160- app.kubernetes.io/version : " 1.5.0 "
160+ app.kubernetes.io/version : " 1.5.1 "
161161spec :
162162 type : NodePort
163163 selector :
Original file line number Diff line number Diff line change 6868 spec :
6969 serviceAccountName : nginx-gateway-provisioner
7070 containers :
71- - image : ghcr.io/nginxinc/nginx-gateway-fabric:edge
71+ - image : ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1
7272 imagePullPolicy : Always
7373 name : nginx-gateway-provisioner
7474 securityContext :
You can’t perform that action at this time.
0 commit comments