You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nic/releases.md
+51Lines changed: 51 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,57 @@ toc: true
5
5
nd-content-type: reference
6
6
nd-product: NIC
7
7
nd-docs: DOCS-616
8
+
---
9
+
## 5.1.0
10
+
11
+
30 Jun 2025
12
+
13
+
This release of NGINX Ingress Controller brings with it initial connectivity to the NGINX One Console! With this, you can now manage your NGINX instances that are part of the NGINX Ingress Controller.
14
+
15
+
This release also brings with it the ability to perform Rate Limiting to your APIs based on a supplied NGINX variable and its value. With this capability, you now have more finer grained control over how frequently specific users access your resources.
16
+
17
+
Lastly, in our previous release of v5.0.0, we removed support for Open Tracing. This release brings back this observability capability through native NGINX Open Telemetry Traces allowing you to monitor the internal traffic of your applications.
18
+
19
+
### <iclass="fa-solid fa-rocket"></i> Features
20
+
-[7642](https://github.com/nginx/kubernetes-ingress/pull/7642) Add OpenTelemetry support
21
+
-[7916](https://github.com/nginx/kubernetes-ingress/pull/7916) Add support for Agent V3 and Connecting to NGINX One Console
22
+
-[7884](https://github.com/nginx/kubernetes-ingress/pull/7884) Tiered rate limits with variables
23
+
-[7765](https://github.com/nginx/kubernetes-ingress/pull/7765) Add OIDC PKCE configuration through Policy
24
+
-[7832](https://github.com/nginx/kubernetes-ingress/pull/7832) Add request_method to rate-limit Policy
25
+
-[7695](https://github.com/nginx/kubernetes-ingress/pull/7695) Add ConfigMapKeys & MGMTConfigMapKeys to Telemetry
26
+
-[7705](https://github.com/nginx/kubernetes-ingress/pull/7705) Add Context to logging for JSON and TEXT formats
27
+
28
+
### <iclass="fa-solid fa-bug-slash"></i> Fixes
29
+
30
+
-[7651](https://github.com/nginx/kubernetes-ingress/pull/7651) Use pod labels as headless selector labels
31
+
-[7691](https://github.com/nginx/kubernetes-ingress/pull/7691) Avoid applying updates on Ingress Controller shutdown
32
+
-[7748](https://github.com/nginx/kubernetes-ingress/pull/7748) Add ; in oidc files
33
+
-[7786](https://github.com/nginx/kubernetes-ingress/pull/7786) Correct namespace for mgmt secrets
34
+
-[7853](https://github.com/nginx/kubernetes-ingress/pull/7853) Update template for custom redirect URI
35
+
-[7865](https://github.com/nginx/kubernetes-ingress/pull/7865) Maintain HeadlessService on upgrade
0 commit comments