Skip to content

Commit 64780b1

Browse files
authored
Release controller v1.12.1 & chart v4.12.1. (#13073)
1 parent 51c2b81 commit 64780b1

File tree

17 files changed

+378
-255
lines changed

17 files changed

+378
-255
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ 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.1** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.1 |
4243
| 🔄 | **v1.12.0** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.0 | 1.25.5 | 4.12.0 |
4344
| 🔄 | **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 |
4445
| 🔄 | **v1.11.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.2 |

changelog/controller-1.12.1.md

+115
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
# Changelog
2+
3+
### controller-v1.12.1
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.12.1@sha256:d2fbc4ec70d8aa2050dd91a91506e998765e86c96f32cffb56c503c9c34eed5b
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.12.1@sha256:90155c86548e0bb95b3abf1971cd687d8f5d43f340cfca0ad3484e2b8351096e
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#13071)
13+
* Controller: Several security fixes. (#13069)
14+
* Chart: Bump Kube Webhook CertGen. (#13066)
15+
* Tests & Docs: Bump images. (#13064)
16+
* Images: Trigger other builds (2/2). (#13061)
17+
* Images: Trigger other builds (1/2). (#13059)
18+
* Tests: Bump Test Runner to v1.3.1. (#13048)
19+
* Images: Trigger Test Runner build. (#13045)
20+
* Images: Bump `NGINX_BASE` to v1.2.1. (#13044)
21+
* Images: Trigger NGINX build. (#13039)
22+
* Go: Update dependencies. (#13036)
23+
* CI: Update KIND to v1.32.3. (#13029)
24+
* CI: Update Kubernetes to v1.32.3. (#13025)
25+
* Images: Rework. (3/3) (#13016)
26+
* Images: Rework. (2/3) (#13011)
27+
* Images: Rework. (1/3) (#13014)
28+
* Custom Error Pages: Accept first of many MIME types. (#13006)
29+
* Docs: Use `enable-global-auth` annotation instead of non-existing ConfigMap option. (#12978)
30+
* Go: Update dependencies. (#12963)
31+
* Docs: Update link to `values.yaml`. (#12960)
32+
* fix DNS issues with unresolvable backends with ExternalName (#12951)
33+
* Go: Bump to v1.24.1. (#12942)
34+
* CI: Update KIND images. (#12931)
35+
* Test: Remove gRPC Fortune Teller. (#12929)
36+
* NGINX: Update ModSecurity. (#12915)
37+
* Development: Update KIND images. (#12909)
38+
* Config: Remove notes about future defaults. (#12898)
39+
* Images: Update `kubectl` to v1.32.2. (#12856)
40+
* Development: Update Kubernetes to v1.32.0. (#12853)
41+
* CI: Update `kubectl` to v1.32.2. (#12851)
42+
* Images: Migrate to AR. (2/2) (#12849)
43+
* Images: Migrate to AR. (1/2) (#12846)
44+
* Docs: Migrate to AR. (#12809)
45+
* Docs: Enable code copy button. (#12805)
46+
* Go: Bump to v1.23.6. (#12801)
47+
* CI: Update Artifact Hub to v1.20.0. (#12793)
48+
* Images: Update `kubectl` to v1.31.5. (#12791)
49+
* CI: Update `kubectl` to v1.31.5. (#12789)
50+
* Development: Bump Kubernetes to v1.31.4. (#12784)
51+
* Go: Replace `golang.org/x/exp/slices` with `slices`. (#12781)
52+
* Docs: Fix character format. (#12773)
53+
* Docs: Improve bare-metal setup. (#12744)
54+
* Build: Always use local `tmp` dir on macOS. (#12741)
55+
* Development: Bump Kubernetes to v1.31.4. (#12739)
56+
* Images: Bump `gcb-docker-gcloud` to v20250116-2a05ea7e3d. (#12738)
57+
* Go: Bump to v1.23.5. (#12736)
58+
* Docs: Clarify rate limits are per ingress controller replica. (#12715)
59+
* Go: Stop using workspace. (#12712)
60+
* Chart: Bump Kube Webhook CertGen. (#12696)
61+
* Tests & Docs: Bump images. (#12694)
62+
* Images: Trigger other builds (2/2). (#12690)
63+
* Images: Trigger other builds (1/2). (#12688)
64+
* Tests: Bump Test Runner to v20250112-01b7af21. (#12684)
65+
* Images: Trigger Test Runner build. (#12681)
66+
* Images: Bump `NGINX_BASE` to v1.2.0. (#12677)
67+
* Images: Trigger NGINX build. (#12674)
68+
* NGINX: Align quotes. (#12673)
69+
* Annotations: Deny newlines. (#12667)
70+
* Annotations: Reload on custom header changes. (#12652)
71+
* NGINX: Bump ModSecurity. (#12651)
72+
* NGINX: Bump OpenTelemetry. (#12631)
73+
74+
### Dependency updates:
75+
76+
* Bump github.com/opencontainers/runc from 1.2.5 to 1.2.6 in the go group across 1 directory (#13033)
77+
* Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.3 (#13027)
78+
* Bump the actions group with 5 updates (#13023)
79+
* Bump dorny/test-reporter from 1.9.1 to 2.0.0 (#12989)
80+
* Bump github.com/prometheus/common from 0.62.0 to 0.63.0 (#12987)
81+
* Bump the go group across 3 directories with 9 updates (#12985)
82+
* Bump the actions group with 3 updates (#12984)
83+
* Bump github/codeql-action from 3.28.10 to 3.28.11 in the actions group (#12968)
84+
* Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 (#12958)
85+
* Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#12955)
86+
* Bump the go group across 2 directories with 1 update (#12938)
87+
* Bump google.golang.org/grpc from 1.70.0 to 1.71.0 (#12937)
88+
* Bump golang.org/x/crypto from 0.34.0 to 0.35.0 (#12923)
89+
* Bump the actions group with 3 updates (#12921)
90+
* Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#12900)
91+
* Bump golang.org/x/crypto from 0.33.0 to 0.34.0 (#12893)
92+
* Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 in /images/custom-error-pages/rootfs (#12892)
93+
* Bump the actions group with 4 updates (#12889)
94+
* Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#12867)
95+
* Bump the go group across 3 directories with 11 updates (#12865)
96+
* Bump the actions group with 2 updates (#12863)
97+
* Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in /images/kube-webhook-certgen/rootfs (#12861)
98+
* Bump the actions group with 4 updates (#12814)
99+
* Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#12812)
100+
* Bump the actions group with 2 updates (#12777)
101+
* Bump the go group across 2 directories with 1 update (#12775)
102+
* Bump google.golang.org/grpc from 1.69.4 to 1.70.0 (#12760)
103+
* Bump sigs.k8s.io/controller-runtime from 0.20.0 to 0.20.1 in the go group across 1 directory (#12758)
104+
* Bump the actions group with 5 updates (#12756)
105+
* Bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.20.0 (#12732)
106+
* Bump github.com/prometheus/common from 0.61.0 to 0.62.0 (#12728)
107+
* Bump the go group across 3 directories with 9 updates (#12726)
108+
* Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in the actions group (#12725)
109+
* Bump google.golang.org/grpc from 1.69.2 to 1.69.4 in the go group across 1 directory (#12699)
110+
* Bump the actions group with 3 updates (#12664)
111+
* Bump the go group across 1 directory with 3 updates (#12662)
112+
* Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#12661)
113+
* Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#12628)
114+
115+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.12.0...controller-v1.12.1

charts/ingress-nginx/Chart.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- 'CI: Fix chart testing. (#12258)'
4-
- Update Ingress-Nginx version controller-v1.12.0
3+
- Update Ingress-Nginx version controller-v1.12.1
54
artifacthub.io/prerelease: "false"
65
apiVersion: v2
7-
appVersion: 1.12.0
6+
appVersion: 1.12.1
87
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
98
load balancer
109
home: https://github.com/kubernetes/ingress-nginx
@@ -21,4 +20,4 @@ maintainers:
2120
name: ingress-nginx
2221
sources:
2322
- https://github.com/kubernetes/ingress-nginx
24-
version: 4.12.0
23+
version: 4.12.1

charts/ingress-nginx/README.md

+4-4
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.0](https://img.shields.io/badge/Version-4.12.0-informational?style=flat-square) ![AppVersion: 1.12.0](https://img.shields.io/badge/AppVersion-1.12.0-informational?style=flat-square)
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)
66

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

@@ -340,16 +340,16 @@ metadata:
340340
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
341341
| controller.image.allowPrivilegeEscalation | bool | `false` | |
342342
| controller.image.chroot | bool | `false` | |
343-
| controller.image.digest | string | `"sha256:e6b8de175acda6ca913891f0f727bca4527e797d52688cbe9fec9040d6f6b6fa"` | |
344-
| controller.image.digestChroot | string | `"sha256:87c88e1c38a6c8d4483c8f70b69e2cca49853bb3ec3124b9b1be648edf139af3"` | |
343+
| controller.image.digest | string | `"sha256:d2fbc4ec70d8aa2050dd91a91506e998765e86c96f32cffb56c503c9c34eed5b"` | |
344+
| controller.image.digestChroot | string | `"sha256:90155c86548e0bb95b3abf1971cd687d8f5d43f340cfca0ad3484e2b8351096e"` | |
345345
| controller.image.image | string | `"ingress-nginx/controller"` | |
346346
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
347347
| controller.image.readOnlyRootFilesystem | bool | `false` | |
348348
| 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) |
349349
| controller.image.runAsNonRoot | bool | `true` | |
350350
| 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) |
351351
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
352-
| controller.image.tag | string | `"v1.12.0"` | |
352+
| controller.image.tag | string | `"v1.12.1"` | |
353353
| 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 |
354354
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
355355
| 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. |
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.1
6+
7+
* Update Ingress-Nginx version controller-v1.12.1
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.12.0...helm-chart-4.12.1

charts/ingress-nginx/values.yaml

+3-3
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.0"
34-
digest: sha256:e6b8de175acda6ca913891f0f727bca4527e797d52688cbe9fec9040d6f6b6fa
35-
digestChroot: sha256:87c88e1c38a6c8d4483c8f70b69e2cca49853bb3ec3124b9b1be648edf139af3
33+
tag: "v1.12.1"
34+
digest: sha256:d2fbc4ec70d8aa2050dd91a91506e998765e86c96f32cffb56c503c9c34eed5b
35+
digestChroot: sha256:90155c86548e0bb95b3abf1971cd687d8f5d43f340cfca0ad3484e2b8351096e
3636
pullPolicy: IfNotPresent
3737
runAsNonRoot: true
3838
# -- This value must not be changed using the official image.

0 commit comments

Comments
 (0)