Skip to content

Commit d70b849

Browse files
authored
Release controller v1.11.2/v1.10.4 & chart v4.11.2/v4.10.4. (#11816)
1 parent 593f05e commit d70b849

File tree

19 files changed

+366
-236
lines changed

19 files changed

+366
-236
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ the versions listed. Ingress-Nginx versions **may** work on older versions, but
3737

3838
| Supported | Ingress-NGINX version | k8s supported version | Alpine Version | Nginx Version | Helm Chart Version |
3939
| :-------: | --------------------- | ----------------------------- | -------------- | ------------- | ------------------ |
40+
| 🔄 | **v1.11.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.2 |
4041
| 🔄 | **v1.11.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.1 |
4142
| 🔄 | **v1.11.0** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.0 |
43+
| 🔄 | **v1.10.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.4 |
4244
| 🔄 | **v1.10.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.3 |
4345
| 🔄 | **v1.10.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.2 |
4446
| 🔄 | **v1.10.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.1 |

changelog/controller-1.10.4.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Changelog
2+
3+
### controller-v1.10.4
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.10.4@sha256:505b9048c02dde3d6c8667bf0b52aba7b36adf7b03da34c47d5fa312d2d4c6fc
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.10.4@sha256:bf71acf6e71830a4470e2183e3bc93c4f006b954f8a05fb434242ef0f8a24858
9+
10+
### All changes:
11+
12+
* Chart: Bump Kube Webhook CertGen & OpenTelemetry. (#11811)
13+
* Images: Trigger controller build. (#11808)
14+
* Tests & Docs: Bump images. (#11804)
15+
* Images: Trigger failed builds. (#11801)
16+
* Images: Trigger other builds. (#11797)
17+
* Controller: Fix panic in alternative backend merging. (#11793)
18+
* Tests: Bump `e2e-test-runner` to v20240812-3f0129aa. (#11791)
19+
* Images: Trigger `test-runner` build. (#11786)
20+
* Images: Bump `NGINX_BASE` to v0.0.12. (#11783)
21+
* Images: Trigger NGINX build. (#11780)
22+
* Cloud Build: Add missing config, remove unused ones. (#11776)
23+
* Generate correct output on NumCPU() when using cgroups2 (#11775)
24+
* Cloud Build: Tweak timeouts. (#11762)
25+
* Cloud Build: Fix substitutions. (#11759)
26+
* Cloud Build: Some chores. (#11756)
27+
* Go: Bump to v1.22.6. (#11748)
28+
* Images: Bump `NGINX_BASE` to v0.0.11. (#11744)
29+
* Images: Trigger NGINX build. (#11736)
30+
* docs: update OpenSSL Roadmap link (#11734)
31+
* Go: Bump to v1.22.5. (#11731)
32+
* Docs: Fix typo in AWS LB Controller reference (#11724)
33+
* Perform some cleaning operations on line breaks. (#11722)
34+
* Missing anchors in regular expression. (#11718)
35+
* Docs: Fix `from-to-www` redirect description. (#11715)
36+
* Chart: Remove `isControllerTagValid`. (#11714)
37+
* Tests: Bump `e2e-test-runner` to v20240729-04899b27. (#11704)
38+
* Docs: Clarify `from-to-www` redirect direction. (#11692)
39+
* added real-client-ip faq (#11665)
40+
* Docs: Format NGINX configuration table. (#11660)
41+
42+
### Dependency updates:
43+
44+
* Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#11772)
45+
* Bump the all group with 2 updates (#11770)
46+
* Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#11768)
47+
* Bump the all group with 3 updates (#11729)
48+
* Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 in the all group (#11700)
49+
* Bump the all group with 2 updates (#11697)
50+
* Bump the all group with 4 updates (#11676)
51+
* Bump the all group with 2 updates (#11674)
52+
53+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.10.3...controller-v1.10.4

changelog/controller-1.11.2.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Changelog
2+
3+
### controller-v1.11.2
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.11.2@sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.11.2@sha256:21b55a2f0213a18b91612a8c0850167e00a8e34391fd595139a708f9c047e7a8
9+
10+
### All changes:
11+
12+
* Chart: Bump Kube Webhook CertGen & OpenTelemetry. (#11812)
13+
* Images: Trigger controller build. (#11807)
14+
* Tests & Docs: Bump images. (#11805)
15+
* Images: Trigger failed builds. (#11802)
16+
* Images: Trigger other builds. (#11798)
17+
* Controller: Fix panic in alternative backend merging. (#11794)
18+
* Tests: Bump `e2e-test-runner` to v20240812-3f0129aa. (#11792)
19+
* Images: Trigger `test-runner` build. (#11787)
20+
* Images: Bump `NGINX_BASE` to v0.0.12. (#11784)
21+
* Images: Trigger NGINX build. (#11781)
22+
* Cloud Build: Add missing config, remove unused ones. (#11777)
23+
* Generate correct output on NumCPU() when using cgroups2 (#11778)
24+
* Cloud Build: Tweak timeouts. (#11763)
25+
* Cloud Build: Fix substitutions. (#11760)
26+
* Cloud Build: Some chores. (#11757)
27+
* Go: Bump to v1.22.6. (#11749)
28+
* Images: Bump `NGINX_BASE` to v0.0.11. (#11743)
29+
* Images: Trigger NGINX build. (#11737)
30+
* docs: update OpenSSL Roadmap link (#11733)
31+
* Go: Bump to v1.22.5. (#11732)
32+
* Docs: Fix typo in AWS LB Controller reference (#11725)
33+
* Perform some cleaning operations on line breaks. (#11721)
34+
* Missing anchors in regular expression. (#11719)
35+
* Docs: Fix `from-to-www` redirect description. (#11716)
36+
* Chart: Remove `isControllerTagValid`. (#11713)
37+
* Tests: Bump `e2e-test-runner` to v20240729-04899b27. (#11705)
38+
* Docs: Clarify `from-to-www` redirect direction. (#11693)
39+
* added real-client-ip faq (#11664)
40+
* Docs: Format NGINX configuration table. (#11662)
41+
* Docs: Update version in `deploy/index.md`. (#11652)
42+
43+
### Dependency updates:
44+
45+
* Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#11773)
46+
* Bump the all group with 2 updates (#11771)
47+
* Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#11769)
48+
* Bump the all group with 3 updates (#11728)
49+
* Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 in the all group (#11701)
50+
* Bump the all group with 2 updates (#11698)
51+
* Bump the all group with 4 updates (#11677)
52+
* Bump the all group with 2 updates (#11675)
53+
54+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.11.1...controller-v1.11.2

charts/ingress-nginx/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- Update Ingress-Nginx version controller-v1.11.1
3+
- Update Ingress-Nginx version controller-v1.11.2
44
artifacthub.io/prerelease: "false"
55
apiVersion: v2
6-
appVersion: 1.11.1
6+
appVersion: 1.11.2
77
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
88
load balancer
99
home: https://github.com/kubernetes/ingress-nginx
@@ -22,4 +22,4 @@ maintainers:
2222
name: ingress-nginx
2323
sources:
2424
- https://github.com/kubernetes/ingress-nginx
25-
version: 4.11.1
25+
version: 4.11.2

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.11.1](https://img.shields.io/badge/Version-4.11.1-informational?style=flat-square) ![AppVersion: 1.11.1](https://img.shields.io/badge/AppVersion-1.11.1-informational?style=flat-square)
5+
![Version: 4.11.2](https://img.shields.io/badge/Version-4.11.2-informational?style=flat-square) ![AppVersion: 1.11.2](https://img.shields.io/badge/AppVersion-1.11.2-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

@@ -325,8 +325,8 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu
325325
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
326326
| controller.image.allowPrivilegeEscalation | bool | `false` | |
327327
| controller.image.chroot | bool | `false` | |
328-
| controller.image.digest | string | `"sha256:e6439a12b52076965928e83b7b56aae6731231677b01e81818bce7fa5c60161a"` | |
329-
| controller.image.digestChroot | string | `"sha256:7cabe4bd7558bfdf5b707976d7be56fd15ffece735d7c90fc238b6eda290fd8d"` | |
328+
| controller.image.digest | string | `"sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce"` | |
329+
| controller.image.digestChroot | string | `"sha256:21b55a2f0213a18b91612a8c0850167e00a8e34391fd595139a708f9c047e7a8"` | |
330330
| controller.image.image | string | `"ingress-nginx/controller"` | |
331331
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
332332
| controller.image.readOnlyRootFilesystem | bool | `false` | |
@@ -335,7 +335,7 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu
335335
| controller.image.runAsNonRoot | bool | `true` | |
336336
| controller.image.runAsUser | int | `101` | This value must not be changed using the official image. uid=101(www-data) gid=82(www-data) groups=82(www-data) |
337337
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
338-
| controller.image.tag | string | `"v1.11.1"` | |
338+
| controller.image.tag | string | `"v1.11.2"` | |
339339
| 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 |
340340
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
341341
| controller.ingressClassResource | object | `{"aliases":[],"annotations":{},"controllerValue":"k8s.io/ingress-nginx","default":false,"enabled":true,"name":"nginx","parameters":{}}` | This section refers to the creation of the IngressClass resource. IngressClasses are immutable and cannot be changed after creation. We do not support namespaced IngressClasses, yet, so a ClusterRole and a ClusterRoleBinding is required. |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org).
4+
5+
### 4.10.4
6+
7+
* Update Ingress-Nginx version controller-v1.10.4
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.10.3...helm-chart-4.10.4
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
This file documents all notable changes to [ingress-nginx](https://github.com/kubernetes/ingress-nginx) Helm Chart. The release numbering uses [semantic versioning](http://semver.org).
4+
5+
### 4.11.2
6+
7+
* Update Ingress-Nginx version controller-v1.11.2
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.11.1...helm-chart-4.11.2

charts/ingress-nginx/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ controller:
2626
## for backwards compatibility consider setting the full image url via the repository value below
2727
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
2828
## repository:
29-
tag: "v1.11.1"
30-
digest: sha256:e6439a12b52076965928e83b7b56aae6731231677b01e81818bce7fa5c60161a
31-
digestChroot: sha256:7cabe4bd7558bfdf5b707976d7be56fd15ffece735d7c90fc238b6eda290fd8d
29+
tag: "v1.11.2"
30+
digest: sha256:d5f8217feeac4887cb1ed21f27c2674e58be06bd8f5184cacea2a69abaf78dce
31+
digestChroot: sha256:21b55a2f0213a18b91612a8c0850167e00a8e34391fd595139a708f9c047e7a8
3232
pullPolicy: IfNotPresent
3333
runAsNonRoot: true
3434
# -- This value must not be changed using the official image.

0 commit comments

Comments
 (0)