Skip to content

Commit 7b60982

Browse files
authored
Update to 1.5.1 in missed files (#2917)
1 parent 601f341 commit 7b60982

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# variables that should not be overridden by the user
2-
VERSION = 1.5.0
2+
VERSION = 1.5.1
33
SELF_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
44
CHART_DIR = $(SELF_DIR)charts/nginx-gateway-fabric
55
NGINX_CONF_DIR = internal/mode/static/nginx/conf

README.md

+1
Original file line numberDiff line numberDiff 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 |

site/content/get-started.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ make create-kind-cluster
8888
Use `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
103103
To 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
123123
Digest: sha256:9bbd1a2fcbfd5407ad6be39f796f582e6263512f1f3a8969b427d39063cc6fee
124124
NAME: ngf
125125
LAST 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"
161161
spec:
162162
type: NodePort
163163
selector:

tests/conformance/provisioner/provisioner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
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:

0 commit comments

Comments
 (0)