Skip to content

Commit 057c6d7

Browse files
authored
Release 3.1.0 (#3685)
* Release 3.1.0 * Remove 3.0.1 operator note * Update minimum supported k8s version * Add additional features to overview * Review updates
1 parent 3db26cb commit 057c6d7

36 files changed

+198
-127
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+
### 3.1.0
4+
5+
An automatically generated list of changes can be found on GitHub at: [3.1.0 Release](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.1.0)
6+
7+
A curated list of changes can be found on the [Releases](http://docs.nginx.com/nginx-ingress-controller/releases/) page on the NGINX Documentation website.
8+
39
### 3.0.2
410

511
An automatically generated list of changes can be found on GitHub at: [3.0.2 Release](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.0.2)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Read [this doc](https://docs.nginx.com/nginx-ingress-controller/intro/nginx-plus
5252

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

55-
The latest stable release is [3.0.2](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.0.2). For production use, we recommend that you choose the latest stable release.
55+
The latest stable release is [3.1.0](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.1.0). For production use, we recommend that you choose the latest stable release.
5656

5757
The edge version is useful for experimenting with new features that are not yet published in a stable release. To use it, choose the *edge* version built from the [latest commit](https://github.com/nginxinc/kubernetes-ingress/commits/main) from the main branch.
5858

@@ -67,7 +67,7 @@ The table below summarizes the options regarding the images, manifests, helm cha
6767

6868
| Version | Description | Image for NGINX | Image for NGINX Plus | Installation Manifests and Helm Chart | Documentation and Examples |
6969
| ------- | ----------- | --------------- | -------------------- | ---------------------------------------| -------------------------- |
70-
| Latest stable release | For production use | Use the 3.0.2 images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginxinc/kubernetes-ingress/pkgs/container/kubernetes-ingress), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress) or [build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/building-ingress-controller-image/). | Use the 3.0.2 images from the [F5 Container Registry](https://docs.nginx.com/nginx-ingress-controller/installation/pulling-ingress-controller-image/) or the [AWS Marketplace](https://aws.amazon.com/marketplace/search/?CREATOR=741df81b-dfdc-4d36-b8da-945ea66b522c&FULFILLMENT_OPTION_TYPE=CONTAINER&filters=CREATOR%2CFULFILLMENT_OPTION_TYPE) 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/v3.0.2/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v3.0.2/deployments/helm-chart). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
70+
| Latest stable release | For production use | Use the 3.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), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress) or [build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/building-ingress-controller-image/). | Use the 3.1.0 images from the [F5 Container Registry](https://docs.nginx.com/nginx-ingress-controller/installation/pulling-ingress-controller-image/) or the [AWS Marketplace](https://aws.amazon.com/marketplace/search/?CREATOR=741df81b-dfdc-4d36-b8da-945ea66b522c&FULFILLMENT_OPTION_TYPE=CONTAINER&filters=CREATOR%2CFULFILLMENT_OPTION_TYPE) 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/v3.1.0/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v3.1.0/deployments/helm-chart). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
7171
| 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), [Amazon ECR Public Gallery](https://gallery.ecr.aws/nginx/nginx-ingress) or [Quay.io](https://quay.io/repository/nginx/nginx-ingress) or [build your own image](https://github.com/nginxinc/kubernetes-ingress/tree/main/docs/content/installation/building-ingress-controller-image.md). | [Build your own image](https://github.com/nginxinc/kubernetes-ingress/tree/main/docs/content/installation/building-ingress-controller-image.md). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/main/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/main/deployments/helm-chart). | [Documentation](https://github.com/nginxinc/kubernetes-ingress/tree/main/docs/content). [Examples](https://github.com/nginxinc/kubernetes-ingress/tree/main/examples). |
7272

7373
## SBOM (Software Bill of Materials)

deployments/daemon-set/nginx-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
# - name: nginx-log
3737
# emptyDir: {}
3838
containers:
39-
- image: nginx/nginx-ingress:3.0.2
39+
- image: nginx/nginx-ingress:3.1.0
4040
imagePullPolicy: IfNotPresent
4141
name: nginx-ingress
4242
ports:
@@ -97,7 +97,7 @@ spec:
9797
#- -enable-prometheus-metrics
9898
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
9999
# initContainers:
100-
# - image: nginx/nginx-ingress:3.0.2
100+
# - image: nginx/nginx-ingress:3.1.0
101101
# imagePullPolicy: IfNotPresent
102102
# name: init-nginx-ingress
103103
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
# - name: nginx-log
3737
# emptyDir: {}
3838
containers:
39-
- image: nginx-plus-ingress:3.0.2
39+
- image: nginx-plus-ingress:3.1.0
4040
imagePullPolicy: IfNotPresent
4141
name: nginx-plus-ingress
4242
ports:
@@ -100,7 +100,7 @@ spec:
100100
#- -enable-prometheus-metrics
101101
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
102102
# initContainers:
103-
# - image: nginx/nginx-ingress:3.0.2
103+
# - image: nginx/nginx-ingress:3.1.0
104104
# imagePullPolicy: IfNotPresent
105105
# name: init-nginx-ingress
106106
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

deployments/deployment/nginx-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
# - name: nginx-log
3838
# emptyDir: {}
3939
containers:
40-
- image: nginx/nginx-ingress:3.0.2
40+
- image: nginx/nginx-ingress:3.1.0
4141
imagePullPolicy: IfNotPresent
4242
name: nginx-ingress
4343
ports:
@@ -99,7 +99,7 @@ spec:
9999
#- -enable-prometheus-metrics
100100
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
101101
# initContainers:
102-
# - image: nginx/nginx-ingress:3.0.2
102+
# - image: nginx/nginx-ingress:3.1.0
103103
# imagePullPolicy: IfNotPresent
104104
# name: init-nginx-ingress
105105
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

deployments/deployment/nginx-plus-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
# - name: nginx-log
3838
# emptyDir: {}
3939
containers:
40-
- image: nginx-plus-ingress:3.0.2
40+
- image: nginx-plus-ingress:3.1.0
4141
imagePullPolicy: IfNotPresent
4242
name: nginx-plus-ingress
4343
ports:
@@ -105,7 +105,7 @@ spec:
105105
#- -enable-service-insight
106106
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
107107
# initContainers:
108-
# - image: nginx/nginx-ingress:3.0.2
108+
# - image: nginx/nginx-ingress:3.1.0
109109
# imagePullPolicy: IfNotPresent
110110
# name: init-nginx-ingress
111111
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

deployments/helm-chart/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: v2
22
name: nginx-ingress
3-
version: 0.16.2
4-
appVersion: 3.0.2
3+
version: 0.17.0
4+
appVersion: 3.1.0
55
kubeVersion: ">= 1.22.0-0"
66
type: application
77
description: NGINX Ingress Controller
8-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.0.2/deployments/helm-chart/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.1.0/deployments/helm-chart/chart-icon.png
99
home: https://github.com/nginxinc/kubernetes-ingress
1010
sources:
11-
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.0.2/deployments/helm-chart
11+
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.1.0/deployments/helm-chart
1212
keywords:
1313
- ingress
1414
- nginx

deployments/helm-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Parameter | Description | Default
178178
`controller.logLevel` | The log level of the Ingress Controller. | 1
179179
`controller.image.digest ` | The image digest of the Ingress Controller. | None
180180
`controller.image.repository` | The image repository of the Ingress Controller. | nginx/nginx-ingress
181-
`controller.image.tag` | The tag of the Ingress Controller image. | 3.0.2
181+
`controller.image.tag` | The tag of the Ingress Controller image. | 3.1.0
182182
`controller.image.pullPolicy` | The pull policy for the Ingress Controller image. | IfNotPresent
183183
`controller.lifecycle` | The lifecycle of the Ingress Controller pods. | {}
184184
`controller.customConfigMap` | The name of the custom ConfigMap used by the Ingress Controller. If set, then the default config is ignored. | ""

deployments/helm-chart/values-icp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ controller:
44
nginxplus: true
55
image:
66
repository: mycluster.icp:8500/kube-system/nginx-plus-ingress
7-
tag: "3.0.2"
7+
tag: "3.1.0"
88
nodeSelector:
99
beta.kubernetes.io/arch: "amd64"
1010
proxy: true

deployments/helm-chart/values-plus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ controller:
33
nginxplus: true
44
image:
55
repository: nginx-plus-ingress
6-
tag: "3.0.2"
6+
tag: "3.1.0"

0 commit comments

Comments
 (0)