Skip to content

Commit a68a33b

Browse files
authored
Bump nginx from 1.23 to 1.25 (#684)
Bumps the version of nginx from 1.23 to 1.25 in nginx-gateway.yaml and fixes incorrect versions in the docs
1 parent 8195442 commit a68a33b

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ DEPENDENCIES:
3333

3434
COMPATIBILITY:
3535
- The Gateway API version: `0.6.2`
36-
- NGINX version: `1.21.x` *
36+
- NGINX version: `1.23.x` *
3737
- Kubernetes version: `1.21+`
3838

39-
\*the installation manifests use the `nginx:1.21` image, which always points to the latest version of 1.21.x releases.
39+
\*the installation manifests use the `nginx:1.23` image, which always points to the latest version of 1.23.x releases.
4040

4141
CONTAINER IMAGES:
4242
- Control plane: `ghcr.io/nginxinc/nginx-kubernetes-gateway:0.3.0`

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,19 @@ The table below summarizes the options regarding the images, manifests, document
3737
|-|-|-|-|-|
3838
| Latest release | For experimental use | Use the 0.3.0 image from [GitHub](https://github.com/nginxinc/nginx-kubernetes-gateway/pkgs/container/nginx-kubernetes-gateway) | [Manifests](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.3.0/deploy). | [Documentation](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.3.0/docs). [Examples](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.3.0/examples). |
3939
| Edge| For experimental use and latest features | Use the edge image from [GitHub](https://github.com/nginxinc/nginx-kubernetes-gateway/pkgs/container/nginx-kubernetes-gateway) | [Manifests](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/deploy). | [Documentation](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/docs). [Examples](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/examples). |
40+
4041
## Technical Specifications
4142

4243
The following table lists the software versions NGINX Kubernetes Gateway supports.
4344

4445
| NGINX Kubernetes Gateway | Gateway API | Kubernetes | NGINX OSS |
4546
|-|-|-|-|
46-
| Edge | 0.7.0 | 1.21+ | 1.21.x *|
47-
| 0.3.0 | 0.6.2 | 1.21+ | 1.21.x *|
47+
| Edge | 0.7.0 | 1.21+ | 1.25.x *|
48+
| 0.3.0 | 0.6.2 | 1.21+ | 1.23.x *|
4849
| 0.2.0 | 0.5.1 | 1.21+ | 1.21.x *|
4950
| 0.1.0 | 0.5.0 | 1.19+ | 1.21.3 |
5051

51-
\*the installation manifests use the `nginx:1.21` image, which always points to the latest version of 1.21.x releases.
52+
\*the installation manifests use the minor version of NGINX container image (e.g. 1.25) and the patch version is not specified. This means that the latest available patch version is used.
5253

5354
## Contacts
5455

deploy/manifests/nginx-gateway.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ spec:
124124
- static-mode
125125
- --gateway-ctlr-name=k8s-gateway.nginx.org/nginx-gateway-controller
126126
- --gatewayclass=nginx
127-
- image: nginx:1.23
128-
imagePullPolicy: IfNotPresent
127+
- image: nginx:1.25
128+
imagePullPolicy: Always
129129
name: nginx
130130
ports:
131131
- name: http

0 commit comments

Comments
 (0)