Skip to content

Commit 1489f51

Browse files
authored
Release controller v1.12.2/v1.11.6 & chart v4.12.2/v4.11.6. (#13318)
1 parent b6fc9d4 commit 1489f51

File tree

18 files changed

+382
-236
lines changed

18 files changed

+382
-236
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ the versions listed. Ingress-Nginx versions **may** work on older versions, but
3939

4040
| Supported | Ingress-NGINX version | k8s supported version | Alpine Version | Nginx Version | Helm Chart Version |
4141
| :-------: | --------------------- | ----------------------------- | -------------- | ------------- | ------------------ |
42+
| 🔄 | **v1.12.2** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.2 |
4243
| 🔄 | **v1.12.1** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.1 |
4344
| 🔄 | **v1.12.0** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.0 | 1.25.5 | 4.12.0 |
4445
| 🔄 | **v1.12.0-beta.0** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.20.3 | 1.25.5 | 4.12.0-beta.0 |
46+
| 🔄 | **v1.11.6** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.3 | 1.25.5 | 4.11.6 |
4547
| 🔄 | **v1.11.5** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.3 | 1.25.5 | 4.11.5 |
4648
| 🔄 | **v1.11.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.0 | 1.25.5 | 4.11.4 |
4749
| 🔄 | **v1.11.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.3 | 1.25.5 | 4.11.3 |

changelog/controller-1.11.6.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
3+
### controller-v1.11.6
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.11.6@sha256:4f04fad99f00e604ab488cf0945b4eaa2a93f603f97d2a45fc610ff0f3cad0f9
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.11.6@sha256:596f8b9ae4773d3b00dfd65855561419c7e70ecb23569a7a2998b47e160b4f85
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#13314)
13+
* Chart: Bump Kube Webhook CertGen. (#13312)
14+
* Tests & Docs: Bump images. (#13309)
15+
* Images: Trigger other builds (2/2). (#13294)
16+
* Images: Trigger other builds (1/2). (#13291)
17+
* Tests: Bump Test Runner to v1.3.3. (#13288)
18+
* Go: Update dependencies. (#13284)
19+
* Images: Trigger Test Runner build. (#13270)
20+
* Images: Bump NGINX to v0.3.3. (#13267)
21+
* Images: Trigger NGINX build. (#13263)
22+
* Go: Update dependencies. (#13260)
23+
* CI: Update Kubernetes to v1.32.4. (#13256)
24+
* Docs: How to modify NLB TCP timeout. (#13250)
25+
* Go: Update dependencies. (#13247)
26+
* Docs: Improve formatting in `monitoring.md`. (#13240)
27+
* Docs: Enable metrics in manifest-based deployments. (#13236)
28+
* Tests: Bump Test Runner to v1.3.2. (#13234)
29+
* Images: Trigger Test Runner build. (#13228)
30+
* Images: Bump `NGINX_BASE` to v0.3.2. (#13223)
31+
* Images: Trigger NGINX build. (#13220)
32+
* Go: Update dependencies. (#13211)
33+
* Docs: Fix link in installation instructions. (#13193)
34+
* Go: Update dependencies. (#13151)
35+
* Go: Bump to v1.24.2. (#13150)
36+
* Annotations: Allow ciphers with underscores. (#13141)
37+
* CI: Do not fail fast. (#13131)
38+
* Images: Fix FromAsCasing. (#13126)
39+
* Images: Extract modules. (#13124)
40+
* Plugin: Improve error handling. (#13113)
41+
* Docs: Fix OpenTelemetry listing. (#13108)
42+
* Tests: Fallback to `yq`. (#13091)
43+
* Go: Fix Mage. (#13080)
44+
45+
### Dependency updates:
46+
47+
* Bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group (#13305)
48+
* Bump the actions group with 2 updates (#13281)
49+
* Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#13214)
50+
* Bump the go group across 2 directories with 1 update (#13206)
51+
* Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 (#13205)
52+
* Bump github/codeql-action from 3.28.14 to 3.28.15 in the actions group (#13202)
53+
* Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 in /images/custom-error-pages/rootfs (#13201)
54+
* Bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#13182)
55+
* Bump the go group across 2 directories with 1 update (#13180)
56+
* Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 (#13178)
57+
* Bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#13176)
58+
* Bump the actions group with 2 updates (#13174)
59+
* Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 in the actions group (#13134)
60+
* Bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 (#13122)
61+
* Bump the actions group with 2 updates (#13119)
62+
63+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.11.5...controller-v1.11.6

changelog/controller-1.12.2.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Changelog
2+
3+
### controller-v1.12.2
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.12.2@sha256:03497ee984628e95eca9b2279e3f3a3c1685dd48635479e627d219f00c8eefa9
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.12.2@sha256:a697e2bfa419768315250d079ccbbca45f6099c60057769702b912d20897a574
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#13313)
13+
* Chart: Bump Kube Webhook CertGen. (#13311)
14+
* Tests & Docs: Bump images. (#13308)
15+
* Images: Trigger other builds (2/2). (#13293)
16+
* Images: Trigger other builds (1/2). (#13290)
17+
* Tests: Bump Test Runner to v1.3.3. (#13287)
18+
* Go: Update dependencies. (#13283)
19+
* Images: Trigger Test Runner build. (#13269)
20+
* Images: Bump NGINX to v1.2.3. (#13266)
21+
* Images: Trigger NGINX build. (#13262)
22+
* Go: Update dependencies. (#13259)
23+
* CI: Update Kubernetes to v1.32.4. (#13255)
24+
* Docs: How to modify NLB TCP timeout. (#13249)
25+
* Go: Update dependencies. (#13246)
26+
* Docs: Improve formatting in `monitoring.md`. (#13241)
27+
* Docs: Enable metrics in manifest-based deployments. (#13235)
28+
* Tests: Bump Test Runner to v1.3.2. (#13233)
29+
* Images: Trigger Test Runner build. (#13225)
30+
* Images: Bump `NGINX_BASE` to v1.2.2. (#13222)
31+
* Images: Trigger NGINX build. (#13219)
32+
* Go: Update dependencies. (#13210)
33+
* Docs: Fix link in installation instructions. (#13192)
34+
* Go: Update dependencies. (#13149)
35+
* Go: Bump to v1.24.2. (#13148)
36+
* Annotations: Allow ciphers with underscores. (#13140)
37+
* CI: Do not fail fast. (#13130)
38+
* Images: Fix FromAsCasing. (#13125)
39+
* Images: Extract modules. (#13123)
40+
* Plugin: Improve error handling. (#13112)
41+
* Docs: Fix OpenTelemetry listing. (#13107)
42+
* Tests: Fallback to `yq`. (#13090)
43+
* Go: Fix Mage. (#13078)
44+
45+
### Dependency updates:
46+
47+
* Bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group (#13304)
48+
* Bump the actions group with 2 updates (#13280)
49+
* Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#13213)
50+
* Bump the go group across 2 directories with 1 update (#13207)
51+
* Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 (#13204)
52+
* Bump github/codeql-action from 3.28.14 to 3.28.15 in the actions group (#13203)
53+
* Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 in /images/custom-error-pages/rootfs (#13200)
54+
* Bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (#13181)
55+
* Bump the go group across 2 directories with 1 update (#13179)
56+
* Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 (#13177)
57+
* Bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#13175)
58+
* Bump the actions group with 2 updates (#13173)
59+
* Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 in the actions group (#13133)
60+
* Bump golangci/golangci-lint-action from 6.5.2 to 7.0.0 (#13121)
61+
* Bump the actions group with 2 updates (#13118)
62+
63+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.12.1...controller-v1.12.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.12.1
3+
- Update Ingress-Nginx version controller-v1.12.2
44
artifacthub.io/prerelease: "false"
55
apiVersion: v2
6-
appVersion: 1.12.1
6+
appVersion: 1.12.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
@@ -20,4 +20,4 @@ maintainers:
2020
name: ingress-nginx
2121
sources:
2222
- https://github.com/kubernetes/ingress-nginx
23-
version: 4.12.1
23+
version: 4.12.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.12.1](https://img.shields.io/badge/Version-4.12.1-informational?style=flat-square) ![AppVersion: 1.12.1](https://img.shields.io/badge/AppVersion-1.12.1-informational?style=flat-square)
5+
![Version: 4.12.2](https://img.shields.io/badge/Version-4.12.2-informational?style=flat-square) ![AppVersion: 1.12.2](https://img.shields.io/badge/AppVersion-1.12.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

@@ -342,16 +342,16 @@ metadata:
342342
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
343343
| controller.image.allowPrivilegeEscalation | bool | `false` | |
344344
| controller.image.chroot | bool | `false` | |
345-
| controller.image.digest | string | `"sha256:d2fbc4ec70d8aa2050dd91a91506e998765e86c96f32cffb56c503c9c34eed5b"` | |
346-
| controller.image.digestChroot | string | `"sha256:90155c86548e0bb95b3abf1971cd687d8f5d43f340cfca0ad3484e2b8351096e"` | |
345+
| controller.image.digest | string | `"sha256:03497ee984628e95eca9b2279e3f3a3c1685dd48635479e627d219f00c8eefa9"` | |
346+
| controller.image.digestChroot | string | `"sha256:a697e2bfa419768315250d079ccbbca45f6099c60057769702b912d20897a574"` | |
347347
| controller.image.image | string | `"ingress-nginx/controller"` | |
348348
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
349349
| controller.image.readOnlyRootFilesystem | bool | `false` | |
350350
| controller.image.runAsGroup | int | `82` | This value must not be changed using the official image. uid=101(www-data) gid=82(www-data) groups=82(www-data) |
351351
| controller.image.runAsNonRoot | bool | `true` | |
352352
| 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) |
353353
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
354-
| controller.image.tag | string | `"v1.12.1"` | |
354+
| controller.image.tag | string | `"v1.12.2"` | |
355355
| 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 |
356356
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
357357
| 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.11.6
6+
7+
* Update Ingress-Nginx version controller-v1.11.6
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.11.5...helm-chart-4.11.6
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.12.2
6+
7+
* Update Ingress-Nginx version controller-v1.12.2
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.12.1...helm-chart-4.12.2

charts/ingress-nginx/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ controller:
3030
## for backwards compatibility consider setting the full image url via the repository value below
3131
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
3232
## repository:
33-
tag: "v1.12.1"
34-
digest: sha256:d2fbc4ec70d8aa2050dd91a91506e998765e86c96f32cffb56c503c9c34eed5b
35-
digestChroot: sha256:90155c86548e0bb95b3abf1971cd687d8f5d43f340cfca0ad3484e2b8351096e
33+
tag: "v1.12.2"
34+
digest: sha256:03497ee984628e95eca9b2279e3f3a3c1685dd48635479e627d219f00c8eefa9
35+
digestChroot: sha256:a697e2bfa419768315250d079ccbbca45f6099c60057769702b912d20897a574
3636
pullPolicy: IfNotPresent
3737
runAsNonRoot: true
3838
# -- This value must not be changed using the official image.

0 commit comments

Comments
 (0)