Skip to content

Commit cd86e6a

Browse files
nginx-botpdabelf5shaun-nx
authored
Release 3.6.1 (#5896)
* Release 3.6.1 --------- Co-authored-by: Paul Abel <[email protected]> Co-authored-by: shaun-nx <[email protected]>
1 parent 7ce80a2 commit cd86e6a

Some content is hidden

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

47 files changed

+226
-183
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ In the case of NGINX, the Ingress Controller is deployed in a pod along with the
123123
We publish NGINX Ingress Controller releases on GitHub. See our [releases
124124
page](https://github.com/nginxinc/kubernetes-ingress/releases).
125125

126-
The latest stable release is [3.6.0](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.6.0). For production
126+
The latest stable release is [3.6.1](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.6.1). For production
127127
use, we recommend that you choose the latest stable release.
128128

129129
The edge version is useful for experimenting with new features that are not yet published in a stable release. To use
@@ -143,7 +143,7 @@ your links to the correct versions:
143143

144144
| Version | Description | Image for NGINX | Image for NGINX Plus | Installation Manifests and Helm Chart | Documentation and Examples |
145145
| ------- | ----------- | --------------- | -------------------- | ---------------------------------------| -------------------------- |
146-
| Latest stable release | For production use | Use the 3.6.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.6.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-nginx-ingress-controller/). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/v3.6.0/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v3.6.0/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
146+
| Latest stable release | For production use | Use the 3.6.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.6.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-nginx-ingress-controller/). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/v3.6.1/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v3.6.1/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
147147
| 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://docs.nginx.com/nginx-ingress-controller/installation/building-nginx-ingress-controller/). | [Build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/building-nginx-ingress-controller/). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/main/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/main/charts/nginx-ingress). | [Documentation](https://github.com/nginxinc/kubernetes-ingress/tree/main/docs/content). [Examples](https://github.com/nginxinc/kubernetes-ingress/tree/main/examples). |
148148

149149
## SBOM (Software Bill of Materials)

Diff for: charts/nginx-ingress/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ appVersion: 3.6.1
55
kubeVersion: ">= 1.23.0-0"
66
type: application
77
description: NGINX Ingress Controller
8-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.6.0/charts/nginx-ingress/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.6.1/charts/nginx-ingress/chart-icon.png
99
home: https://github.com/nginxinc/kubernetes-ingress
1010
sources:
11-
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.6.0/charts/nginx-ingress
11+
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.6.1/charts/nginx-ingress
1212
keywords:
1313
- ingress
1414
- nginx

Diff for: charts/nginx-ingress/README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ kubectl apply -f crds/
5151
Alternatively, CRDs can be upgraded without pulling the chart by running:
5252

5353
```console
54-
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.6.0/deploy/crds.yaml
54+
kubectl apply -f https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.6.1/deploy/crds.yaml
5555
```
5656

57-
In the above command, `v3.6.0` represents the version of NGINX Ingress Controller release rather than the Helm chart version.
57+
In the above command, `v3.6.1` represents the version of NGINX Ingress Controller release rather than the Helm chart version.
5858

5959
> **Note**
6060
>
@@ -87,14 +87,14 @@ To install the chart with the release name my-release (my-release is the name th
8787
For NGINX:
8888

8989
```console
90-
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.3.0
90+
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.3.1
9191
```
9292

9393
For NGINX Plus: (assuming you have pushed the Ingress Controller image `nginx-plus-ingress` to your private registry
9494
`myregistry.example.com`)
9595

9696
```console
97-
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.3.0 --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true
97+
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.3.1 --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true
9898
```
9999

100100
This will install the latest `edge` version of the Ingress Controller from GitHub Container Registry. If you prefer to
@@ -109,7 +109,7 @@ CRDs](#upgrading-the-crds).
109109
To upgrade the release `my-release`:
110110

111111
```console
112-
helm upgrade my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.3.0
112+
helm upgrade my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.3.1
113113
```
114114

115115
### Uninstalling the Chart
@@ -150,7 +150,7 @@ upgrading/deleting the CRDs.
150150
1. Pull the chart sources:
151151

152152
```console
153-
helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version 1.3.0
153+
helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version 1.3.1
154154
```
155155

156156
2. Change your working directory to nginx-ingress:
@@ -236,7 +236,7 @@ The steps you should follow depend on the Helm release name:
236236
Selector: app=nginx-ingress-nginx-ingress
237237
```
238238

239-
2. Checkout the latest available tag using `git checkout v3.6.0`
239+
2. Checkout the latest available tag using `git checkout v3.6.1`
240240

241241
3. Navigate to `/kubernates-ingress/charts/nginx-ingress`
242242

@@ -288,7 +288,7 @@ reviewing its events:
288288
Selector: app=<helm_release_name>-nginx-ingress
289289
```
290290

291-
2. Checkout the latest available tag using `git checkout v3.6.0`
291+
2. Checkout the latest available tag using `git checkout v3.6.1`
292292

293293
3. Navigate to `/kubernates-ingress/charts/nginx-ingress`
294294

@@ -355,7 +355,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
355355
|`controller.logLevel` | The log level of the Ingress Controller. | 1 |
356356
|`controller.image.digest` | The image digest of the Ingress Controller. | None |
357357
|`controller.image.repository` | The image repository of the Ingress Controller. | nginx/nginx-ingress |
358-
|`controller.image.tag` | The tag of the Ingress Controller image. | 3.6.0 |
358+
|`controller.image.tag` | The tag of the Ingress Controller image. | 3.6.1 |
359359
|`controller.image.pullPolicy` | The pull policy for the Ingress Controller image. | IfNotPresent |
360360
|`controller.lifecycle` | The lifecycle of the Ingress Controller pods. | {} |
361361
|`controller.customConfigMap` | The name of the custom ConfigMap used by the Ingress Controller. If set, then the default config is ignored. | "" |
@@ -386,7 +386,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
386386
|`controller.initContainerResources` | The resources of the init container which is used when `readOnlyRootFilesystem` is enabled by either setting `controller.securityContext.readOnlyRootFilesystem` or `controller.readOnlyRootFilesystem`to `true`. | requests: cpu=100m,memory=128Mi |
387387
|`controller.replicaCount` | The number of replicas of the Ingress Controller deployment. | 1 |
388388
|`controller.ingressClass.name` | A class of the Ingress Controller. An IngressClass resource with the name equal to the class must be deployed. Otherwise, the Ingress Controller will fail to start. The Ingress Controller only processes resources that belong to its class - i.e. have the "ingressClassName" field resource equal to the class. The Ingress Controller processes all the VirtualServer/VirtualServerRoute/TransportServer resources that do not have the "ingressClassName" field for all versions of Kubernetes. | nginx |
389-
|`controller.ingressClass.create` | Creates a new IngressClass object with the name `controller.ingressClass.name`. Set to `false` to use an existing ingressClass created using `kubectl` with the same name. If you use `helm upgrade`, do not change the values from the previous release as helm will delete IngressClass objects managed by helm. If you are upgrading from a release earlier than 3.6.0, do not set the value to false. | true |
389+
|`controller.ingressClass.create` | Creates a new IngressClass object with the name `controller.ingressClass.name`. Set to `false` to use an existing ingressClass created using `kubectl` with the same name. If you use `helm upgrade`, do not change the values from the previous release as helm will delete IngressClass objects managed by helm. If you are upgrading from a release earlier than 3.6.1, do not set the value to false. | true |
390390
|`controller.ingressClass.setAsDefaultIngress` | New Ingresses without an `"ingressClassName"` field specified will be assigned the class specified in `controller.ingressClass.name`. Requires `controller.ingressClass.create`. | false |
391391
|`controller.watchNamespace` | Comma separated list of namespaces the Ingress Controller should watch for resources. By default the Ingress Controller watches all namespaces. Mutually exclusive with `controller.watchNamespaceLabel`. Please note that if configuring multiple namespaces using the Helm cli `--set` option, the string needs to wrapped in double quotes and the commas escaped using a backslash - e.g. `--set controller.watchNamespace="default\,nginx-ingress"`. | "" |
392392
|`controller.watchNamespaceLabel` | Configures the Ingress Controller to watch only those namespaces with label foo=bar. By default the Ingress Controller watches all namespaces. Mutually exclusive with `controller.watchNamespace`. | "" |

Diff for: charts/nginx-ingress/values-icp.yaml

+1-1
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.6.0"
7+
tag: "3.6.1"
88
nodeSelector:
99
beta.kubernetes.io/arch: "amd64"
1010
proxy: true

Diff for: charts/nginx-ingress/values-plus.yaml

+1-1
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.6.0"
6+
tag: "3.6.1"

Diff for: charts/nginx-ingress/values.schema.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,10 @@
540540
},
541541
"tag": {
542542
"type": "string",
543-
"default": "3.6.0",
543+
"default": "3.6.1",
544544
"title": "The tag of the Ingress Controller image",
545545
"examples": [
546-
"3.6.0"
546+
"3.6.1"
547547
]
548548
},
549549
"digest": {
@@ -580,7 +580,7 @@
580580
"examples": [
581581
{
582582
"repository": "nginx/nginx-ingress",
583-
"tag": "3.6.0",
583+
"tag": "3.6.1",
584584
"pullPolicy": "IfNotPresent"
585585
}
586586
]
@@ -1670,7 +1670,7 @@
16701670
"customPorts": [],
16711671
"image": {
16721672
"repository": "nginx/nginx-ingress",
1673-
"tag": "3.6.0",
1673+
"tag": "3.6.1",
16741674
"digest": "",
16751675
"pullPolicy": "IfNotPresent"
16761676
},
@@ -2211,7 +2211,7 @@
22112211
"customPorts": [],
22122212
"image": {
22132213
"repository": "nginx/nginx-ingress",
2214-
"tag": "3.6.0",
2214+
"tag": "3.6.1",
22152215
"digest": "",
22162216
"pullPolicy": "IfNotPresent"
22172217
},

Diff for: charts/nginx-ingress/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ controller:
134134
repository: nginx/nginx-ingress
135135

136136
## The tag of the Ingress Controller image. If not specified the appVersion from Chart.yaml is used as a tag.
137-
# tag: "3.6.0"
137+
# tag: "3.6.1"
138138
## The digest of the Ingress Controller image.
139139
## If digest is specified it has precedence over tag and will be used instead
140140
# digest: "sha256:CHANGEME"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
# - name: nginx-log
3333
# emptyDir: {}
3434
containers:
35-
- image: nginx/nginx-ingress:3.6.0
35+
- image: nginx/nginx-ingress:3.6.1
3636
imagePullPolicy: IfNotPresent
3737
name: nginx-ingress
3838
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.6.0
99+
# - image: nginx/nginx-ingress:3.6.1
100100
# imagePullPolicy: IfNotPresent
101101
# name: init-nginx-ingress
102102
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
# - name: nginx-log
3333
# emptyDir: {}
3434
containers:
35-
- image: nginx-plus-ingress:3.6.0
35+
- image: nginx-plus-ingress:3.6.1
3636
imagePullPolicy: IfNotPresent
3737
name: nginx-plus-ingress
3838
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.6.0
102+
# - image: nginx/nginx-ingress:3.6.1
103103
# imagePullPolicy: IfNotPresent
104104
# name: init-nginx-ingress
105105
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

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

+2-2
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.6.0
36+
- image: nginx/nginx-ingress:3.6.1
3737
imagePullPolicy: IfNotPresent
3838
name: nginx-ingress
3939
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.6.0
100+
# - image: nginx/nginx-ingress:3.6.1
101101
# imagePullPolicy: IfNotPresent
102102
# name: init-nginx-ingress
103103
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

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

+2-2
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.6.0
36+
- image: nginx-plus-ingress:3.6.1
3737
imagePullPolicy: IfNotPresent
3838
name: nginx-plus-ingress
3939
ports:
@@ -103,7 +103,7 @@ spec:
103103
#- -enable-service-insight
104104
#- -global-configuration=$(POD_NAMESPACE)/nginx-configuration
105105
# initContainers:
106-
# - image: nginx/nginx-ingress:3.6.0
106+
# - image: nginx/nginx-ingress:3.6.1
107107
# imagePullPolicy: IfNotPresent
108108
# name: init-nginx-ingress
109109
# command: ['cp', '-vdR', '/etc/nginx/.', '/mnt/etc']

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ weight: 400
99

1010
Our [GitHub repo](https://github.com/nginxinc/kubernetes-ingress) includes a number of configuration examples:
1111

12-
- [*Examples of Custom Resources*](https://github.com/nginxinc/kubernetes-ingress/tree/v3.6.0/examples/custom-resources) show how to advanced NGINX features by using VirtualServer, VirtualServerRoute, TransportServer and Policy Custom Resources.
13-
- [*Examples of Ingress Resources*](https://github.com/nginxinc/kubernetes-ingress/tree/v3.6.0/examples/ingress-resources) show how to use advanced NGINX features in Ingress resources with annotations.
12+
- [*Examples of Custom Resources*](https://github.com/nginxinc/kubernetes-ingress/tree/v3.6.1/examples/custom-resources) show how to advanced NGINX features by using VirtualServer, VirtualServerRoute, TransportServer and Policy Custom Resources.
13+
- [*Examples of Ingress Resources*](https://github.com/nginxinc/kubernetes-ingress/tree/v3.6.1/examples/ingress-resources) show how to use advanced NGINX features in Ingress resources with annotations.

0 commit comments

Comments
 (0)