|
1 | 1 | ---
|
2 |
| -description: NGINX Ingress Controller Release Notes. |
3 |
| -docs: DOCS-616 |
4 |
| -doctypes: |
5 |
| -- concept |
6 | 2 | title: Releases
|
7 |
| -toc: true |
8 | 3 | weight: 2100
|
9 |
| - |
| 4 | +toc: true |
| 5 | +type: reference |
| 6 | +product: NIC |
| 7 | +docs: DOCS-616 |
10 | 8 | ---
|
11 | 9 | ## 4.0.0
|
12 | 10 |
|
@@ -348,7 +346,7 @@ versions: 1.25-1.30.
|
348 | 346 | [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress).
|
349 | 347 | - For NGINX Plus, use the 3.5.2 images from the F5 Container registry,
|
350 | 348 | the [AWS Marketplace](https://aws.amazon.com/marketplace/search/?CREATOR=741df81b-dfdc-4d36-b8da-945ea66b522c&FULFILLMENT_OPTION_TYPE=CONTAINER&filters=CREATOR%2CFULFILLMENT_OPTION_TYPE),
|
351 |
| -the [GCP Marketplace](https://console.cloud.google.com/marketplace/browse?filter=partner:F5,%20Inc.&filter=solution-type:k8s&filter=category:networking), the [Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/nginx.nginx_ingress_premium), |
| 349 | +the [GCP Marketplace](https://console.cloud.google.com/marketplace/browse?filter=partner:F5,%20Inc.&filter=solution-type:k8s&filter=category:networking), the [Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/nginxinc.nginx_ingress_premium?tab=Overview), |
352 | 350 | or build your own image using the 3.5.2 source code
|
353 | 351 | - For Helm, use version 1.2.2 of the chart.
|
354 | 352 |
|
@@ -1205,12 +1203,13 @@ We will provide technical support for NGINX Ingress Controller on any Kubernetes
|
1205 | 1203 | 17 May 2022
|
1206 | 1204 |
|
1207 | 1205 | ### <i class="fa-solid fa-upload"></i> Dependencies
|
| 1206 | +the documentation here |
1208 | 1207 |
|
1209 | 1208 | - Update Go dependencies.
|
1210 | 1209 |
|
1211 | 1210 | ### <i class="fa-solid fa-bug-slash"></i> Fixes
|
1212 | 1211 |
|
1213 |
| -- [2654](https://github.com/nginx/kubernetes-ingress/pull/2654) Sync changes from [nginx-openid-connect](https://github.com/nginx/nginx-openid-connect) repo, add zoneSyncLeeway field in policy. For more information on the fixes, see [52](https://github.com/nginx/nginx-openid-connect/pull/52). |
| 1212 | +- [2654](https://github.com/nginx/kubernetes-ingress/pull/2654) Sync changes from [nginx-openid-connect](https://github.com/nginxinc/nginx-openid-connect) repo, add zoneSyncLeeway field in policy. For more information on the fixes, see [pull request 52](https://github.com/nginxinc/nginx-openid-connect/pull/52). |
1214 | 1213 |
|
1215 | 1214 | ### <i class="fa-solid fa-download"></i> Upgrade
|
1216 | 1215 |
|
@@ -1592,7 +1591,7 @@ We will provide technical support for NGINX Ingress Controller on any Kubernetes
|
1592 | 1591 | ### <i class="fa-solid fa-download"></i> Upgrade
|
1593 | 1592 |
|
1594 | 1593 | - For NGINX, use the 1.12.1 image from our DockerHub: `nginx/nginx-ingress:1.12.1`, `nginx/nginx-ingress:1.12.1-alpine` or `nginx/nginx-ingress:1.12.1-ubi`
|
1595 |
| -- For NGINX Plus, use the 1.12.1 image from the F5 Container Registry - see [the documentation here](https://docs.nginx.com/nginx-ingress-controller/installation/pulling-ingress-controller-image/) |
| 1594 | +- For NGINX Plus, use the 1.12.1 image from the F5 Container Registry - see [the documentation here]({{< ref "/installation/nic-images/get-registry-image.md">}}) |
1596 | 1595 | - Alternatively, you can also build your own image using the 1.12.1 source code.
|
1597 | 1596 | - For Helm, use version 0.10.1 of the chart.
|
1598 | 1597 |
|
@@ -1986,7 +1985,7 @@ For Kubernetes >= 1.18, when upgrading using the [manifests](https://docs.nginx.
|
1986 | 1985 |
|
1987 | 1986 | ### Notes
|
1988 | 1987 |
|
1989 |
| -- When using Kubernetes >= 1.18, the `-use-ingress-class-only` command-line argument is now ignored, and the Ingress Controller will only process resources that belong to its class. See [IngressClass doc](https://docs.nginx.com/nginx-ingress-controller/installation/running-multiple-ingress-controllers/#ingress-class) for more details. |
| 1988 | +- When using Kubernetes >= 1.18, the `-use-ingress-class-only` command-line argument is now ignored, and the Ingress Controller will only process resources that belong to its class. See [IngressClass doc]({{< ref "/installation/run-multiple-ingress-controllers.md#ingress-class" >}}) for more details. |
1990 | 1989 | - For Kubernetes >= 1.18, a dedicated IngressClass resource, which is configured by `controller.ingressClass`, is required per helm release. When upgrading or installing releases, ensure `controller.ingressClass` is not set to the name of the IngressClass of other releases or Ingress Controllers.
|
1991 | 1990 |
|
1992 | 1991 | <hr>
|
@@ -2114,7 +2113,7 @@ Release 1.7.0 includes:
|
2114 | 2113 | - Support for TCP, UDP, and TLS Passthrough load balancing with the new configuration resources: TransportServer and GlobalConfiguration. The resources allow users to deliver complex, non-HTTP-based applications from Kubernetes using NGINX Ingress Controller.
|
2115 | 2114 | - Support for error pages in VirtualServer and VirtualServerRoute resources. A user can now specify custom error responses for errors returned by backend applications or generated by NGINX, such as a 502 response.
|
2116 | 2115 | - Improved validation of VirtualServer and VirtualServerRoute resources. kubectl and the Kubernetes API server can now detect violations of the structure of VirtualServer/VirtualServerRoute resources and return an error.
|
2117 |
| -- Support for an operator which manages the lifecycle of the Ingress Controller on Kubernetes or OpenShift. See the [NGINX Ingress Operator GitHub repo](https://github.com/nginx/nginx-ingress-operator). |
| 2116 | +- Support for an operator which manages the lifecycle of the Ingress Controller on Kubernetes or OpenShift. See the [NGINX Ingress Operator GitHub repo](https://github.com/nginxinc/nginx-ingress-operator). |
2118 | 2117 |
|
2119 | 2118 | See the [1.7.0 release announcement blog post](https://www.nginx.com/blog/announcing-nginx-ingress-controller-for-kubernetes-release-1-7-0/), which includes an overview of each feature.
|
2120 | 2119 |
|
|
0 commit comments