Skip to content

Commit a8f3f52

Browse files
authored
Update main with 1.5.1 (#2918)
1 parent 03ffa5a commit a8f3f52

19 files changed

+90
-62
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ This document includes a curated changelog for each release. We also publish a c
44
a [GitHub release](https://github.com/nginxinc/nginx-gateway-fabric/releases), which, by contrast, is auto-generated
55
and includes links to all PRs that went into the release.
66

7+
## Release 1.5.1
8+
9+
_December 16, 2024_
10+
11+
BUG FIXES:
12+
13+
- Write NGINX Plus R33 deployment context in init container. [2905](https://github.com/nginxinc/nginx-gateway-fabric/pull/2905)
14+
- SnippetsFilter CRD missing from CRDs manifest. [2822](https://github.com/nginxinc/nginx-gateway-fabric/pull/2822)
15+
- Omit empty deployment context fields in NGINX Plus R33 reporting. [2910](https://github.com/nginxinc/nginx-gateway-fabric/pull/2910)
16+
17+
HELM CHART:
18+
19+
- The version of the Helm chart is now 1.5.1
20+
21+
COMPATIBILITY:
22+
23+
- Gateway API version: `1.2.0`
24+
- NGINX version: `1.27.2`
25+
- NGINX Plus version: `R33`
26+
- Kubernetes version: `1.25+`
27+
28+
CONTAINER IMAGES:
29+
30+
- Control plane: `ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1`
31+
- Data plane: `ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.5.1`
32+
- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:1.5.1`
33+
734
## Release 1.5.0
835

936
_November 20, 2024_

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can find the comprehensive NGINX Gateway Fabric user documentation on the [N
3434
We publish NGINX Gateway Fabric releases on GitHub. See
3535
our [releases page](https://github.com/nginxinc/nginx-gateway-fabric/releases).
3636

37-
The latest release is [1.5.0](https://github.com/nginxinc/nginx-gateway-fabric/releases/tag/v1.5.0).
37+
The latest release is [1.5.1](https://github.com/nginxinc/nginx-gateway-fabric/releases/tag/v1.5.1).
3838

3939
The edge version is useful for experimenting with new features that are not yet published in a release. To use, choose
4040
the _edge_ version built from the [latest commit](https://github.com/nginxinc/nginx-gateway-fabric/commits/main)
@@ -45,7 +45,7 @@ to the correct versions:
4545

4646
| Version | Description | Installation Manifests | Documentation and Examples |
4747
|----------------|------------------------------------------|-----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
48-
| Latest release | For production use | [Manifests](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.5.0/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.5.0/examples). |
48+
| Latest release | For production use | [Manifests](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.5.1/deploy). | [Documentation](https://docs.nginx.com/nginx-gateway-fabric). [Examples](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.5.1/examples). |
4949
| Edge | For experimental use and latest features | [Manifests](https://github.com/nginxinc/nginx-gateway-fabric/tree/main/deploy). | [Documentation](https://github.com/nginxinc/nginx-gateway-fabric/tree/main/site/content). [Examples](https://github.com/nginxinc/nginx-gateway-fabric/tree/main/examples). |
5050

5151
### Versioning
@@ -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.1 | 1.25+ | 1.27.3 | 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 |

charts/nginx-gateway-fabric/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: nginx-gateway-fabric
33
description: NGINX Gateway Fabric
44
type: application
5-
version: 1.5.0
5+
version: 1.5.1
66
appVersion: "edge"
77
kubeVersion: ">= 1.25.0-0"
88
home: https://github.com/nginxinc/nginx-gateway-fabric

charts/nginx-gateway-fabric/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# NGINX Gateway Fabric Helm Chart
33

4-
![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![AppVersion: edge](https://img.shields.io/badge/AppVersion-edge-informational?style=flat-square)
4+
![Version: 1.5.1](https://img.shields.io/badge/Version-1.5.1-informational?style=flat-square) ![AppVersion: edge](https://img.shields.io/badge/AppVersion-edge-informational?style=flat-square)
55

66
- [NGINX Gateway Fabric Helm Chart](#nginx-gateway-fabric-helm-chart)
77
- [Introduction](#introduction)

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:

site/content/how-to/monitoring/prometheus.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ You can configure monitoring metrics for NGINX Gateway Fabric using Helm or Mani
102102

103103
### Using Helm
104104

105-
If you're setting up NGINX Gateway Fabric with Helm, you can adjust the `metrics.*` parameters to fit your needs. For detailed options and instructions, see the [Helm README](https://github.com/nginxinc/nginx-gateway-fabric/blob/v1.5.0/charts/nginx-gateway-fabric/README.md).
105+
If you're setting up NGINX Gateway Fabric with Helm, you can adjust the `metrics.*` parameters to fit your needs. For detailed options and instructions, see the [Helm README](https://github.com/nginxinc/nginx-gateway-fabric/blob/v1.5.1/charts/nginx-gateway-fabric/README.md).
106106

107107
### Using Kubernetes manifests
108108

109-
For setups using Kubernetes manifests, change the metrics configuration by editing the NGINX Gateway Fabric manifest that you want to deploy. You can find some examples in the [deploy](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.5.0/deploy) directory.
109+
For setups using Kubernetes manifests, change the metrics configuration by editing the NGINX Gateway Fabric manifest that you want to deploy. You can find some examples in the [deploy](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.5.1/deploy) directory.
110110

111111
#### Disabling metrics
112112

site/content/how-to/traffic-management/advanced-routing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The goal is to create a set of rules that will result in client requests being s
3636
Begin by deploying the `coffee-v1` and `coffee-v2` applications:
3737

3838
```shell
39-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.0/examples/advanced-routing/coffee.yaml
39+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/advanced-routing/coffee.yaml
4040
```
4141

4242
### Deploy the Gateway API Resources for the Coffee applications
@@ -156,7 +156,7 @@ Let's deploy a different set of applications now called `tea` and `tea-post`. Th
156156
### Deploy the Tea applications
157157

158158
```shell
159-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.0/examples/advanced-routing/tea.yaml
159+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/advanced-routing/tea.yaml
160160
```
161161

162162
### Deploy the HTTPRoute for the Tea services

site/content/how-to/traffic-management/client-settings.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ For all the possible configuration options for `ClientSettingsPolicy`, see the [
4545
- Create the coffee and tea example applications:
4646

4747
```yaml
48-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.0/examples/client-settings-policy/app.yaml
48+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/client-settings-policy/app.yaml
4949
```
5050

5151
- Create a Gateway:
5252

5353
```yaml
54-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.0/examples/client-settings-policy/gateway.yaml
54+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/client-settings-policy/gateway.yaml
5555
```
5656

5757
- Create HTTPRoutes for the coffee and tea applications:
5858

5959
```yaml
60-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.0/examples/client-settings-policy/httproutes.yaml
60+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/client-settings-policy/httproutes.yaml
6161
```
6262

6363
- Test the configuration:

site/content/how-to/traffic-management/request-response-headers.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This examples demonstrates how to configure traffic routing for a simple echo se
6464
Begin by deploying the example application `headers`. It is a simple application that returns the request headers which will be modified later.
6565

6666
```shell
67-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.0/examples/http-request-header-filter/headers.yaml
67+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/http-request-header-filter/headers.yaml
6868
```
6969

7070
This will create the headers Service and a Deployment with one Pod. Run the following command to verify the resources were created:
@@ -176,7 +176,7 @@ kubectl delete httproutes.gateway.networking.k8s.io headers
176176
```
177177

178178
```shell
179-
kubectl delete -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.0/examples/http-request-header-filter/headers.yaml
179+
kubectl delete -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/http-request-header-filter/headers.yaml
180180
```
181181

182182
## ResponseHeaderModifier example
@@ -188,7 +188,7 @@ Begin by configuring an application with custom headers and a simple HTTPRoute.
188188
Begin by deploying the example application `headers`. It is a simple application that adds response headers that will be modified later.
189189

190190
```shell
191-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.0/examples/http-response-header-filter/headers.yaml
191+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/http-response-header-filter/headers.yaml
192192
```
193193

194194
This will create the headers Service and a Deployment with one Pod. Run the following command to verify the resources were created:

site/content/how-to/traffic-management/snippets.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@ We have outlined a few best practices to keep in mind when using `SnippetsFilter
7373
- Create the coffee and tea example applications:
7474

7575
```yaml
76-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.0/examples/snippets-filter/app.yaml
76+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/snippets-filter/app.yaml
7777
```
7878

7979
- Create a Gateway:
8080

8181
```yaml
82-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.0/examples/snippets-filter/gateway.yaml
82+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/snippets-filter/gateway.yaml
8383
```
8484

8585
- Create HTTPRoutes for the coffee and tea applications:
8686

8787
```yaml
88-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.0/examples/snippets-filter/httproutes.yaml
88+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/v1.5.1/examples/snippets-filter/httproutes.yaml
8989
```
9090

9191
- Test the configuration:

site/content/how-to/upgrade-apps-without-downtime.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For example, an application can be exposed using a routing rule like below:
5656
port: 80
5757
```
5858
59-
{{< note >}}See the [Cafe example](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.5.0/examples/cafe-example) for a basic example.{{< /note >}}
59+
{{< note >}}See the [Cafe example](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.5.1/examples/cafe-example) for a basic example.{{< /note >}}
6060
6161
The upgrade methods in the next sections cover:
6262
@@ -121,4 +121,4 @@ By updating the rule you can further increase the share of traffic the new versi
121121
weight: 1
122122
```
123123

124-
See the [Traffic splitting example](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.5.0/examples/traffic-splitting) from our repository.
124+
See the [Traffic splitting example](https://github.com/nginxinc/nginx-gateway-fabric/tree/v1.5.1/examples/traffic-splitting) from our repository.

site/content/includes/installation/install-gateway-api-experimental-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use Gateway API experimental resources, the Gateway API resources from the ex
1010
To install the Gateway API resources from the experimental channel, run the following:
1111

1212
```shell
13-
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.5.0" | kubectl apply -f -
13+
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.5.1" | kubectl apply -f -
1414
```
1515

1616
{{< note >}}If you plan to use the `edge` version of NGINX Gateway Fabric, you can replace the version in `ref` with `main`, for example `ref=main`. {{</ note >}}

site/content/includes/installation/install-gateway-api-resources.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
docs: "DOCS-1438"
33
---
44

5-
{{< note >}} The [Gateway API resources](https://github.com/kubernetes-sigs/gateway-api) from the standard channel must be installed before deploying NGINX Gateway Fabric. If they are already installed in your cluster, please ensure they are the correct version as supported by the NGINX Gateway Fabric - [see the Technical Specifications](https://github.com/nginxinc/nginx-gateway-fabric/blob/v1.5.0/README.md#technical-specifications). {{</ note >}}
5+
{{< note >}} The [Gateway API resources](https://github.com/kubernetes-sigs/gateway-api) from the standard channel must be installed before deploying NGINX Gateway Fabric. If they are already installed in your cluster, please ensure they are the correct version as supported by the NGINX Gateway Fabric - [see the Technical Specifications](https://github.com/nginxinc/nginx-gateway-fabric/blob/v1.5.1/README.md#technical-specifications). {{</ note >}}
66

77
To install the Gateway API resources, run the following:
88

99
```shell
10-
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.5.0" | kubectl apply -f -
10+
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.5.1" | kubectl apply -f -
1111
```
1212

1313
{{< note >}}If you plan to use the `edge` version of NGINX Gateway Fabric, you can replace the version in `ref` with `main`, for example `ref=main`.{{</ note >}}
@@ -18,7 +18,7 @@ NGINX Gateway Fabric currently supports a subset of the additional features prov
1818
To install from the experimental channel, run the following:
1919

2020
```shell
21-
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.5.0" | kubectl apply -f -
21+
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.5.1" | kubectl apply -f -
2222
```
2323

2424
{{< note >}} To learn more about what Gateway API resources NGINX Gateway Fabric currently supports, visit our [Gateway API Compatibility]({{< relref "overview/gateway-api-compatibility.md" >}}) document. {{</ note >}}

site/content/includes/installation/uninstall-gateway-api-resources.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ docs: "DOCS-1436"
77
To uninstall the Gateway API resources, run the following:
88

99
```shell
10-
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.5.0" | kubectl delete -f -
10+
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/standard?ref=v1.5.1" | kubectl delete -f -
1111
```
1212

1313
Alternatively, if you installed the Gateway APIs from the experimental channel, run the following:
1414

1515
```shell
16-
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.5.0" | kubectl delete -f -
16+
kubectl kustomize "https://github.com/nginxinc/nginx-gateway-fabric/config/crd/gateway-api/experimental?ref=v1.5.1" | kubectl delete -f -
1717
```

site/content/installation/building-the-images.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If building the NGINX Plus image, you will also need a valid NGINX Plus license
2626
1. Clone the repo and change into the `nginx-gateway-fabric` directory:
2727

2828
```shell
29-
git clone https://github.com/nginxinc/nginx-gateway-fabric.git --branch v1.5.0
29+
git clone https://github.com/nginxinc/nginx-gateway-fabric.git --branch v1.5.1
3030
cd nginx-gateway-fabric
3131
```
3232

@@ -62,20 +62,20 @@ If building the NGINX Plus image, you will also need a valid NGINX Plus license
6262
```
6363

6464
Set the `PREFIX` variable to the name of the registry you'd like to push the image to. By default, the images will be
65-
named `nginx-gateway-fabric:1.5.0` and `nginx-gateway-fabric/nginx:1.5.0` or `nginx-gateway-fabric/nginx-plus:1.5.0`.
65+
named `nginx-gateway-fabric:1.5.1` and `nginx-gateway-fabric/nginx:1.5.1` or `nginx-gateway-fabric/nginx-plus:1.5.1`.
6666

6767
1. Push the images to your container registry:
6868

6969
```shell
70-
docker push myregistry.example.com/nginx-gateway-fabric:1.5.0
71-
docker push myregistry.example.com/nginx-gateway-fabric/nginx:1.5.0
70+
docker push myregistry.example.com/nginx-gateway-fabric:1.5.1
71+
docker push myregistry.example.com/nginx-gateway-fabric/nginx:1.5.1
7272
```
7373

7474
or
7575

7676
```shell
77-
docker push myregistry.example.com/nginx-gateway-fabric:1.5.0
78-
docker push myregistry.example.com/nginx-gateway-fabric/nginx-plus:1.5.0
77+
docker push myregistry.example.com/nginx-gateway-fabric:1.5.1
78+
docker push myregistry.example.com/nginx-gateway-fabric/nginx-plus:1.5.1
7979
```
8080

8181
Make sure to substitute `myregistry.example.com/nginx-gateway-fabric` with your registry.

0 commit comments

Comments
 (0)