diff --git a/CHANGELOG.md b/CHANGELOG.md index e0de40ae90..35d9ae71d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,10 +33,10 @@ DEPENDENCIES: COMPATIBILITY: - The Gateway API version: `0.6.2` -- NGINX version: `1.21.x` * +- NGINX version: `1.23.x` * - Kubernetes version: `1.21+` -\*the installation manifests use the `nginx:1.21` image, which always points to the latest version of 1.21.x releases. +\*the installation manifests use the `nginx:1.23` image, which always points to the latest version of 1.23.x releases. CONTAINER IMAGES: - Control plane: `ghcr.io/nginxinc/nginx-kubernetes-gateway:0.3.0` diff --git a/README.md b/README.md index 556b50f27a..487055df8c 100644 --- a/README.md +++ b/README.md @@ -37,18 +37,19 @@ The table below summarizes the options regarding the images, manifests, document |-|-|-|-|-| | 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). | | 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). | + ## Technical Specifications The following table lists the software versions NGINX Kubernetes Gateway supports. | NGINX Kubernetes Gateway | Gateway API | Kubernetes | NGINX OSS | |-|-|-|-| -| Edge | 0.7.0 | 1.21+ | 1.21.x *| -| 0.3.0 | 0.6.2 | 1.21+ | 1.21.x *| +| Edge | 0.7.0 | 1.21+ | 1.25.x *| +| 0.3.0 | 0.6.2 | 1.21+ | 1.23.x *| | 0.2.0 | 0.5.1 | 1.21+ | 1.21.x *| | 0.1.0 | 0.5.0 | 1.19+ | 1.21.3 | -\*the installation manifests use the `nginx:1.21` image, which always points to the latest version of 1.21.x releases. +\*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. ## Contacts diff --git a/deploy/manifests/nginx-gateway.yaml b/deploy/manifests/nginx-gateway.yaml index f30cb9becd..482676743f 100644 --- a/deploy/manifests/nginx-gateway.yaml +++ b/deploy/manifests/nginx-gateway.yaml @@ -124,8 +124,8 @@ spec: - static-mode - --gateway-ctlr-name=k8s-gateway.nginx.org/nginx-gateway-controller - --gatewayclass=nginx - - image: nginx:1.23 - imagePullPolicy: IfNotPresent + - image: nginx:1.25 + imagePullPolicy: Always name: nginx ports: - name: http