Skip to content

Commit 4334903

Browse files
authored
Release 4.0.1 (#7279)
1 parent c7f80a4 commit 4334903

File tree

18 files changed

+188
-157
lines changed

18 files changed

+188
-157
lines changed

Diff for: .github/data/version.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
IC_VERSION=4.0.0
2-
HELM_CHART_VERSION=2.0.0
1+
IC_VERSION=4.0.1
2+
HELM_CHART_VERSION=2.0.1

Diff for: README.md

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

128-
The latest stable release is [4.0.0](https://github.com/nginx/kubernetes-ingress/releases/tag/v4.0.0). For production
128+
The latest stable release is [4.0.1](https://github.com/nginx/kubernetes-ingress/releases/tag/v4.0.1). For production
129129
use, we recommend that you choose the latest stable release.
130130

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

146146
| Version | Description | Image for NGINX | Image for NGINX Plus | Installation Manifests and Helm Chart | Documentation and Examples |
147147
| ------- | ----------- | --------------- | -------------------- | ---------------------------------------| -------------------------- |
148-
| Latest stable release | For production use | Use the 4.0.0 images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginx/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/build-ingress-controller-image/). | Use the 4.0.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/build-nginx-ingress-controller/). | [Manifests](https://github.com/nginx/kubernetes-ingress/tree/v4.0.0/deployments). [Helm chart](https://github.com/nginx/kubernetes-ingress/tree/v4.0.0/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
148+
| Latest stable release | For production use | Use the 4.0.1 images from [DockerHub](https://hub.docker.com/r/nginx/nginx-ingress/), [GitHub Container](https://github.com/nginx/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/build-ingress-controller-image/). | Use the 4.0.1 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/build-nginx-ingress-controller/). | [Manifests](https://github.com/nginx/kubernetes-ingress/tree/v4.0.1/deployments). [Helm chart](https://github.com/nginx/kubernetes-ingress/tree/v4.0.1/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
149149
| 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/nginx/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/build-nginx-ingress-controller/). | [Build your own image](https://docs.nginx.com/nginx-ingress-controller/installation/build-nginx-ingress-controller/). | [Manifests](https://github.com/nginx/kubernetes-ingress/tree/main/deployments). [Helm chart](https://github.com/nginx/kubernetes-ingress/tree/main/charts/nginx-ingress). | [Documentation](https://github.com/nginx/kubernetes-ingress/tree/main/site/content). [Examples](https://github.com/nginx/kubernetes-ingress/tree/main/examples). |
150150

151151
## SBOM (Software Bill of Materials)

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
apiVersion: v2
22
name: nginx-ingress
33
version: 1.5.0
4-
appVersion: 4.0.0
4+
appVersion: 4.0.1
55
kubeVersion: ">= 1.23.0-0"
66
type: application
77
description: NGINX Ingress Controller
8-
icon: https://raw.githubusercontent.com/nginx/kubernetes-ingress/v4.0.0/charts/nginx-ingress/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginx/kubernetes-ingress/v4.0.1/charts/nginx-ingress/chart-icon.png
99
home: https://github.com/nginx/kubernetes-ingress
1010
sources:
11-
- https://github.com/nginx/kubernetes-ingress/tree/v4.0.0/charts/nginx-ingress
11+
- https://github.com/nginx/kubernetes-ingress/tree/v4.0.1/charts/nginx-ingress
1212
keywords:
1313
- ingress
1414
- nginx

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: "4.0.0"
7+
tag: "4.0.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: "4.0.0"
6+
tag: "4.0.1"

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -674,10 +674,10 @@
674674
},
675675
"tag": {
676676
"type": "string",
677-
"default": "4.0.0",
677+
"default": "4.0.1",
678678
"title": "The tag of the Ingress Controller image",
679679
"examples": [
680-
"4.0.0"
680+
"4.0.1"
681681
]
682682
},
683683
"digest": {
@@ -714,7 +714,7 @@
714714
"examples": [
715715
{
716716
"repository": "nginx/nginx-ingress",
717-
"tag": "4.0.0",
717+
"tag": "4.0.1",
718718
"pullPolicy": "IfNotPresent"
719719
}
720720
]
@@ -1865,7 +1865,7 @@
18651865
"customPorts": [],
18661866
"image": {
18671867
"repository": "nginx/nginx-ingress",
1868-
"tag": "4.0.0",
1868+
"tag": "4.0.1",
18691869
"digest": "",
18701870
"pullPolicy": "IfNotPresent"
18711871
},
@@ -2479,7 +2479,7 @@
24792479
"customPorts": [],
24802480
"image": {
24812481
"repository": "nginx/nginx-ingress",
2482-
"tag": "4.0.0",
2482+
"tag": "4.0.1",
24832483
"digest": "",
24842484
"pullPolicy": "IfNotPresent"
24852485
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ controller:
170170
repository: nginx/nginx-ingress
171171

172172
## The tag of the Ingress Controller image. If not specified the appVersion from Chart.yaml is used as a tag.
173-
# tag: "4.0.0"
173+
# tag: "4.0.1"
174174
## The digest of the Ingress Controller image.
175175
## If digest is specified it has precedence over tag and will be used instead
176176
# digest: "sha256:CHANGEME"

0 commit comments

Comments
 (0)