Skip to content

Commit f2999a1

Browse files
authored
Release controller v1.12.8 & chart v4.12.8. (#14121)
1 parent b0dc0a1 commit f2999a1

File tree

16 files changed

+289
-236
lines changed

16 files changed

+289
-236
lines changed

README.md

Lines changed: 1 addition & 0 deletions
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.8** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.2 | 1.25.5 | 4.12.8 |
4243
| 🔄 | **v1.12.7** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.1 | 1.25.5 | 4.12.7 |
4344
| 🔄 | **v1.12.6** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.1 | 1.25.5 | 4.12.6 |
4445
| 🔄 | **v1.12.5** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.1 | 1.25.5 | 4.12.5 |

changelog/controller-1.12.8.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Changelog
2+
3+
### controller-v1.12.8
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.12.8@sha256:8f8343060688fb2a85752b7345a988d0d3c890d774e18e80b9e8730756e5b530
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.12.8@sha256:07c743429b823dfba7c2e5d399351ef0e43816abab48343ca7c01d00fd6517e3
9+
10+
### All changes:
11+
12+
* GitHub: Bump Chart Testing action. (#14117)
13+
* Images: Trigger controller build. (#14108)
14+
* Annotations: Respect changes to `auth-proxy-set-headers`. (#14105)
15+
* Images: Bump other images. (#14101)
16+
* Images: Trigger other builds (2/2). (#14096)
17+
* Images: Trigger other builds (1/2). (#14095)
18+
* Tests: Bump Test Runner to v1.4.4. (#14076)
19+
* Images: Trigger Test Runner build. (#14072)
20+
* Images: Bump NGINX to v1.3.4. (#14068)
21+
* Images: Trigger NGINX build. (#14065)
22+
* Store: Handle panics in service deletion handler. (#14058)
23+
* Go: Bump to v1.25.3. (#14045)
24+
* Go: Update dependencies. (#14028)
25+
* Images: Bump Alpine to v3.22.2. (#14025)
26+
* Go: Bump to v1.25.2. (#14021)
27+
* Go: Update dependencies. (#14013)
28+
* Controller: Fix `limit_req_zone` sorting. (#14007)
29+
* Annotations: Fix log format. (#14003)
30+
31+
### Dependency updates:
32+
33+
* Bump actions/download-artifact from 5.0.0 to 6.0.0 (#14086)
34+
* Bump github/codeql-action from 4.30.9 to 4.31.0 in the actions group (#14085)
35+
* Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#14083)
36+
* Bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.1 (#14062)
37+
* Bump github/codeql-action from 4.30.8 to 4.30.9 in the actions group (#14054)
38+
* Bump sigs.k8s.io/controller-runtime from 0.22.2 to 0.22.3 in the go group across 1 directory (#14040)
39+
* Bump actions/dependency-review-action from 4.8.0 to 4.8.1 in the actions group (#14037)
40+
* Bump github/codeql-action from 3.30.6 to 4.30.8 (#14035)
41+
* Bump the actions group with 2 updates (#14016)
42+
43+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.12.7...controller-v1.12.8

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.7
3+
- Update Ingress-Nginx version controller-v1.12.8
44
artifacthub.io/prerelease: "false"
55
apiVersion: v2
6-
appVersion: 1.12.7
6+
appVersion: 1.12.8
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.7
23+
version: 4.12.8

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.7](https://img.shields.io/badge/Version-4.12.7-informational?style=flat-square) ![AppVersion: 1.12.7](https://img.shields.io/badge/AppVersion-1.12.7-informational?style=flat-square)
5+
![Version: 4.12.8](https://img.shields.io/badge/Version-4.12.8-informational?style=flat-square) ![AppVersion: 1.12.8](https://img.shields.io/badge/AppVersion-1.12.8-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:6ca5f62d18ac6b2e57484ecde310dccd3079b545acecff01c4c71eb5fb222438"` | |
344-
| controller.image.digestChroot | string | `"sha256:1d20779a1f805fa2820a2631929fb53da59cb9ce023395fae681a60b17ed771f"` | |
343+
| controller.image.digest | string | `"sha256:8f8343060688fb2a85752b7345a988d0d3c890d774e18e80b9e8730756e5b530"` | |
344+
| controller.image.digestChroot | string | `"sha256:07c743429b823dfba7c2e5d399351ef0e43816abab48343ca7c01d00fd6517e3"` | |
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.7"` | |
352+
| controller.image.tag | string | `"v1.12.8"` | |
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. |
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.8
6+
7+
* Update Ingress-Nginx version controller-v1.12.8
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.12.7...helm-chart-4.12.8

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.7"
34-
digest: sha256:6ca5f62d18ac6b2e57484ecde310dccd3079b545acecff01c4c71eb5fb222438
35-
digestChroot: sha256:1d20779a1f805fa2820a2631929fb53da59cb9ce023395fae681a60b17ed771f
33+
tag: "v1.12.8"
34+
digest: sha256:8f8343060688fb2a85752b7345a988d0d3c890d774e18e80b9e8730756e5b530
35+
digestChroot: sha256:07c743429b823dfba7c2e5d399351ef0e43816abab48343ca7c01d00fd6517e3
3636
pullPolicy: IfNotPresent
3737
runAsNonRoot: true
3838
# -- This value must not be changed using the official image.

deploy/static/provider/aws/deploy.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metadata:
1515
app.kubernetes.io/instance: ingress-nginx
1616
app.kubernetes.io/name: ingress-nginx
1717
app.kubernetes.io/part-of: ingress-nginx
18-
app.kubernetes.io/version: 1.12.7
18+
app.kubernetes.io/version: 1.12.8
1919
name: ingress-nginx
2020
namespace: ingress-nginx
2121
---
@@ -28,7 +28,7 @@ metadata:
2828
app.kubernetes.io/instance: ingress-nginx
2929
app.kubernetes.io/name: ingress-nginx
3030
app.kubernetes.io/part-of: ingress-nginx
31-
app.kubernetes.io/version: 1.12.7
31+
app.kubernetes.io/version: 1.12.8
3232
name: ingress-nginx-admission
3333
namespace: ingress-nginx
3434
---
@@ -40,7 +40,7 @@ metadata:
4040
app.kubernetes.io/instance: ingress-nginx
4141
app.kubernetes.io/name: ingress-nginx
4242
app.kubernetes.io/part-of: ingress-nginx
43-
app.kubernetes.io/version: 1.12.7
43+
app.kubernetes.io/version: 1.12.8
4444
name: ingress-nginx
4545
namespace: ingress-nginx
4646
rules:
@@ -130,7 +130,7 @@ metadata:
130130
app.kubernetes.io/instance: ingress-nginx
131131
app.kubernetes.io/name: ingress-nginx
132132
app.kubernetes.io/part-of: ingress-nginx
133-
app.kubernetes.io/version: 1.12.7
133+
app.kubernetes.io/version: 1.12.8
134134
name: ingress-nginx-admission
135135
namespace: ingress-nginx
136136
rules:
@@ -149,7 +149,7 @@ metadata:
149149
app.kubernetes.io/instance: ingress-nginx
150150
app.kubernetes.io/name: ingress-nginx
151151
app.kubernetes.io/part-of: ingress-nginx
152-
app.kubernetes.io/version: 1.12.7
152+
app.kubernetes.io/version: 1.12.8
153153
name: ingress-nginx
154154
rules:
155155
- apiGroups:
@@ -231,7 +231,7 @@ metadata:
231231
app.kubernetes.io/instance: ingress-nginx
232232
app.kubernetes.io/name: ingress-nginx
233233
app.kubernetes.io/part-of: ingress-nginx
234-
app.kubernetes.io/version: 1.12.7
234+
app.kubernetes.io/version: 1.12.8
235235
name: ingress-nginx-admission
236236
rules:
237237
- apiGroups:
@@ -250,7 +250,7 @@ metadata:
250250
app.kubernetes.io/instance: ingress-nginx
251251
app.kubernetes.io/name: ingress-nginx
252252
app.kubernetes.io/part-of: ingress-nginx
253-
app.kubernetes.io/version: 1.12.7
253+
app.kubernetes.io/version: 1.12.8
254254
name: ingress-nginx
255255
namespace: ingress-nginx
256256
roleRef:
@@ -270,7 +270,7 @@ metadata:
270270
app.kubernetes.io/instance: ingress-nginx
271271
app.kubernetes.io/name: ingress-nginx
272272
app.kubernetes.io/part-of: ingress-nginx
273-
app.kubernetes.io/version: 1.12.7
273+
app.kubernetes.io/version: 1.12.8
274274
name: ingress-nginx-admission
275275
namespace: ingress-nginx
276276
roleRef:
@@ -289,7 +289,7 @@ metadata:
289289
app.kubernetes.io/instance: ingress-nginx
290290
app.kubernetes.io/name: ingress-nginx
291291
app.kubernetes.io/part-of: ingress-nginx
292-
app.kubernetes.io/version: 1.12.7
292+
app.kubernetes.io/version: 1.12.8
293293
name: ingress-nginx
294294
roleRef:
295295
apiGroup: rbac.authorization.k8s.io
@@ -308,7 +308,7 @@ metadata:
308308
app.kubernetes.io/instance: ingress-nginx
309309
app.kubernetes.io/name: ingress-nginx
310310
app.kubernetes.io/part-of: ingress-nginx
311-
app.kubernetes.io/version: 1.12.7
311+
app.kubernetes.io/version: 1.12.8
312312
name: ingress-nginx-admission
313313
roleRef:
314314
apiGroup: rbac.authorization.k8s.io
@@ -328,7 +328,7 @@ metadata:
328328
app.kubernetes.io/instance: ingress-nginx
329329
app.kubernetes.io/name: ingress-nginx
330330
app.kubernetes.io/part-of: ingress-nginx
331-
app.kubernetes.io/version: 1.12.7
331+
app.kubernetes.io/version: 1.12.8
332332
name: ingress-nginx-controller
333333
namespace: ingress-nginx
334334
---
@@ -344,7 +344,7 @@ metadata:
344344
app.kubernetes.io/instance: ingress-nginx
345345
app.kubernetes.io/name: ingress-nginx
346346
app.kubernetes.io/part-of: ingress-nginx
347-
app.kubernetes.io/version: 1.12.7
347+
app.kubernetes.io/version: 1.12.8
348348
name: ingress-nginx-controller
349349
namespace: ingress-nginx
350350
spec:
@@ -377,7 +377,7 @@ metadata:
377377
app.kubernetes.io/instance: ingress-nginx
378378
app.kubernetes.io/name: ingress-nginx
379379
app.kubernetes.io/part-of: ingress-nginx
380-
app.kubernetes.io/version: 1.12.7
380+
app.kubernetes.io/version: 1.12.8
381381
name: ingress-nginx-controller-admission
382382
namespace: ingress-nginx
383383
spec:
@@ -400,7 +400,7 @@ metadata:
400400
app.kubernetes.io/instance: ingress-nginx
401401
app.kubernetes.io/name: ingress-nginx
402402
app.kubernetes.io/part-of: ingress-nginx
403-
app.kubernetes.io/version: 1.12.7
403+
app.kubernetes.io/version: 1.12.8
404404
name: ingress-nginx-controller
405405
namespace: ingress-nginx
406406
spec:
@@ -422,7 +422,7 @@ spec:
422422
app.kubernetes.io/instance: ingress-nginx
423423
app.kubernetes.io/name: ingress-nginx
424424
app.kubernetes.io/part-of: ingress-nginx
425-
app.kubernetes.io/version: 1.12.7
425+
app.kubernetes.io/version: 1.12.8
426426
spec:
427427
containers:
428428
- args:
@@ -446,7 +446,7 @@ spec:
446446
fieldPath: metadata.namespace
447447
- name: LD_PRELOAD
448448
value: /usr/local/lib/libmimalloc.so
449-
image: registry.k8s.io/ingress-nginx/controller:v1.12.7@sha256:6ca5f62d18ac6b2e57484ecde310dccd3079b545acecff01c4c71eb5fb222438
449+
image: registry.k8s.io/ingress-nginx/controller:v1.12.8@sha256:8f8343060688fb2a85752b7345a988d0d3c890d774e18e80b9e8730756e5b530
450450
imagePullPolicy: IfNotPresent
451451
lifecycle:
452452
preStop:
@@ -523,7 +523,7 @@ metadata:
523523
app.kubernetes.io/instance: ingress-nginx
524524
app.kubernetes.io/name: ingress-nginx
525525
app.kubernetes.io/part-of: ingress-nginx
526-
app.kubernetes.io/version: 1.12.7
526+
app.kubernetes.io/version: 1.12.8
527527
name: ingress-nginx-admission-create
528528
namespace: ingress-nginx
529529
spec:
@@ -534,7 +534,7 @@ spec:
534534
app.kubernetes.io/instance: ingress-nginx
535535
app.kubernetes.io/name: ingress-nginx
536536
app.kubernetes.io/part-of: ingress-nginx
537-
app.kubernetes.io/version: 1.12.7
537+
app.kubernetes.io/version: 1.12.8
538538
name: ingress-nginx-admission-create
539539
spec:
540540
containers:
@@ -548,7 +548,7 @@ spec:
548548
valueFrom:
549549
fieldRef:
550550
fieldPath: metadata.namespace
551-
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3@sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39
551+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.4@sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f
552552
imagePullPolicy: IfNotPresent
553553
name: create
554554
securityContext:
@@ -576,7 +576,7 @@ metadata:
576576
app.kubernetes.io/instance: ingress-nginx
577577
app.kubernetes.io/name: ingress-nginx
578578
app.kubernetes.io/part-of: ingress-nginx
579-
app.kubernetes.io/version: 1.12.7
579+
app.kubernetes.io/version: 1.12.8
580580
name: ingress-nginx-admission-patch
581581
namespace: ingress-nginx
582582
spec:
@@ -587,7 +587,7 @@ spec:
587587
app.kubernetes.io/instance: ingress-nginx
588588
app.kubernetes.io/name: ingress-nginx
589589
app.kubernetes.io/part-of: ingress-nginx
590-
app.kubernetes.io/version: 1.12.7
590+
app.kubernetes.io/version: 1.12.8
591591
name: ingress-nginx-admission-patch
592592
spec:
593593
containers:
@@ -603,7 +603,7 @@ spec:
603603
valueFrom:
604604
fieldRef:
605605
fieldPath: metadata.namespace
606-
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3@sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39
606+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.4@sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f
607607
imagePullPolicy: IfNotPresent
608608
name: patch
609609
securityContext:
@@ -631,7 +631,7 @@ metadata:
631631
app.kubernetes.io/instance: ingress-nginx
632632
app.kubernetes.io/name: ingress-nginx
633633
app.kubernetes.io/part-of: ingress-nginx
634-
app.kubernetes.io/version: 1.12.7
634+
app.kubernetes.io/version: 1.12.8
635635
name: nginx
636636
spec:
637637
controller: k8s.io/ingress-nginx
@@ -644,7 +644,7 @@ metadata:
644644
app.kubernetes.io/instance: ingress-nginx
645645
app.kubernetes.io/name: ingress-nginx
646646
app.kubernetes.io/part-of: ingress-nginx
647-
app.kubernetes.io/version: 1.12.7
647+
app.kubernetes.io/version: 1.12.8
648648
name: ingress-nginx-admission
649649
webhooks:
650650
- admissionReviewVersions:

0 commit comments

Comments
 (0)