Skip to content

Commit 3c56092

Browse files
authored
Release 2.1.1 (#2436)
1 parent b77cdc1 commit 3c56092

37 files changed

+130
-108
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 2.1.1
4+
5+
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)
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+
39
### 2.1.0
410

511
An automatically generated list of changes can be found on Github at: [2.1.0 Release](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v2.1.0)

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Read [this doc](https://docs.nginx.com/nginx-ingress-controller/intro/nginx-plus
5353

5454
We publish Ingress controller releases on GitHub. See our [releases page](https://github.com/nginxinc/kubernetes-ingress/releases).
5555

56-
The latest stable release is [2.1.0](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v2.1.0). For production use, we recommend that you choose the latest stable release. As an alternative, you can choose the *edge* version built from the [latest commit](https://github.com/nginxinc/kubernetes-ingress/commits/master) from the master branch. The edge version is useful for experimenting with new features that are not yet published in a stable release.
56+
The latest stable release is [2.1.1](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v2.1.1). For production use, we recommend that you choose the latest stable release. As an alternative, you can choose the *edge* version built from the [latest commit](https://github.com/nginxinc/kubernetes-ingress/commits/master) from the master branch. The edge version is useful for experimenting with new features that are not yet published in a stable release.
5757

5858
To use the Ingress controller, you need to have access to:
5959
* An Ingress controller image.
@@ -66,7 +66,7 @@ The table below summarizes the options regarding the images, manifests, helm cha
6666

6767
| Version | Description | Image for NGINX | Image for NGINX Plus | Installation Manifests and Helm Chart | Documentation and Examples |
6868
| ------- | ----------- | --------------- | -------------------- | ---------------------------------------| -------------------------- |
69-
| Latest stable release | For production use | Use the 2.1.0 images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginxinc/kubernetes-ingress/pkgs/container/kubernetes-ingress) or [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/building-ingress-controller-image/). | Use the 2.1.0 images from the [F5 Container Registry](https://docs.nginx.com/nginx-ingress-controller/installation/pulling-ingress-controller-image/) or [Build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/building-ingress-controller-image/). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/deployments/helm-chart). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
69+
| Latest stable release | For production use | Use the 2.1.1 images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginxinc/kubernetes-ingress/pkgs/container/kubernetes-ingress) or [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/building-ingress-controller-image/). | Use the 2.1.1 images from the [F5 Container Registry](https://docs.nginx.com/nginx-ingress-controller/installation/pulling-ingress-controller-image/) or [Build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/building-ingress-controller-image/). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.1/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.1/deployments/helm-chart). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
7070
| Edge/Nightly | For testing and experimenting | Use the edge or nightly images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginxinc/kubernetes-ingress/pkgs/container/kubernetes-ingress) or [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [build your own image](https://github.com/nginxinc/kubernetes-ingress/tree/master/docs/content/installation/building-ingress-controller-image.md). | [Build your own image](https://github.com/nginxinc/kubernetes-ingress/tree/master/docs/content/installation/building-ingress-controller-image.md). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/master/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/master/deployments/helm-chart). | [Documentation](https://github.com/nginxinc/kubernetes-ingress/tree/master/docs/content). [Examples](https://github.com/nginxinc/kubernetes-ingress/tree/master/examples). |
7171

7272
## Contacts

Diff for: deployments/daemon-set/nginx-ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
serviceAccountName: nginx-ingress
2020
containers:
21-
- image: nginx/nginx-ingress:2.1.0
21+
- image: nginx/nginx-ingress:2.1.1
2222
imagePullPolicy: IfNotPresent
2323
name: nginx-ingress
2424
ports:

Diff for: deployments/daemon-set/nginx-plus-ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
serviceAccountName: nginx-ingress
2020
containers:
21-
- image: nginx-plus-ingress:2.1.0
21+
- image: nginx-plus-ingress:2.1.1
2222
imagePullPolicy: IfNotPresent
2323
name: nginx-plus-ingress
2424
ports:

Diff for: deployments/deployment/nginx-ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
serviceAccountName: nginx-ingress
2121
containers:
22-
- image: nginx/nginx-ingress:2.1.0
22+
- image: nginx/nginx-ingress:2.1.1
2323
imagePullPolicy: IfNotPresent
2424
name: nginx-ingress
2525
ports:

Diff for: deployments/deployment/nginx-plus-ingress.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
serviceAccountName: nginx-ingress
2121
containers:
22-
- image: nginx-plus-ingress:2.1.0
22+
- image: nginx-plus-ingress:2.1.1
2323
imagePullPolicy: IfNotPresent
2424
name: nginx-plus-ingress
2525
ports:

Diff for: deployments/helm-chart/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: nginx-ingress
2-
version: 0.12.0
3-
appVersion: 2.1.0
2+
version: 0.12.1
3+
appVersion: 2.1.1
44
apiVersion: v1
55
kubeVersion: ">= 1.19.0-0"
66
description: NGINX Ingress Controller
7-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v2.1.0/deployments/helm-chart/chart-icon.png
7+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v2.1.1/deployments/helm-chart/chart-icon.png
88
home: https://github.com/nginxinc/kubernetes-ingress
99
sources:
10-
- https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/deployments/helm-chart
10+
- https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.1/deployments/helm-chart
1111
keywords:
1212
- ingress
1313
- nginx

Diff for: deployments/helm-chart/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This step is required if you're installing the chart using its sources. Addition
2828
2. Change your working directory to /deployments/helm-chart:
2929
```console
3030
$ cd kubernetes-ingress/deployments/helm-chart
31-
$ git checkout v2.1.0
31+
$ git checkout v2.1.1
3232
```
3333

3434
## Adding the Helm Repository
@@ -153,7 +153,7 @@ Parameter | Description | Default
153153
`controller.nginxDebug` | Enables debugging for NGINX. Uses the `nginx-debug` binary. Requires `error-log-level: debug` in the ConfigMap via `controller.config.entries`. | false
154154
`controller.logLevel` | The log level of the Ingress Controller. | 1
155155
`controller.image.repository` | The image repository of the Ingress controller. | nginx/nginx-ingress
156-
`controller.image.tag` | The tag of the Ingress controller image. | 2.1.0
156+
`controller.image.tag` | The tag of the Ingress controller image. | 2.1.1
157157
`controller.image.pullPolicy` | The pull policy for the Ingress controller image. | IfNotPresent
158158
`controller.config.name` | The name of the ConfigMap used by the Ingress controller. | Autogenerated
159159
`controller.config.annotations` | The annotations of the Ingress controller configmap. | {}

Diff for: deployments/helm-chart/values-icp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ controller:
33
nginxplus: true
44
image:
55
repository: mycluster.icp:8500/kube-system/nginx-plus-ingress
6-
tag: "2.1.0"
6+
tag: "2.1.1"
77
nodeSelector:
88
beta.kubernetes.io/arch: "amd64"
99
proxy: true

Diff for: deployments/helm-chart/values-plus.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ controller:
22
nginxplus: true
33
image:
44
repository: nginx-plus-ingress
5-
tag: "2.1.0"
5+
tag: "2.1.1"

Diff for: deployments/helm-chart/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ controller:
4747
repository: nginx/nginx-ingress
4848

4949
## The tag of the Ingress controller image.
50-
tag: "2.1.0"
50+
tag: "2.1.1"
5151

5252
## The pull policy for the Ingress controller image.
5353
pullPolicy: IfNotPresent

Diff for: docs/content/app-protect-dos/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88
---
99

1010
This document describes how to configure the NGINX App Protect Dos module
11-
> Check out the complete [NGINX Ingress Controller with App Protect Dos example resources on GitHub](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/examples/appprotect-dos).
11+
> Check out the complete [NGINX Ingress Controller with App Protect Dos example resources on GitHub](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.1/examples/appprotect-dos).
1212
1313
## App Protect Dos Configuration
1414

Diff for: docs/content/app-protect-dos/installation-with-helm-dos-arbitrator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This step is required if you're installing the chart using its sources. Addition
2323
2. Change your working directory to /deployments/helm-chart-dos-arbitrator:
2424
```console
2525
$ cd kubernetes-ingress/deployments/helm-chart-dos-arbitrator
26-
$ git checkout v2.1.0
26+
$ git checkout v2.1.1
2727
```
2828

2929
## Adding the Helm Repository

Diff for: docs/content/app-protect-dos/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This document provides an overview of the steps required to use NGINX App Protec
2020
```
2121
$ git clone https://github.com/nginxinc/kubernetes-ingress/
2222
$ cd kubernetes-ingress
23-
$ git checkout v2.1.0
23+
$ git checkout v2.1.1
2424
```
2525
2626
## Create the namespace and service account
@@ -63,4 +63,4 @@ Take the steps below to set up and deploy the NGINX Ingress Controller and App P
6363
4. Enable the App Protect Dos module by adding the `enable-app-protect-dos` [cli argument](/nginx-ingress-controller/configuration/global-configuration/command-line-arguments.md#cmdoption-enable-app-protect-dos) to your Deployment or DaemonSet file.
6464
5. [Deploy the Ingress Controller](/nginx-ingress-controller/installation/installation-with-manifests.md#3-deploy-the-ingress-controller).
6565
66-
For more information, see the [Configuration guide](/nginx-ingress-controller/app-protect-dos/configuration),the [NGINX Ingress Controller with App Protect Dos example for Ingress](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/examples/appprotect-dos) and the [NGINX Ingress Controller with App Protect Dos example for VirtualServer](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/examples/custom-resources/dos).
66+
For more information, see the [Configuration guide](/nginx-ingress-controller/app-protect-dos/configuration),the [NGINX Ingress Controller with App Protect Dos example for Ingress](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.1/examples/appprotect-dos) and the [NGINX Ingress Controller with App Protect Dos example for VirtualServer](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.1/examples/custom-resources/dos).

Diff for: docs/content/app-protect/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ toc: true
88
---
99

1010
This document describes how to configure the NGINX App Protect module
11-
> Check out the complete [NGINX Ingress Controller with App Protect example resources on GitHub](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/examples/appprotect).
11+
> Check out the complete [NGINX Ingress Controller with App Protect example resources on GitHub](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.1/examples/appprotect).
1212
1313
## Global Configuration
1414

1515
The NGINX Ingress Controller has a set of global configuration parameters that align with those available in the NGINX App Protect module. See [ConfigMap keys](/nginx-ingress-controller/configuration/global-configuration/configmap-resource/#modules) for the complete list. The App Protect parameters use the `app-protect*` prefix.
1616

17-
> Check out the complete [NGINX Ingress Controller with App Protect example resources on GitHub](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/examples/appprotect).
17+
> Check out the complete [NGINX Ingress Controller with App Protect example resources on GitHub](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.1/examples/appprotect).
1818
1919
## Enable App Protect for an Ingress Resource
2020

Diff for: docs/content/app-protect/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ Take the steps below to set up and deploy the NGINX Ingress Controller and App P
7373
3. Enable the App Protect module by adding the `enable-app-protect` [cli argument](/nginx-ingress-controller/configuration/global-configuration/command-line-arguments/#cmdoption-enable-app-protect) to your Deployment or DaemonSet file.
7474
4. [Deploy the Ingress Controller](/nginx-ingress-controller/installation/installation-with-manifests/#3-deploy-the-ingress-controller).
7575

76-
For more information, see the [Configuration guide](/nginx-ingress-controller/app-protect/configuration) and the [NGINX Ingress Controller with App Protect examples on GitHub](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/examples/appprotect).
76+
For more information, see the [Configuration guide](/nginx-ingress-controller/app-protect/configuration) and the [NGINX Ingress Controller with App Protect examples on GitHub](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.1/examples/appprotect).

Diff for: docs/content/configuration/configuration-examples.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ toc: true
99

1010

1111
Our [GitHub repo](https://github.com/nginxinc/kubernetes-ingress) includes a number of configuration examples:
12-
* [*Examples*](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/examples) show how to use advanced NGINX features in Ingress resources with annotations.
13-
* [*Examples of Custom Resources*](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/examples/custom-resources) show how to use VirtualServer and VirtualServerResources for a few use cases.
12+
* [*Examples*](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.1/examples) show how to use advanced NGINX features in Ingress resources with annotations.
13+
* [*Examples of Custom Resources*](https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.1/examples/custom-resources) show how to use VirtualServer and VirtualServerResources for a few use cases.

0 commit comments

Comments
 (0)