Skip to content

Commit 302b978

Browse files
ciarams87pleshakov
andcommitted
Release 2.1.0
Update to 2.1.0 supported versions Update arbitrator chart for release Apply suggestions from code review Co-authored-by: Ciara Stacke <[email protected]> overview add dos images fix version Update docs/content/releases.md Co-authored-by: Michael Pleshakov <[email protected]> fix overview
1 parent 6dac355 commit 302b978

40 files changed

+402
-331
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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

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

README.md

Lines changed: 2 additions & 2 deletions
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.0.3](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v2.0.3). 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.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.
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.0.3 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.0.3 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.0.3/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v2.0.3/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.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/). |
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

deployments/daemon-set/nginx-ingress.yaml

Lines changed: 1 addition & 1 deletion
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.0.3
21+
- image: nginx/nginx-ingress:2.1.0
2222
imagePullPolicy: IfNotPresent
2323
name: nginx-ingress
2424
ports:

deployments/daemon-set/nginx-plus-ingress.yaml

Lines changed: 1 addition & 1 deletion
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.0.3
21+
- image: nginx-plus-ingress:2.1.0
2222
imagePullPolicy: IfNotPresent
2323
name: nginx-plus-ingress
2424
ports:

deployments/deployment/nginx-ingress.yaml

Lines changed: 1 addition & 1 deletion
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.0.3
22+
- image: nginx/nginx-ingress:2.1.0
2323
imagePullPolicy: IfNotPresent
2424
name: nginx-ingress
2525
ports:

deployments/deployment/nginx-plus-ingress.yaml

Lines changed: 2 additions & 2 deletions
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.0.3
22+
- image: nginx-plus-ingress:2.1.0
2323
imagePullPolicy: IfNotPresent
2424
name: nginx-plus-ingress
2525
ports:
@@ -63,4 +63,4 @@ spec:
6363
#- -report-ingress-status
6464
#- -external-service=nginx-ingress
6565
#- -enable-prometheus-metrics
66-
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
66+
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration

deployments/helm-chart-dos-arbitrator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: nginx-appprotect-dos-arbitrator
2-
version: 0.0.1
2+
version: 0.1.0
33
appVersion: 1.1.0
44
apiVersion: v1
55
kubeVersion: ">= 1.19.0-0"
66
description: NGINX App Protect Dos arbitrator
7-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v2.0.3/deployments/helm-chart-dos-arbitrator/chart-icon.png
7+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v2.1.0/deployments/helm-chart-dos-arbitrator/chart-icon.png
88
home: https://github.com/nginxinc/kubernetes-ingress
99
sources:
10-
- https://github.com/nginxinc/kubernetes-ingress/tree/v2.0.3/deployments/helm-chart-dos-arbitrator
10+
- https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/deployments/helm-chart-dos-arbitrator
1111
keywords:
1212
- appprotect-dos
1313
- nginx

deployments/helm-chart-dos-arbitrator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This step is required if you're installing the chart using its sources. Addition
2121
2. Change your working directory to /deployments/helm-chart-dos-arbitrator:
2222
```console
2323
$ cd kubernetes-ingress/deployments/helm-chart-dos-arbitrator
24-
$ git checkout v2.0.3
24+
$ git checkout v2.1.0
2525
```
2626

2727
## Adding the Helm Repository

deployments/helm-chart/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: nginx-ingress
2-
version: 0.11.3
3-
appVersion: 2.0.3
2+
version: 0.12.0
3+
appVersion: 2.1.0
44
apiVersion: v1
55
kubeVersion: ">= 1.19.0-0"
66
description: NGINX Ingress Controller
7-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v2.0.3/deployments/helm-chart/chart-icon.png
7+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v2.1.0/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.0.3/deployments/helm-chart
10+
- https://github.com/nginxinc/kubernetes-ingress/tree/v2.1.0/deployments/helm-chart
1111
keywords:
1212
- ingress
1313
- nginx

deployments/helm-chart/README.md

Lines changed: 2 additions & 2 deletions
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.0.3
31+
$ git checkout v2.1.0
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.0.3
156+
`controller.image.tag` | The tag of the Ingress controller image. | 2.1.0
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. | {}

0 commit comments

Comments
 (0)