From 7b609828f77a05dd9ca3d27a41e08cd7f454fdaf Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 16 Dec 2024 21:41:56 +0100 Subject: [PATCH] Update to 1.5.1 in missed files (#2917) --- Makefile | 2 +- README.md | 1 + site/content/get-started.md | 8 ++++---- tests/conformance/provisioner/provisioner.yaml | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index a1af9b05d9..aa07ae23aa 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # variables that should not be overridden by the user -VERSION = 1.5.0 +VERSION = 1.5.1 SELF_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) CHART_DIR = $(SELF_DIR)charts/nginx-gateway-fabric NGINX_CONF_DIR = internal/mode/static/nginx/conf diff --git a/README.md b/README.md index 2b1a0d8851..3cdc00a095 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ The following table lists the software versions NGINX Gateway Fabric supports. | NGINX Gateway Fabric | Gateway API | Kubernetes | NGINX OSS | NGINX Plus | |----------------------|-------------|------------|-----------|------------| | Edge | 1.2.0 | 1.25+ | 1.27.2 | R33 | +| 1.5.1 | 1.2.0 | 1.25+ | 1.27.2 | R33 | | 1.5.0 | 1.2.0 | 1.25+ | 1.27.2 | R33 | | 1.4.0 | 1.1.0 | 1.25+ | 1.27.1 | R32 | | 1.3.0 | 1.1.0 | 1.25+ | 1.27.0 | R32 | diff --git a/site/content/get-started.md b/site/content/get-started.md index b497832189..c68e4a1ed4 100644 --- a/site/content/get-started.md +++ b/site/content/get-started.md @@ -88,7 +88,7 @@ make create-kind-cluster Use `kubectl` to add the API resources for NGINX Gateway Fabric with the following command: ```shell -kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.5.0" | kubectl apply -f - +kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.5.1" | kubectl apply -f - ``` ```text @@ -103,7 +103,7 @@ customresourcedefinition.apiextensions.k8s.io/referencegrants.gateway.networking To use experimental features, you'll need to install the API resources from the experimental channel instead. ```shell -kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.5.0" | kubectl apply -f - +kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.5.1" | kubectl apply -f - ``` {{< /note >}} @@ -119,7 +119,7 @@ helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-nam ``` ```text -Pulled: ghcr.io/nginxinc/charts/nginx-gateway-fabric:1.5.0 +Pulled: ghcr.io/nginxinc/charts/nginx-gateway-fabric:1.5.1 Digest: sha256:9bbd1a2fcbfd5407ad6be39f796f582e6263512f1f3a8969b427d39063cc6fee NAME: ngf LAST DEPLOYED: Mon Oct 21 14:45:14 2024 @@ -157,7 +157,7 @@ metadata: labels: app.kubernetes.io/name: nginx-gateway-fabric app.kubernetes.io/instance: ngf - app.kubernetes.io/version: "1.5.0" + app.kubernetes.io/version: "1.5.1" spec: type: NodePort selector: diff --git a/tests/conformance/provisioner/provisioner.yaml b/tests/conformance/provisioner/provisioner.yaml index 5862ee37ec..c058d3ecde 100644 --- a/tests/conformance/provisioner/provisioner.yaml +++ b/tests/conformance/provisioner/provisioner.yaml @@ -68,7 +68,7 @@ spec: spec: serviceAccountName: nginx-gateway-provisioner containers: - - image: ghcr.io/nginxinc/nginx-gateway-fabric:edge + - image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1 imagePullPolicy: Always name: nginx-gateway-provisioner securityContext: