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: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
### 1.12.4
4
+
5
+
An automatically generated list of changes can be found on Github at: [1.12.4 Release](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v1.12.4)
6
+
7
+
A curated list of changes can be found in the [Releases](http://docs.nginx.com/nginx-ingress-controller/releases/) page on NGINX Documentation website.
8
+
3
9
### 2.1.1
4
10
5
11
An automatically generated list of changes can be found on Github at: [2.1.1 Release](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v2.1.1)
Copy file name to clipboardExpand all lines: docs/content/releases.md
+23-2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,29 @@ doctypes: ["concept"]
6
6
toc: true
7
7
---
8
8
9
+
## NGINX Ingress Controller 1.12.4
10
+
11
+
23 March 2022
12
+
13
+
CHANGES:
14
+
* Update NGINX version to 1.21.6.
15
+
* Update NGINX Plus version to R26.
16
+
* Update Debian to Bullseye.
17
+
* Update Alpine to 3.15.
18
+
* Update UBI to 8.
19
+
* Update Go to 1.17 and Go dependencies.
20
+
21
+
FIXES:
22
+
* Fix OpenTracing not working with NGINX Plus.
23
+
24
+
HELM CHART:
25
+
* The version of the Helm chart is now 0.10.4.
26
+
27
+
UPGRADE:
28
+
* For NGINX, use the 1.12.4 image from our DockerHub: `nginx/nginx-ingress:1.12.4`, `nginx/nginx-ingress:1.12.4-alpine` or `nginx/nginx-ingress:1.12.4-ubi`
29
+
* For NGINX Plus, please build your own image using the 1.12.4 source code.
0 commit comments