Skip to content

Commit e079486

Browse files
authored
updates for fixing 1.3.1 release (#9023)
* updates for fixing 1.3.1 release Signed-off-by: James Strong <[email protected]> * update chart readmea Signed-off-by: James Strong <[email protected]> * updating chart Signed-off-by: James Strong <[email protected]> * supdate wording of legacy drop * supgraded helm docs * one more time Signed-off-by: James Strong <[email protected]> Signed-off-by: James Strong <[email protected]>
1 parent 9a42ded commit e079486

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ In v1.3.1 leader elections will be done entirely using the Lease API and no long
1010
v1.3.0 is a safe transition version, using v1.3.0 can automatically complete the merging of election locks, and then you can safely upgrade to v1.3.1.
1111

1212
Also, *important note*, with the Release of Kubernetes v1.25 we are dropping support for the legacy branches,
13-
please upgrade to a v1.0.0 and above branch
13+
Also, *important note*, with the release of Kubernetes v1.25, we are dropping support for the legacy edition,
14+
that means all version <1.0.0 of the ingress-nginx-controller.
1415

1516
## Image:
1617
- registry.k8s.io/ingress-nginx/controller:v1.3.1@sha256:54f7fe2c6c5a9db9a0ebf1131797109bb7a4d91f56b9b362bde2abd237dd1974

charts/ingress-nginx/Chart.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: ingress-nginx
33
# When the version is modified, make sure the artifacthub.io/changes list is updated
44
# Also update CHANGELOG.md
5-
version: 4.2.4
5+
version: 4.2.5
66
appVersion: 1.3.1
77
home: https://github.com/kubernetes/ingress-nginx
88
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
@@ -12,7 +12,6 @@ keywords:
1212
- nginx
1313
sources:
1414
- https://github.com/kubernetes/ingress-nginx
15-
type: application
1615
maintainers:
1716
- name: rikatz
1817
- name: strongjz

charts/ingress-nginx/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
44

5-
![Version: 4.2.4](https://img.shields.io/badge/Version-4.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-informational?style=flat-square)
5+
![Version: 4.2.5](https://img.shields.io/badge/Version-4.2.5-informational?style=flat-square) ![AppVersion: 1.3.1](https://img.shields.io/badge/AppVersion-1.3.1-informational?style=flat-square)
66

77
To use, add `ingressClassName: nginx` spec field or the `kubernetes.io/ingress.class: nginx` annotation to your Ingress resources.
88

@@ -310,13 +310,13 @@ Kubernetes: `>=1.20.0-0`
310310
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
311311
| controller.image.allowPrivilegeEscalation | bool | `true` | |
312312
| controller.image.chroot | bool | `false` | |
313-
| controller.image.digest | string | `"sha256:d1707ca76d3b044ab8a28277a2466a02100ee9f58a86af1535a3edf9323ea1b5"` | |
314-
| controller.image.digestChroot | string | `"sha256:0fcb91216a22aae43b374fc2e6a03b8afe9e8c78cbf07a09d75636dc4ea3c191"` | |
313+
| controller.image.digest | string | `"sha256:54f7fe2c6c5a9db9a0ebf1131797109bb7a4d91f56b9b362bde2abd237dd1974"` | |
314+
| controller.image.digestChroot | string | `"sha256:a8466b19c621bd550b1645e27a004a5cc85009c858a9ab19490216735ac432b1"` | |
315315
| controller.image.image | string | `"ingress-nginx/controller"` | |
316316
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
317317
| controller.image.registry | string | `"registry.k8s.io"` | |
318318
| controller.image.runAsUser | int | `101` | |
319-
| controller.image.tag | string | `"v1.3.0"` | |
319+
| controller.image.tag | string | `"v1.3.1"` | |
320320
| controller.ingressClass | string | `"nginx"` | For backwards compatibility with ingress.class annotation, use ingressClass. Algorithm is as follows, first ingressClassName is considered, if not present, controller looks for ingress.class annotation |
321321
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
322322
| controller.ingressClassResource.controllerValue | string | `"k8s.io/ingress-nginx"` | Controller-value of the controller that is processing this ingressClass |

charts/ingress-nginx/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ controller:
2323
## for backwards compatibility consider setting the full image url via the repository value below
2424
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
2525
## repository:
26-
tag: "v1.3.0"
27-
digest: sha256:d1707ca76d3b044ab8a28277a2466a02100ee9f58a86af1535a3edf9323ea1b5
28-
digestChroot: sha256:0fcb91216a22aae43b374fc2e6a03b8afe9e8c78cbf07a09d75636dc4ea3c191
26+
tag: "v1.3.1"
27+
digest: sha256:54f7fe2c6c5a9db9a0ebf1131797109bb7a4d91f56b9b362bde2abd237dd1974
28+
digestChroot: sha256:a8466b19c621bd550b1645e27a004a5cc85009c858a9ab19490216735ac432b1
2929
pullPolicy: IfNotPresent
3030
# www-data -> uid 101
3131
runAsUser: 101

0 commit comments

Comments
 (0)