Skip to content

Commit

Permalink
Release 1.5.1 (#2915)
Browse files Browse the repository at this point in the history
  • Loading branch information
nginx-bot authored Dec 16, 2024
1 parent 955af30 commit 601f341
Show file tree
Hide file tree
Showing 31 changed files with 206 additions and 179 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ This document includes a curated changelog for each release. We also publish a c
a [GitHub release](https://github.com/nginxinc/nginx-gateway-fabric/releases), which, by contrast, is auto-generated
and includes links to all PRs that went into the release.

## Release 1.5.1

_December 16, 2024_

BUG FIXES:

- Write NGINX Plus R33 deployment context in init container. [2905](https://github.com/nginxinc/nginx-gateway-fabric/pull/2905)
- SnippetsFilter CRD missing from CRDs manifest. [2822](https://github.com/nginxinc/nginx-gateway-fabric/pull/2822)
- Omit empty deployment context fields in NGINX Plus R33 reporting. [2910](https://github.com/nginxinc/nginx-gateway-fabric/pull/2910)

HELM CHART:

- The version of the Helm chart is now 1.5.1

COMPATIBILITY:

- Gateway API version: `1.2.0`
- NGINX version: `1.27.2`
- NGINX Plus version: `R33`
- Kubernetes version: `1.25+`

CONTAINER IMAGES:

- Control plane: `ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1`
- Data plane: `ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.5.1`
- Data plane with NGINX Plus: `private-registry.nginx.com/nginx-gateway-fabric/nginx-plus:1.5.1`

## Release 1.5.0

_November 20, 2024_
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can find the comprehensive NGINX Gateway Fabric user documentation on the [N
We publish NGINX Gateway Fabric releases on GitHub. See
our [releases page](https://github.com/nginxinc/nginx-gateway-fabric/releases).

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

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

| Version | Description | Installation Manifests | Documentation and Examples |
|----------------|------------------------------------------|-----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 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). |
| 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). |
| 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). |

### Versioning
Expand Down
4 changes: 2 additions & 2 deletions charts/nginx-gateway-fabric/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: nginx-gateway-fabric
description: NGINX Gateway Fabric
type: application
version: 1.5.0
appVersion: "1.5.0"
version: 1.5.1
appVersion: "1.5.1"
kubeVersion: ">= 1.25.0-0"
home: https://github.com/nginxinc/nginx-gateway-fabric
icon: https://raw.githubusercontent.com/nginxinc/nginx-gateway-fabric/main/charts/nginx-gateway-fabric/chart-icon.png
Expand Down
6 changes: 3 additions & 3 deletions charts/nginx-gateway-fabric/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# NGINX Gateway Fabric Helm Chart

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

- [NGINX Gateway Fabric Helm Chart](#nginx-gateway-fabric-helm-chart)
- [Introduction](#introduction)
Expand Down Expand Up @@ -265,7 +265,7 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri
| `nginx.extraVolumeMounts` | extraVolumeMounts are the additional volume mounts for the nginx container. | list | `[]` |
| `nginx.image.pullPolicy` | | string | `"IfNotPresent"` |
| `nginx.image.repository` | The NGINX image to use. | string | `"ghcr.io/nginxinc/nginx-gateway-fabric/nginx"` |
| `nginx.image.tag` | | string | `"1.5.0"` |
| `nginx.image.tag` | | string | `"1.5.1"` |
| `nginx.lifecycle` | The lifecycle of the nginx container. | object | `{}` |
| `nginx.plus` | Is NGINX Plus image being used | bool | `false` |
| `nginx.usage.caSecretName` | The name of the Secret containing the NGINX Instance Manager CA certificate. Must exist in the same namespace that the NGINX Gateway Fabric control plane is running in (default namespace: nginx-gateway). | string | `""` |
Expand All @@ -283,7 +283,7 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri
| `nginxGateway.gwAPIExperimentalFeatures.enable` | Enable the experimental features of Gateway API which are supported by NGINX Gateway Fabric. Requires the Gateway APIs installed from the experimental channel. | bool | `false` |
| `nginxGateway.image.pullPolicy` | | string | `"IfNotPresent"` |
| `nginxGateway.image.repository` | The NGINX Gateway Fabric image to use | string | `"ghcr.io/nginxinc/nginx-gateway-fabric"` |
| `nginxGateway.image.tag` | | string | `"1.5.0"` |
| `nginxGateway.image.tag` | | string | `"1.5.1"` |
| `nginxGateway.kind` | The kind of the NGINX Gateway Fabric installation - currently, only deployment is supported. | string | `"deployment"` |
| `nginxGateway.leaderElection.enable` | Enable leader election. Leader election is used to avoid multiple replicas of the NGINX Gateway Fabric reporting the status of the Gateway API resources. If not enabled, all replicas of NGINX Gateway Fabric will update the statuses of the Gateway API resources. | bool | `true` |
| `nginxGateway.leaderElection.lockName` | The name of the leader election lock. A Lease object with this name will be created in the same Namespace as the controller. | string | Autogenerated if not set or set to "". |
Expand Down
4 changes: 2 additions & 2 deletions charts/nginx-gateway-fabric/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"type": "string"
},
"tag": {
"default": "1.5.0",
"default": "1.5.1",
"required": [],
"title": "tag",
"type": "string"
Expand Down Expand Up @@ -411,7 +411,7 @@
"type": "string"
},
"tag": {
"default": "1.5.0",
"default": "1.5.1",
"required": [],
"title": "tag",
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions charts/nginx-gateway-fabric/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ nginxGateway:
image:
# -- The NGINX Gateway Fabric image to use
repository: ghcr.io/nginxinc/nginx-gateway-fabric
tag: 1.5.0
tag: 1.5.1
# @schema
# enum:
# - Always
Expand Down Expand Up @@ -122,7 +122,7 @@ nginx:
image:
# -- The NGINX image to use.
repository: ghcr.io/nginxinc/nginx-gateway-fabric/nginx
tag: 1.5.0
tag: 1.5.1
# @schema
# enum:
# - Always
Expand Down
8 changes: 4 additions & 4 deletions config/tests/static-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
labels:
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/version: "1.5.0"
app.kubernetes.io/version: "1.5.1"
spec:
replicas: 1
selector:
Expand All @@ -23,7 +23,7 @@ spec:
spec:
initContainers:
- name: init
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.0
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1
imagePullPolicy: IfNotPresent
command:
- /usr/bin/gateway
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.uid
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.0
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1
imagePullPolicy: IfNotPresent
name: nginx-gateway
ports:
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
mountPath: /var/run/nginx
- name: nginx-includes
mountPath: /etc/nginx/includes
- image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.5.0
- image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.5.1
imagePullPolicy: IfNotPresent
name: nginx
ports:
Expand Down
22 changes: 11 additions & 11 deletions deploy/aws-nlb/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway
namespace: nginx-gateway
---
Expand All @@ -19,7 +19,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway
rules:
- apiGroups:
Expand Down Expand Up @@ -131,7 +131,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -151,7 +151,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-includes-bootstrap
namespace: nginx-gateway
---
Expand All @@ -164,7 +164,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway
namespace: nginx-gateway
spec:
Expand All @@ -189,7 +189,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway
namespace: nginx-gateway
spec:
Expand Down Expand Up @@ -234,7 +234,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.uid
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.0
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1
imagePullPolicy: IfNotPresent
name: nginx-gateway
ports:
Expand Down Expand Up @@ -273,7 +273,7 @@ spec:
name: nginx-run
- mountPath: /etc/nginx/includes
name: nginx-includes
- image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.5.0
- image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.5.1
imagePullPolicy: IfNotPresent
name: nginx
ports:
Expand Down Expand Up @@ -320,7 +320,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.uid
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.0
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1
imagePullPolicy: IfNotPresent
name: init
securityContext:
Expand Down Expand Up @@ -370,7 +370,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx
spec:
controllerName: gateway.nginx.org/nginx-gateway-controller
Expand All @@ -381,7 +381,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway-config
namespace: nginx-gateway
spec:
Expand Down
22 changes: 11 additions & 11 deletions deploy/azure/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway
namespace: nginx-gateway
---
Expand All @@ -19,7 +19,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway
rules:
- apiGroups:
Expand Down Expand Up @@ -131,7 +131,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway
roleRef:
apiGroup: rbac.authorization.k8s.io
Expand All @@ -151,7 +151,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-includes-bootstrap
namespace: nginx-gateway
---
Expand All @@ -161,7 +161,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway
namespace: nginx-gateway
spec:
Expand All @@ -186,7 +186,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway
namespace: nginx-gateway
spec:
Expand Down Expand Up @@ -231,7 +231,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.uid
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.0
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1
imagePullPolicy: IfNotPresent
name: nginx-gateway
ports:
Expand Down Expand Up @@ -270,7 +270,7 @@ spec:
name: nginx-run
- mountPath: /etc/nginx/includes
name: nginx-includes
- image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.5.0
- image: ghcr.io/nginxinc/nginx-gateway-fabric/nginx:1.5.1
imagePullPolicy: IfNotPresent
name: nginx
ports:
Expand Down Expand Up @@ -317,7 +317,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.uid
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.0
image: ghcr.io/nginxinc/nginx-gateway-fabric:1.5.1
imagePullPolicy: IfNotPresent
name: init
securityContext:
Expand Down Expand Up @@ -369,7 +369,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx
spec:
controllerName: gateway.nginx.org/nginx-gateway-controller
Expand All @@ -380,7 +380,7 @@ metadata:
labels:
app.kubernetes.io/instance: nginx-gateway
app.kubernetes.io/name: nginx-gateway
app.kubernetes.io/version: 1.5.0
app.kubernetes.io/version: 1.5.1
name: nginx-gateway-config
namespace: nginx-gateway
spec:
Expand Down
Loading

0 comments on commit 601f341

Please sign in to comment.