Skip to content

Commit 8672da2

Browse files
authored
Merge branch 'main' into docs/fix-ingress-link
2 parents 0829514 + 1407c3a commit 8672da2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+7227
-5982
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.1
4+
5+
An automatically generated list of changes can be found on GitHub at: [3.1.1 Release](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.1.1)
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.1.0
410

511
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)

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.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.
55+
The latest stable release is [3.1.1](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.1.1). 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.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/). |
70+
| Latest stable release | For production use | Use the 3.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), [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.1 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.1/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v3.1.1/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/common/crds/k8s.nginx.org_virtualservers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
recordType:
8888
type: string
8989
gunzip:
90-
type: string
90+
type: boolean
9191
host:
9292
type: string
9393
http-snippets:

deployments/daemon-set/nginx-ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
# - name: nginx-log
3434
# emptyDir: {}
3535
containers:
36-
- image: nginx/nginx-ingress:3.1.0
36+
- image: nginx/nginx-ingress:3.1.1
3737
imagePullPolicy: IfNotPresent
3838
name: nginx-ingress
3939
ports:
@@ -96,7 +96,7 @@ spec:
9696
#- -enable-prometheus-metrics
9797
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
9898
# initContainers:
99-
# - image: nginx/nginx-ingress:3.1.0
99+
# - image: nginx/nginx-ingress:3.1.1
100100
# imagePullPolicy: IfNotPresent
101101
# name: init-nginx-ingress
102102
# 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
@@ -33,7 +33,7 @@ spec:
3333
# - name: nginx-log
3434
# emptyDir: {}
3535
containers:
36-
- image: nginx-plus-ingress:3.1.0
36+
- image: nginx-plus-ingress:3.1.1
3737
imagePullPolicy: IfNotPresent
3838
name: nginx-plus-ingress
3939
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.1.0
102+
# - image: nginx/nginx-ingress:3.1.1
103103
# imagePullPolicy: IfNotPresent
104104
# name: init-nginx-ingress
105105
# 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
@@ -34,7 +34,7 @@ spec:
3434
# - name: nginx-log
3535
# emptyDir: {}
3636
containers:
37-
- image: nginx/nginx-ingress:3.1.0
37+
- image: nginx/nginx-ingress:3.1.1
3838
imagePullPolicy: IfNotPresent
3939
name: nginx-ingress
4040
ports:
@@ -98,7 +98,7 @@ spec:
9898
#- -enable-prometheus-metrics
9999
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
100100
# initContainers:
101-
# - image: nginx/nginx-ingress:3.1.0
101+
# - image: nginx/nginx-ingress:3.1.1
102102
# imagePullPolicy: IfNotPresent
103103
# name: init-nginx-ingress
104104
# 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
@@ -34,7 +34,7 @@ spec:
3434
# - name: nginx-log
3535
# emptyDir: {}
3636
containers:
37-
- image: nginx-plus-ingress:3.1.0
37+
- image: nginx-plus-ingress:3.1.1
3838
imagePullPolicy: IfNotPresent
3939
name: nginx-plus-ingress
4040
ports:
@@ -104,7 +104,7 @@ spec:
104104
#- -enable-service-insight
105105
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
106106
# initContainers:
107-
# - image: nginx/nginx-ingress:3.1.0
107+
# - image: nginx/nginx-ingress:3.1.1
108108
# imagePullPolicy: IfNotPresent
109109
# name: init-nginx-ingress
110110
# 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.17.0
4-
appVersion: 3.1.0
3+
version: 0.17.1
4+
appVersion: 3.1.1
55
kubeVersion: ">= 1.22.0-0"
66
type: application
77
description: NGINX Ingress Controller
8-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.1.0/deployments/helm-chart/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.1.1/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.1.0/deployments/helm-chart
11+
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.1.1/deployments/helm-chart
1212
keywords:
1313
- ingress
1414
- nginx

deployments/helm-chart/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ To install the chart with the release name my-release (my-release is the name th
5353

5454
For NGINX:
5555
```console
56-
$ helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.17.0
56+
$ helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.17.1
5757
```
5858

5959
For NGINX Plus: (assuming you have pushed the Ingress Controller image `nginx-plus-ingress` to your private registry `myregistry.example.com`)
6060
```console
61-
$ helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.17.0 --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true
61+
$ helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.17.1 --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true
6262
```
6363

6464
This will install the latest `edge` version of the Ingress Controller from GitHub Container Registry. If you prefer to use Docker Hub, you can replace `ghcr.io/nginxinc/charts/nginx-ingress` with `registry-1.docker.io/nginxcharts/nginx-ingress`.
@@ -70,7 +70,7 @@ Helm does not upgrade the CRDs during a release upgrade. Before you upgrade a re
7070
To upgrade the release `my-release`:
7171

7272
```console
73-
$ helm upgrade my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.17.0
73+
$ helm upgrade my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.17.1
7474
```
7575

7676
### Uninstalling the Chart
@@ -106,7 +106,7 @@ This step is required if you're installing the chart using its sources. Addition
106106

107107
1. Pull the chart sources:
108108
```console
109-
$ helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version 0.17.0
109+
$ helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version 0.17.1
110110
```
111111

112112
2. Change your working directory to nginx-ingress:
@@ -176,7 +176,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
176176
|`controller.logLevel` | The log level of the Ingress Controller. | 1 |
177177
|`controller.image.digest ` | The image digest of the Ingress Controller. | None |
178178
|`controller.image.repository` | The image repository of the Ingress Controller. | nginx/nginx-ingress |
179-
|`controller.image.tag` | The tag of the Ingress Controller image. | 3.1.0 |
179+
|`controller.image.tag` | The tag of the Ingress Controller image. | 3.1.1 |
180180
|`controller.image.pullPolicy` | The pull policy for the Ingress Controller image. | IfNotPresent |
181181
|`controller.lifecycle` | The lifecycle of the Ingress Controller pods. | {} |
182182
|`controller.customConfigMap` | The name of the custom ConfigMap used by the Ingress Controller. If set, then the default config is ignored. | "" |

deployments/helm-chart/crds/k8s.nginx.org_virtualservers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
recordType:
8888
type: string
8989
gunzip:
90-
type: string
90+
type: boolean
9191
host:
9292
type: string
9393
http-snippets:

0 commit comments

Comments
 (0)