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: site/content/releases.md
+30-29Lines changed: 30 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,36 @@ doctypes:
6
6
title: Releases
7
7
toc: true
8
8
weight: 2100
9
+
10
+
---
11
+
{{< note >}}
12
+
FIPS compliant images are currently impacted by compatibility issues with a dependent library.
13
+
14
+
We recommend against:
15
+
1. Patching older FIPS images, which could re-introduce the incompatible dependency.
16
+
2. Building new custom FIPS images.
17
+
{{< /note >}}
18
+
19
+
{{< note >}}
20
+
In our next major release, `v4.0.0`, the default log library for NGINX Ingress Controller will be changed from `golang/glog` to `log/slog`.
21
+
This will mean that logs generated by NGINX Ingress Controller will be in a structured format with the option to choose a `string` or `json` output.
22
+
This will not affect logs generated by NGINX.
23
+
To ensure backwards compatibility, we will ensure the existing log format, `glog`, will be maintained through a configuration option for the next 3 releases.
24
+
{{< /note >}}
25
+
26
+
{{< important >}}
27
+
CRD version removal notice.
28
+
In our next major release, `v4.0.0`, support for the following apiVersions for these listed CRDs will be dropped:
29
+
1.`k8s.nginx.org/v1alpha` for `GlobalConfiguration`
30
+
2.`k8s.nginx.org/v1alpha` for `Policy`
31
+
3.`k8s.nginx.org/v1alpha` for `TransportServer`
32
+
33
+
Prior to upgrading, **please ensure** that any of these resources deployed as `apiVersion: k8s.nginx.org/v1alpha1` are upgraded to `apiVersion: k8s.nginx.org/v1`
34
+
If a resource of `kind: GlobalConfiguration`, `kind: Policy` or `kind: TransportServer` are deployed as `apiVersion: k8s.nginx.org/v1alpha1`, these resources will be **deleted** when upgrading from, at least, `v3.4.0` to `v4.0.0`
35
+
36
+
When `v4.0.0` is released, the release notes will contain the required upgrade steps to go from `v3.X.X` to `v4.X.X`
37
+
{{< /important >}}
38
+
9
39
## 3.7.2
10
40
11
41
25 Nov 2024
@@ -38,36 +68,7 @@ We will provide technical support for NGINX Ingress Controller on any Kubernetes
38
68
its provider and that passes the Kubernetes conformance tests. This release was fully tested on the following Kubernetes
39
69
versions: 1.25-1.31.
40
70
41
-
42
71
---
43
-
{{< note >}}
44
-
FIPS compliant images are currently impacted by compatibility issues with a dependent library.
45
-
46
-
We recommend against:
47
-
1. Patching older FIPS images, which could re-introduce the incompatible dependency.
48
-
2. Building new custom FIPS images.
49
-
{{< /note >}}
50
-
51
-
{{< note >}}
52
-
In our next major release, `v4.0.0`, the default log library for NGINX Ingress Controller will be changed from `golang/glog` to `log/slog`.
53
-
This will mean that logs generated by NGINX Ingress Controller will be in a structured format with the option to choose a `string` or `json` output.
54
-
This will not affect logs generated by NGINX.
55
-
To ensure backwards compatibility, we will ensure the existing log format, `glog`, will be maintained through a configuration option for the next 3 releases.
56
-
{{< /note >}}
57
-
58
-
{{< important >}}
59
-
CRD version removal notice.
60
-
In our next major release, `v4.0.0`, support for the following apiVersions for these listed CRDs will be dropped:
61
-
1.`k8s.nginx.org/v1alpha` for `GlobalConfiguration`
62
-
2.`k8s.nginx.org/v1alpha` for `Policy`
63
-
3.`k8s.nginx.org/v1alpha` for `TransportServer`
64
-
65
-
Prior to upgrading, **please ensure** that any of these resources deployed as `apiVersion: k8s.nginx.org/v1alpha1` are upgraded to `apiVersion: k8s.nginx.org/v1`
66
-
If a resource of `kind: GlobalConfiguration`, `kind: Policy` or `kind: TransportServer` are deployed as `apiVersion: k8s.nginx.org/v1alpha1`, these resources will be **deleted** when upgrading from, at least, `v3.4.0` to `v4.0.0`
67
-
68
-
When `v4.0.0` is released, the release notes will contain the required upgrade steps to go from `v3.X.X` to `v4.X.X`
0 commit comments