Skip to content

Commit 67ab96f

Browse files
authored
fix: update NIC 5.6.0 Service Mesh message (#2264)
1 parent 6a12939 commit 67ab96f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

content/nic/changelog/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Highlights:
5757
- Native HSTS policy support for VirtualServer, VirtualServerRoute, and Ingress resources.
5858
- Additional ingress-nginx annotations and configMap updates - Includes setting the host header, disabling X-Forwarded headers and customer error pages
5959
- Significant Improvements to Configuration Safety - NGINX Ingress Controller no longer runs `nginx -t` after every configuration file write during initial reconciliation; instead, writes are batched and validated once for the whole batch after the initial queue drains. This significantly reduces startup time on large clusters.
60-
- Removed: Deprecated NGINX Service Mesh integration.
60+
- Removed references to F5 NGINX Service Mesh (NSM). NSM reached End of Life in March 2024 and is no longer supported. This does not affect NGINX Ingress Controller functionality.
6161

6262
### {{% icon rocket %}} Features
6363

@@ -99,7 +99,7 @@ Highlights:
9999

100100
- For NGINX, use the 5.6.0 images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name=5.6.0), [GitHub Container](https://github.com/nginx/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress).
101101
- For NGINX Plus, use the 5.6.0 images from the F5 Container registry or build your own image from the 5.6.0 source code.
102-
- For Helm, use version 2.7.0 of the chart.
102+
- For Helm, use version 2.7.0 of the chart. If you configured NGINX Service Mesh in a release prior to 5.6.0 (version 5.5.4 or earlier), remove any related values from the Helm chart before upgrading. These settings only applied to previous NGINX Service Mesh deployments. Users who never deployed service mesh are unaffected.
103103

104104
### {{% icon life-buoy %}} Supported platforms
105105

content/nic/install/upgrade.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Check the [release notes](https://www.github.com/nginx/kubernetes-ingress/releas
4242

4343
Once the CRDs have been upgraded, you can then upgrade the release chart.
4444

45+
{{< call-out class="note" title="Note" >}}
46+
When upgrading to version 5.6.0 or later, if you configured NGINX Service Mesh previously, remove any related values from the Helm chart before upgrading. These settings only applied to previous NGINX Service Mesh deployments. Users who never deployed service mesh are unaffected.
47+
{{< /call-out >}}
48+
4549
The command depends on if you installed the chart using the registry or from source.
4650

4751
To upgrade a release named _my-release_, use the following command:

0 commit comments

Comments
 (0)