Skip to content

Commit e5c4ce2

Browse files
committed
Release controller v1.12.3/v1.11.7 & chart v4.12.3/v4.11.7.
1 parent e4b964b commit e5c4ce2

File tree

18 files changed

+380
-236
lines changed

18 files changed

+380
-236
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ 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.3** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.3 |
4243
| 🔄 | **v1.12.2** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.2 |
4344
| 🔄 | **v1.12.1** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.1 |
4445
| 🔄 | **v1.12.0** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.0 | 1.25.5 | 4.12.0 |
4546
| 🔄 | **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 |
47+
| 🔄 | **v1.11.7** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.3 | 1.25.5 | 4.11.7 |
4648
| 🔄 | **v1.11.6** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.3 | 1.25.5 | 4.11.6 |
4749
| 🔄 | **v1.11.5** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.3 | 1.25.5 | 4.11.5 |
4850
| 🔄 | **v1.11.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.0 | 1.25.5 | 4.11.4 |

changelog/controller-1.11.7.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.11.7
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.11.7@sha256:016a25cf89bf7f930869ccd7cb3dd4acbe106cd4da1419804951ef9c8636f053
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.11.7@sha256:62d251b0e402fd4b3b06196c9a8c5639f9eba06999499851d1b449fe4be562b1
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#13465)
13+
* Chart: Bump Kube Webhook CertGen. (#13462)
14+
* Tests & Docs: Bump images. (#13461)
15+
* Docs: Add OpenTelemetry defaults. (#13456)
16+
* Images: Trigger other builds (2/2). (#13443)
17+
* Images: Trigger other builds (1/2). (#13440)
18+
* Tests: Bump Test Runner to v1.3.5. (#13437)
19+
* Images: Trigger Test Runner build. (#13433)
20+
* Lua: Fix `ExternalName` services without endpoints. (#13430)
21+
* Images: Bump NGINX to v0.3.5. (#13428)
22+
* Images: Trigger NGINX build. (#13425)
23+
* Go: Update dependencies. (#13421)
24+
* Images: Build Go gRPC Greeter Server from scratch. (#13410)
25+
* Chart: Remove validation for removed API. (#13408)
26+
* Go: Update dependencies. (#13400)
27+
* Images: Bump GCB Docker GCloud to v20250513-9264efb079. (#13397)
28+
* CI: Update Kubernetes. (#13396)
29+
* Fix 🐛: Markdown requires nested content inside a list item to be indented (#13391)
30+
* Tests: Bump Test Runner to v1.3.4. (#13356)
31+
* Images: Trigger Test Runner build. (#13349)
32+
* Go: Bump to v1.24.3. (#13343)
33+
* Images: Bump NGINX to v0.3.4. (#13347)
34+
* Images: Trigger NGINX build. (#13340)
35+
* Go: Update dependencies. (#13328)
36+
* Go: Update dependencies. (#13323)
37+
38+
### Dependency updates:
39+
40+
* Bump ossf/scorecard-action from 2.4.1 to 2.4.2 in the actions group (#13452)
41+
* Bump the go group across 2 directories with 1 update (#13418)
42+
* Bump sigs.k8s.io/controller-runtime from 0.20.4 to 0.21.0 (#13416)
43+
* Bump the actions group with 3 updates (#13387)
44+
* Bump github.com/prometheus/common from 0.63.0 to 0.64.0 (#13385)
45+
* Bump the go group across 4 directories with 10 updates (#13383)
46+
* Bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#13369)
47+
* Bump the actions group with 2 updates (#13368)
48+
* Bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#13364)
49+
* Bump dario.cat/mergo from 1.0.1 to 1.0.2 in the go group across 1 directory (#13366)
50+
* Bump github/codeql-action from 3.28.16 to 3.28.17 in the actions group (#13335)
51+
* Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#13333)
52+
53+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.11.6...controller-v1.11.7

changelog/controller-1.12.3.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.12.3
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.12.3@sha256:ac444cd9515af325ba577b596fe4f27a34be1aa330538e8b317ad9d6c8fb94ee
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.12.3@sha256:d830fba93e9e0f5ef1462f5fe8a7cd7b167178b79e6c10c041c7da19f1ac66ab
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#13464)
13+
* Chart: Bump Kube Webhook CertGen. (#13460)
14+
* Tests & Docs: Bump images. (#13459)
15+
* Docs: Add OpenTelemetry defaults. (#13455)
16+
* Images: Trigger other builds (2/2). (#13442)
17+
* Images: Trigger other builds (1/2). (#13439)
18+
* Tests: Bump Test Runner to v1.3.5. (#13436)
19+
* Images: Trigger Test Runner build. (#13432)
20+
* Lua: Fix `ExternalName` services without endpoints. (#13429)
21+
* Images: Bump NGINX to v1.2.5. (#13427)
22+
* Images: Trigger NGINX build. (#13424)
23+
* Go: Update dependencies. (#13420)
24+
* Images: Build Go gRPC Greeter Server from scratch. (#13409)
25+
* Chart: Remove validation for removed API. (#13407)
26+
* Go: Update dependencies. (#13399)
27+
* Images: Bump GCB Docker GCloud to v20250513-9264efb079. (#13395)
28+
* CI: Update Kubernetes. (#13394)
29+
* Fix 🐛: Markdown requires nested content inside a list item to be indented (#13390)
30+
* Tests: Bump Test Runner to v1.3.4. (#13355)
31+
* Images: Trigger Test Runner build. (#13350)
32+
* Go: Bump to v1.24.3. (#13342)
33+
* Images: Bump NGINX to v1.2.4. (#13346)
34+
* Images: Trigger NGINX build. (#13339)
35+
* Go: Update dependencies. (#13327)
36+
* Go: Update dependencies. (#13322)
37+
38+
### Dependency updates:
39+
40+
* Bump ossf/scorecard-action from 2.4.1 to 2.4.2 in the actions group (#13451)
41+
* Bump the go group across 2 directories with 1 update (#13417)
42+
* Bump sigs.k8s.io/controller-runtime from 0.20.4 to 0.21.0 (#13415)
43+
* Bump the actions group with 3 updates (#13386)
44+
* Bump github.com/prometheus/common from 0.63.0 to 0.64.0 (#13384)
45+
* Bump the go group across 4 directories with 10 updates (#13382)
46+
* Bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#13370)
47+
* Bump the actions group with 2 updates (#13367)
48+
* Bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#13363)
49+
* Bump dario.cat/mergo from 1.0.1 to 1.0.2 in the go group across 1 directory (#13365)
50+
* Bump github/codeql-action from 3.28.16 to 3.28.17 in the actions group (#13336)
51+
* Bump golangci/golangci-lint-action from 7.0.0 to 8.0.0 (#13334)
52+
53+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.12.2...controller-v1.12.3

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.2
3+
- Update Ingress-Nginx version controller-v1.12.3
44
artifacthub.io/prerelease: "false"
55
apiVersion: v2
6-
appVersion: 1.12.2
6+
appVersion: 1.12.3
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.2
23+
version: 4.12.3

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

@@ -343,16 +343,16 @@ metadata:
343343
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
344344
| controller.image.allowPrivilegeEscalation | bool | `false` | |
345345
| controller.image.chroot | bool | `false` | |
346-
| controller.image.digest | string | `"sha256:03497ee984628e95eca9b2279e3f3a3c1685dd48635479e627d219f00c8eefa9"` | |
347-
| controller.image.digestChroot | string | `"sha256:a697e2bfa419768315250d079ccbbca45f6099c60057769702b912d20897a574"` | |
346+
| controller.image.digest | string | `"sha256:ac444cd9515af325ba577b596fe4f27a34be1aa330538e8b317ad9d6c8fb94ee"` | |
347+
| controller.image.digestChroot | string | `"sha256:d830fba93e9e0f5ef1462f5fe8a7cd7b167178b79e6c10c041c7da19f1ac66ab"` | |
348348
| controller.image.image | string | `"ingress-nginx/controller"` | |
349349
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
350350
| controller.image.readOnlyRootFilesystem | bool | `false` | |
351351
| 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) |
352352
| controller.image.runAsNonRoot | bool | `true` | |
353353
| 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) |
354354
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
355-
| controller.image.tag | string | `"v1.12.2"` | |
355+
| controller.image.tag | string | `"v1.12.3"` | |
356356
| 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 |
357357
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
358358
| 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.7
6+
7+
* Update Ingress-Nginx version controller-v1.11.7
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.11.6...helm-chart-4.11.7
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.3
6+
7+
* Update Ingress-Nginx version controller-v1.12.3
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.12.2...helm-chart-4.12.3

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.2"
34-
digest: sha256:03497ee984628e95eca9b2279e3f3a3c1685dd48635479e627d219f00c8eefa9
35-
digestChroot: sha256:a697e2bfa419768315250d079ccbbca45f6099c60057769702b912d20897a574
33+
tag: "v1.12.3"
34+
digest: sha256:ac444cd9515af325ba577b596fe4f27a34be1aa330538e8b317ad9d6c8fb94ee
35+
digestChroot: sha256:d830fba93e9e0f5ef1462f5fe8a7cd7b167178b79e6c10c041c7da19f1ac66ab
3636
pullPolicy: IfNotPresent
3737
runAsNonRoot: true
3838
# -- This value must not be changed using the official image.

0 commit comments

Comments
 (0)