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

Release 2.2.0 #2599

Merged
merged 11 commits into from
Apr 12, 2022
Prev Previous commit
Next Next commit
Update docs/content/releases.md
Co-authored-by: Ciara Stacke <[email protected]>
  • Loading branch information
lucacome and ciarams87 authored Apr 12, 2022
commit 0e4a295fe03f300969642a326f16b3f524acee84
11 changes: 10 additions & 1 deletion docs/content/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,16 @@ HELM CHART:
* [2294](https://github.com/nginxinc/kubernetes-ingress/pull/2294) Add extra containers to helm chart. Thanks to [Márk Sági-Kazár](https://github.com/sagikazarmark).


For a complete list of changes, upgrade instructions and resources, see the [NGINX Ingress Controller Release Notes](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v2.0.0).
UPGRADE:
* For NGINX, use the 2.2.0 images from our [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/tags?page=1&ordering=last_updated&name=2.1.0), [GitHub Container](https://github.com/nginxinc/kubernetes-ingress/pkgs/container/kubernetes-ingress) or [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress).
lucacome marked this conversation as resolved.
Show resolved Hide resolved
* For NGINX Plus, use the 2.2.0 images from the F5 Container registry or build your own image using the 2.2.0 source code.
* For Helm, use version 0.13.0 of the chart. If you're using custom resources like VirtualServer and TransportServer (`controller.enableCustomResources` is set to `true`), after you run the `helm upgrade` command, the CRDs will not be upgraded. After running the `helm upgrade` command, run `kubectl apply -f deployments/helm-chart/crds` to upgrade the CRDs.
* When upgrading using the [manifests](https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-manifests/), make sure to update the [ClusterRole](https://github.com/nginxinc/kubernetes-ingress/blob/v2.2.0/deployments/rbac/rbac.yaml). This is required to enable the cert-manager for VirtualServer resources integration.
* The -enable-preview-policies cli argument has been deprecated, and is no longer required for any Policy resources.
* Enabling OIDC Policies now requires the use of -enable-oidc cli argument instead of the -enable-preview-policies cli argument.

SUPPORTED PLATFORMS:
We will provide technical support for the NGINX Ingress Controller on any Kubernetes platform that is currently supported by its provider and which passes the Kubernetes conformance tests. This release was fully tested on the following Kubernetes versions: 1.19-1.23.

## NGINX Ingress Controller 2.1.2

Expand Down