Skip to content

Commit 94d0782

Browse files
committed
move frontmatter break and notes
1 parent 7925c4b commit 94d0782

File tree

1 file changed

+30
-29
lines changed

1 file changed

+30
-29
lines changed

site/content/releases.md

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,36 @@ doctypes:
66
title: Releases
77
toc: true
88
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+
939
## 3.7.2
1040

1141
25 Nov 2024
@@ -38,36 +68,7 @@ We will provide technical support for NGINX Ingress Controller on any Kubernetes
3868
its provider and that passes the Kubernetes conformance tests. This release was fully tested on the following Kubernetes
3969
versions: 1.25-1.31.
4070

41-
4271
---
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`
69-
{{< /important >}}
70-
7172
## 3.7.1
7273

7374
06 Nov 2024

0 commit comments

Comments
 (0)