Skip to content

Commit 8dfabca

Browse files
authored
Release 5.0.0 (#7617)
1 parent fb0fd84 commit 8dfabca

File tree

17 files changed

+277
-217
lines changed

17 files changed

+277
-217
lines changed

Diff for: .github/data/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
IC_VERSION=4.1.0
1+
IC_VERSION=5.0.0
22
HELM_CHART_VERSION=2.1.0

Diff for: README.md

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

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

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

142142
| Version | Description | Image for NGINX | Image for NGINX Plus | Installation Manifests and Helm Chart | Documentation and Examples |
143143
| ------- | ----------- | --------------- | -------------------- | ---------------------------------------| -------------------------- |
144-
| 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/). |
144+
| Latest stable release | For production use | Use the 5.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 5.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/v5.0.0/deployments). [Helm chart](https://github.com/nginx/kubernetes-ingress/tree/v5.0.0/charts/nginx-ingress). | [Documentation](https://docs.nginx.com/nginx-ingress-controller/). [Examples](https://docs.nginx.com/nginx-ingress-controller/configuration/configuration-examples/). |
145145
| 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). |
146146

147147
## 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: 2.1.0
4-
appVersion: 4.1.0
4+
appVersion: 5.0.0
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.1/charts/nginx-ingress/chart-icon.png
8+
icon: https://raw.githubusercontent.com/nginx/kubernetes-ingress/v5.0.0/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.1/charts/nginx-ingress
11+
- https://github.com/nginx/kubernetes-ingress/tree/v5.0.0/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.1"
7+
tag: "5.0.0"
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.1"
6+
tag: "5.0.0"

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -697,10 +697,10 @@
697697
},
698698
"tag": {
699699
"type": "string",
700-
"default": "4.0.1",
700+
"default": "5.0.0",
701701
"title": "The tag of the Ingress Controller image",
702702
"examples": [
703-
"4.0.1"
703+
"5.0.0"
704704
]
705705
},
706706
"digest": {
@@ -737,7 +737,7 @@
737737
"examples": [
738738
{
739739
"repository": "nginx/nginx-ingress",
740-
"tag": "4.0.1",
740+
"tag": "5.0.0",
741741
"pullPolicy": "IfNotPresent"
742742
}
743743
]
@@ -1908,7 +1908,7 @@
19081908
"customPorts": [],
19091909
"image": {
19101910
"repository": "nginx/nginx-ingress",
1911-
"tag": "4.0.1",
1911+
"tag": "5.0.0",
19121912
"digest": "",
19131913
"pullPolicy": "IfNotPresent"
19141914
},
@@ -2522,7 +2522,7 @@
25222522
"customPorts": [],
25232523
"image": {
25242524
"repository": "nginx/nginx-ingress",
2525-
"tag": "4.0.1",
2525+
"tag": "5.0.0",
25262526
"digest": "",
25272527
"pullPolicy": "IfNotPresent"
25282528
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ controller:
172172
repository: nginx/nginx-ingress
173173

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

0 commit comments

Comments
 (0)