Skip to content

Commit f78d631

Browse files
authored
Release controller v1.12.7 & chart v4.12.7. (#14000)
1 parent 39a18ce commit f78d631

File tree

16 files changed

+296
-236
lines changed

16 files changed

+296
-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.7** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.1 | 1.25.5 | 4.12.7 |
4243
| 🔄 | **v1.12.6** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.1 | 1.25.5 | 4.12.6 |
4344
| 🔄 | **v1.12.5** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.1 | 1.25.5 | 4.12.5 |
4445
| 🔄 | **v1.12.4** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.0 | 1.25.5 | 4.12.4 |

changelog/controller-1.12.7.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Changelog
2+
3+
### controller-v1.12.7
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.12.7@sha256:6ca5f62d18ac6b2e57484ecde310dccd3079b545acecff01c4c71eb5fb222438
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.12.7@sha256:1d20779a1f805fa2820a2631929fb53da59cb9ce023395fae681a60b17ed771f
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#13985)
13+
* Chart: Bump Kube Webhook CertGen. (#13983)
14+
* Tests & Docs: Bump images. (#13982)
15+
* Images: Trigger other builds (2/2). (#13977)
16+
* Images: Trigger other builds (1/2). (#13976)
17+
* Tests: Bump Test Runner to v1.4.3. (#13965)
18+
* Images: Trigger Test Runner build. (#13962)
19+
* Go: Update dependencies. (#13956)
20+
* Images: Bump NGINX to v1.3.3. (#13959)
21+
* Images: Trigger NGINX build. (#13953)
22+
* Docs: Update link to Kubernetes controller documentation. (#13947)
23+
* Go: Update dependencies. (#13936)
24+
* CI: Update Helm to v3.19.0. (#13939)
25+
* Plugin: Change `rewriteTargetWithoutCaptureGroup` lint to include any numbered capture group. (#13933)
26+
* Go: Update dependencies. (#13929)
27+
* CI: Update Kubernetes to v1.34.1. (#13926)
28+
* Go: Update dependencies. (#13909)
29+
* Tests: Bump Ginkgo to v2.25.3. (#13904)
30+
* Go: Update dependencies. (#13901)
31+
* Go: Bump to v1.25.1. (#13898)
32+
* GitHub: Remove 'Stale Issues and PRs' workflow. (#13893)
33+
* Go: Update dependencies. (#13890)
34+
* Tests: Bump Ginkgo to v2.25.2. (#13886)
35+
* CI: Update Helm to v3.18.6. (#13883)
36+
* CI: Update Kubernetes to v1.34.0. (#13880)
37+
* CI: Update KIND to v1.34.0. (#13879)
38+
* Go: Bump to v1.25.0. (#13874)
39+
* Images: Use Alpine v3.22.1. (#13871)
40+
41+
### Dependency updates:
42+
43+
* Bump docker/login-action from 3.5.0 to 3.6.0 in the actions group across 1 directory (#13996)
44+
* Bump the actions group with 2 updates (#13990)
45+
* Bump github/codeql-action from 3.30.1 to 3.30.3 in the actions group (#13941)
46+
* Bump actions/setup-go from 5.5.0 to 6.0.0 (#13919)
47+
* Bump the actions group with 3 updates (#13917)
48+
* Bump actions/setup-python from 5.6.0 to 6.0.0 (#13915)
49+
50+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.12.6...controller-v1.12.7

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

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

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.6"
34-
digest: sha256:c371fbf42b4f23584ce879d99303463131f4f31612f0875482b983354eeca7e6
35-
digestChroot: sha256:7ff9cdb081b18f9431b84d4c3ccd3db9d921ed5f5b7682a45f6a351bfc4ceed4
33+
tag: "v1.12.7"
34+
digest: sha256:6ca5f62d18ac6b2e57484ecde310dccd3079b545acecff01c4c71eb5fb222438
35+
digestChroot: sha256:1d20779a1f805fa2820a2631929fb53da59cb9ce023395fae681a60b17ed771f
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.6
18+
app.kubernetes.io/version: 1.12.7
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.6
31+
app.kubernetes.io/version: 1.12.7
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.6
43+
app.kubernetes.io/version: 1.12.7
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.6
133+
app.kubernetes.io/version: 1.12.7
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.6
152+
app.kubernetes.io/version: 1.12.7
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.6
234+
app.kubernetes.io/version: 1.12.7
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.6
253+
app.kubernetes.io/version: 1.12.7
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.6
273+
app.kubernetes.io/version: 1.12.7
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.6
292+
app.kubernetes.io/version: 1.12.7
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.6
311+
app.kubernetes.io/version: 1.12.7
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.6
331+
app.kubernetes.io/version: 1.12.7
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.6
347+
app.kubernetes.io/version: 1.12.7
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.6
380+
app.kubernetes.io/version: 1.12.7
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.6
403+
app.kubernetes.io/version: 1.12.7
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.6
425+
app.kubernetes.io/version: 1.12.7
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.6@sha256:c371fbf42b4f23584ce879d99303463131f4f31612f0875482b983354eeca7e6
449+
image: registry.k8s.io/ingress-nginx/controller:v1.12.7@sha256:6ca5f62d18ac6b2e57484ecde310dccd3079b545acecff01c4c71eb5fb222438
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.6
526+
app.kubernetes.io/version: 1.12.7
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.6
537+
app.kubernetes.io/version: 1.12.7
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.2@sha256:050a34002d5bb4966849c880c56c91f5320372564245733b33d4b3461b4dbd24
551+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3@sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39
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.6
579+
app.kubernetes.io/version: 1.12.7
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.6
590+
app.kubernetes.io/version: 1.12.7
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.2@sha256:050a34002d5bb4966849c880c56c91f5320372564245733b33d4b3461b4dbd24
606+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3@sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39
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.6
634+
app.kubernetes.io/version: 1.12.7
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.6
647+
app.kubernetes.io/version: 1.12.7
648648
name: ingress-nginx-admission
649649
webhooks:
650650
- admissionReviewVersions:

0 commit comments

Comments
 (0)