Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for 1.12.4 #2540

Merged
merged 2 commits into from
Mar 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.12.4

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)

A curated list of changes can be found in the [Releases](http://docs.nginx.com/nginx-ingress-controller/releases/) page on NGINX Documentation website.

### 2.1.1

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)
Expand Down
25 changes: 23 additions & 2 deletions docs/content/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ doctypes: ["concept"]
toc: true
---

## NGINX Ingress Controller 1.12.4

23 March 2022

CHANGES:
* Update NGINX version to 1.21.6.
* Update NGINX Plus version to R26.
* Update Debian to Bullseye.
* Update Alpine to 3.15.
* Update UBI to 8.
* Update Go to 1.17 and Go dependencies.

FIXES:
* Fix OpenTracing not working with NGINX Plus.

HELM CHART:
* The version of the Helm chart is now 0.10.4.

UPGRADE:
* 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`
* For NGINX Plus, please build your own image using the 1.12.4 source code.
* For Helm, use version 0.10.4 of the chart.

## NGINX Ingress Controller 2.1.1

17 Feb 2022
Expand Down Expand Up @@ -661,8 +684,6 @@ UPGRADE:

## NGINX Ingress Controller 1.8.0

### 1.8.0

22 July 2020

OVERVIEW:
Expand Down