Skip to content

Commit 63ac31a

Browse files
authored
Release 3.4.2 (#4935)
* Release 3.4.2
1 parent 3990129 commit 63ac31a

Some content is hidden

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

41 files changed

+176
-151
lines changed

Diff for: README.md

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

101-
The latest stable release is [3.4.1](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.4.1). For production
101+
The latest stable release is [3.4.2](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v3.4.2). For production
102102
use, we recommend that you choose the latest stable release.
103103

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

119119
| Version | Description | Image for NGINX | Image for NGINX Plus | Installation Manifests and Helm Chart | Documentation and Examples |
120120
| ------- | ----------- | --------------- | -------------------- | ---------------------------------------| -------------------------- |
121-
| Latest stable release | For production use | Use the 3.4.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.4.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.4.1/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v3.4.1/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
121+
| Latest stable release | For production use | Use the 3.4.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.4.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-nginx-ingress-controller/). | [Manifests](https://github.com/nginxinc/kubernetes-ingress/tree/v3.4.2/deployments). [Helm chart](https://github.com/nginxinc/kubernetes-ingress/tree/v3.4.2/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
122122
| 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). |
123123

124124
## SBOM (Software Bill of Materials)

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: v2
22
name: nginx-ingress
3-
version: 1.1.1
4-
appVersion: 3.4.1
3+
version: 1.1.2
4+
appVersion: 3.4.2
55
kubeVersion: ">= 1.22.0-0"
66
type: application
77
description: NGINX Ingress Controller
8-
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.4.1/charts/nginx-ingress/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginxinc/kubernetes-ingress/v3.4.2/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.4.1/charts/nginx-ingress
11+
- https://github.com/nginxinc/kubernetes-ingress/tree/v3.4.2/charts/nginx-ingress
1212
keywords:
1313
- ingress
1414
- nginx

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ To install the chart with the release name my-release (my-release is the name th
7979
For NGINX:
8080

8181
```console
82-
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.1.1
82+
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.1.2
8383
```
8484

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

8888
```console
89-
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.1.1 --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true
89+
helm install my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.1.2 --set controller.image.repository=myregistry.example.com/nginx-plus-ingress --set controller.nginxplus=true
9090
```
9191

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

103103
```console
104-
helm upgrade my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.1.1
104+
helm upgrade my-release oci://ghcr.io/nginxinc/charts/nginx-ingress --version 1.1.2
105105
```
106106

107107
### Uninstalling the Chart
@@ -142,7 +142,7 @@ upgrading/deleting the CRDs.
142142
1. Pull the chart sources:
143143

144144
```console
145-
helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version 1.1.1
145+
helm pull oci://ghcr.io/nginxinc/charts/nginx-ingress --untar --version 1.1.2
146146
```
147147

148148
2. Change your working directory to nginx-ingress:
@@ -228,7 +228,7 @@ The steps you should follow depend on the Helm release name:
228228
Selector: app=nginx-ingress-nginx-ingress
229229
```
230230

231-
2. Checkout the latest available tag using `git checkout v3.4.1`
231+
2. Checkout the latest available tag using `git checkout v3.4.2`
232232

233233
3. Navigate to `/kubernates-ingress/charts/nginx-ingress`
234234

@@ -280,7 +280,7 @@ reviewing its events:
280280
Selector: app=<helm_release_name>-nginx-ingress
281281
```
282282

283-
2. Checkout the latest available tag using `git checkout v3.4.1`
283+
2. Checkout the latest available tag using `git checkout v3.4.2`
284284

285285
3. Navigate to `/kubernates-ingress/charts/nginx-ingress`
286286

@@ -347,7 +347,7 @@ The following tables lists the configurable parameters of the NGINX Ingress Cont
347347
|`controller.logLevel` | The log level of the Ingress Controller. | 1 |
348348
|`controller.image.digest` | The image digest of the Ingress Controller. | None |
349349
|`controller.image.repository` | The image repository of the Ingress Controller. | nginx/nginx-ingress |
350-
|`controller.image.tag` | The tag of the Ingress Controller image. | 3.4.1 |
350+
|`controller.image.tag` | The tag of the Ingress Controller image. | 3.4.2 |
351351
|`controller.image.pullPolicy` | The pull policy for the Ingress Controller image. | IfNotPresent |
352352
|`controller.lifecycle` | The lifecycle of the Ingress Controller pods. | {} |
353353
|`controller.customConfigMap` | The name of the custom ConfigMap used by the Ingress Controller. If set, then the default config is ignored. | "" |

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.4.1"
7+
tag: "3.4.2"
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.4.1"
6+
tag: "3.4.2"

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@
305305
},
306306
"tag": {
307307
"type": "string",
308-
"default": "3.4.1",
308+
"default": "3.4.2",
309309
"title": "The tag of the Ingress Controller image",
310310
"examples": [
311-
"3.4.1"
311+
"3.4.2"
312312
]
313313
},
314314
"digest": {
@@ -345,7 +345,7 @@
345345
"examples": [
346346
{
347347
"repository": "nginx/nginx-ingress",
348-
"tag": "3.4.1",
348+
"tag": "3.4.2",
349349
"pullPolicy": "IfNotPresent"
350350
}
351351
]
@@ -1393,7 +1393,7 @@
13931393
"customPorts": [],
13941394
"image": {
13951395
"repository": "nginx/nginx-ingress",
1396-
"tag": "3.4.1",
1396+
"tag": "3.4.2",
13971397
"digest": "",
13981398
"pullPolicy": "IfNotPresent"
13991399
},
@@ -1765,7 +1765,7 @@
17651765
"customPorts": [],
17661766
"image": {
17671767
"repository": "nginx/nginx-ingress",
1768-
"tag": "3.4.1",
1768+
"tag": "3.4.2",
17691769
"digest": "",
17701770
"pullPolicy": "IfNotPresent"
17711771
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ controller:
7878
repository: nginx/nginx-ingress
7979

8080
## The tag of the Ingress Controller image. If not specified the appVersion from Chart.yaml is used as a tag.
81-
# tag: "3.4.1"
81+
# tag: "3.4.2"
8282

8383
## The digest of the Ingress Controller image.
8484
## If digest is specified it has precedence over tag and will be used instead

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.4.1
35+
- image: nginx/nginx-ingress:3.4.2
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.4.1
99+
# - image: nginx/nginx-ingress:3.4.2
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.4.1
35+
- image: nginx-plus-ingress:3.4.2
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.4.1
102+
# - image: nginx/nginx-ingress:3.4.2
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.4.1
36+
- image: nginx/nginx-ingress:3.4.2
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.4.1
100+
# - image: nginx/nginx-ingress:3.4.2
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.4.1
36+
- image: nginx-plus-ingress:3.4.2
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.4.1
106+
# - image: nginx/nginx-ingress:3.4.2
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
@@ -11,5 +11,5 @@ docs: "DOCS-584"
1111

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

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

0 commit comments

Comments
 (0)