File tree 4 files changed +7
-6
lines changed
tests/conformance/provisioner
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# variables that should not be overridden by the user
2
- VERSION = 1.5.0
2
+ VERSION = 1.5.1
3
3
SELF_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
4
4
CHART_DIR = $(SELF_DIR ) charts/nginx-gateway-fabric
5
5
NGINX_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.
67
67
| NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus |
68
68
| ----------------------| -------------| ------------| -----------| ------------|
69
69
| Edge | 1.2.0 | 1.25+ | 1.27.2 | R33 |
70
+ | 1.5.1 | 1.2.0 | 1.25+ | 1.27.2 | R33 |
70
71
| 1.5.0 | 1.2.0 | 1.25+ | 1.27.2 | R33 |
71
72
| 1.4.0 | 1.1.0 | 1.25+ | 1.27.1 | R32 |
72
73
| 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
88
88
Use ` kubectl ` to add the API resources for NGINX Gateway Fabric with the following command:
89
89
90
90
``` 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 -
92
92
```
93
93
94
94
``` text
@@ -103,7 +103,7 @@ customresourcedefinition.apiextensions.k8s.io/referencegrants.gateway.networking
103
103
To use experimental features, you'll need to install the API resources from the experimental channel instead.
104
104
105
105
``` 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 -
107
107
```
108
108
109
109
{{< /note >}}
@@ -119,7 +119,7 @@ helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-nam
119
119
```
120
120
121
121
``` 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
123
123
Digest: sha256:9bbd1a2fcbfd5407ad6be39f796f582e6263512f1f3a8969b427d39063cc6fee
124
124
NAME: ngf
125
125
LAST DEPLOYED: Mon Oct 21 14:45:14 2024
@@ -157,7 +157,7 @@ metadata:
157
157
labels :
158
158
app.kubernetes.io/name : nginx-gateway-fabric
159
159
app.kubernetes.io/instance : ngf
160
- app.kubernetes.io/version : " 1.5.0 "
160
+ app.kubernetes.io/version : " 1.5.1 "
161
161
spec :
162
162
type : NodePort
163
163
selector :
Original file line number Diff line number Diff line change 68
68
spec :
69
69
serviceAccountName : nginx-gateway-provisioner
70
70
containers :
71
- - image : ghcr.io/nginxinc/nginx-gateway-fabric:edge
71
+ - image : ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1
72
72
imagePullPolicy : Always
73
73
name : nginx-gateway-provisioner
74
74
securityContext :
You can’t perform that action at this time.
0 commit comments