Skip to content

Commit 262a3f0

Browse files
authored
Release controller v1.13.4 & chart v4.13.4. (#14120)
1 parent 8f8303f commit 262a3f0

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.13.4** | 1.33, 1.32, 1.31, 1.30, 1.29 | 3.22.2 | 1.27.1 | 4.13.4 |
4243
| 🔄 | **v1.13.3** | 1.33, 1.32, 1.31, 1.30, 1.29 | 3.22.1 | 1.27.1 | 4.13.3 |
4344
| 🔄 | **v1.13.2** | 1.33, 1.32, 1.31, 1.30, 1.29 | 3.22.1 | 1.27.1 | 4.13.2 |
4445
| 🔄 | **v1.13.1** | 1.33, 1.32, 1.31, 1.30, 1.29 | 3.22.1 | 1.27.1 | 4.13.1 |

changelog/controller-1.13.4.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.13.4
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.13.4@sha256:4042ae3c512c5d7bcf9682b0fdff96cd7b46a23dcbe15a762349094cd8087be7
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.13.4@sha256:49fc51d0767efb4d5c871bcd9bd70684fdcbdd34f9e4164bdf9c9d890db19791
9+
10+
### All changes:
11+
12+
* GitHub: Bump Chart Testing action. (#14116)
13+
* Images: Trigger controller build. (#14107)
14+
* Annotations: Respect changes to `auth-proxy-set-headers`. (#14104)
15+
* Images: Bump other images. (#14100)
16+
* Images: Trigger other builds (2/2). (#14094)
17+
* Images: Trigger other builds (1/2). (#14093)
18+
* Tests: Bump Test Runner to v2.2.4. (#14075)
19+
* Images: Trigger Test Runner build. (#14073)
20+
* Images: Bump NGINX to v2.2.4. (#14067)
21+
* Images: Trigger NGINX build. (#14064)
22+
* Store: Handle panics in service deletion handler. (#14057)
23+
* Go: Bump to v1.25.3. (#14044)
24+
* Go: Update dependencies. (#14027)
25+
* Images: Bump Alpine to v3.22.2. (#14024)
26+
* Go: Bump to v1.25.2. (#14020)
27+
* Go: Update dependencies. (#14012)
28+
* Controller: Fix `limit_req_zone` sorting. (#14006)
29+
* Annotations: Fix log format. (#14002)
30+
31+
### Dependency updates:
32+
33+
* Bump actions/download-artifact from 5.0.0 to 6.0.0 (#14087)
34+
* Bump github/codeql-action from 4.30.9 to 4.31.0 in the actions group (#14084)
35+
* Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#14082)
36+
* Bump github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.1 (#14061)
37+
* Bump github/codeql-action from 4.30.8 to 4.30.9 in the actions group (#14053)
38+
* Bump sigs.k8s.io/controller-runtime from 0.22.2 to 0.22.3 in the go group across 1 directory (#14039)
39+
* Bump actions/dependency-review-action from 4.8.0 to 4.8.1 in the actions group (#14036)
40+
* Bump github/codeql-action from 3.30.6 to 4.30.8 (#14034)
41+
* Bump the actions group with 2 updates (#14015)
42+
43+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.13.3...controller-v1.13.4

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.13.3
3+
- Update Ingress-Nginx version controller-v1.13.4
44
artifacthub.io/prerelease: "false"
55
apiVersion: v2
6-
appVersion: 1.13.3
6+
appVersion: 1.13.4
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.13.3
23+
version: 4.13.4

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

@@ -345,16 +345,16 @@ metadata:
345345
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
346346
| controller.image.allowPrivilegeEscalation | bool | `false` | |
347347
| controller.image.chroot | bool | `false` | |
348-
| controller.image.digest | string | `"sha256:1b044f6dcac3afbb59e05d98463f1dec6f3d3fb99940bc12ca5d80270358e3bd"` | |
349-
| controller.image.digestChroot | string | `"sha256:27de15aea4ec7639f7cec6ae96bff11ce57bb1171040351a0b0eedf66655d0dd"` | |
348+
| controller.image.digest | string | `"sha256:4042ae3c512c5d7bcf9682b0fdff96cd7b46a23dcbe15a762349094cd8087be7"` | |
349+
| controller.image.digestChroot | string | `"sha256:49fc51d0767efb4d5c871bcd9bd70684fdcbdd34f9e4164bdf9c9d890db19791"` | |
350350
| controller.image.image | string | `"ingress-nginx/controller"` | |
351351
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
352352
| controller.image.readOnlyRootFilesystem | bool | `false` | |
353353
| 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) |
354354
| controller.image.runAsNonRoot | bool | `true` | |
355355
| 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) |
356356
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
357-
| controller.image.tag | string | `"v1.13.3"` | |
357+
| controller.image.tag | string | `"v1.13.4"` | |
358358
| 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 |
359359
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
360360
| 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.13.4
6+
7+
* Update Ingress-Nginx version controller-v1.13.4
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.13.3...helm-chart-4.13.4

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.13.3"
34-
digest: sha256:1b044f6dcac3afbb59e05d98463f1dec6f3d3fb99940bc12ca5d80270358e3bd
35-
digestChroot: sha256:27de15aea4ec7639f7cec6ae96bff11ce57bb1171040351a0b0eedf66655d0dd
33+
tag: "v1.13.4"
34+
digest: sha256:4042ae3c512c5d7bcf9682b0fdff96cd7b46a23dcbe15a762349094cd8087be7
35+
digestChroot: sha256:49fc51d0767efb4d5c871bcd9bd70684fdcbdd34f9e4164bdf9c9d890db19791
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.13.3
18+
app.kubernetes.io/version: 1.13.4
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.13.3
31+
app.kubernetes.io/version: 1.13.4
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.13.3
43+
app.kubernetes.io/version: 1.13.4
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.13.3
133+
app.kubernetes.io/version: 1.13.4
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.13.3
152+
app.kubernetes.io/version: 1.13.4
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.13.3
234+
app.kubernetes.io/version: 1.13.4
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.13.3
253+
app.kubernetes.io/version: 1.13.4
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.13.3
273+
app.kubernetes.io/version: 1.13.4
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.13.3
292+
app.kubernetes.io/version: 1.13.4
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.13.3
311+
app.kubernetes.io/version: 1.13.4
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.13.3
331+
app.kubernetes.io/version: 1.13.4
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.13.3
347+
app.kubernetes.io/version: 1.13.4
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.13.3
380+
app.kubernetes.io/version: 1.13.4
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.13.3
403+
app.kubernetes.io/version: 1.13.4
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.13.3
425+
app.kubernetes.io/version: 1.13.4
426426
spec:
427427
automountServiceAccountToken: true
428428
containers:
@@ -447,7 +447,7 @@ spec:
447447
fieldPath: metadata.namespace
448448
- name: LD_PRELOAD
449449
value: /usr/local/lib/libmimalloc.so
450-
image: registry.k8s.io/ingress-nginx/controller:v1.13.3@sha256:1b044f6dcac3afbb59e05d98463f1dec6f3d3fb99940bc12ca5d80270358e3bd
450+
image: registry.k8s.io/ingress-nginx/controller:v1.13.4@sha256:4042ae3c512c5d7bcf9682b0fdff96cd7b46a23dcbe15a762349094cd8087be7
451451
imagePullPolicy: IfNotPresent
452452
lifecycle:
453453
preStop:
@@ -524,7 +524,7 @@ metadata:
524524
app.kubernetes.io/instance: ingress-nginx
525525
app.kubernetes.io/name: ingress-nginx
526526
app.kubernetes.io/part-of: ingress-nginx
527-
app.kubernetes.io/version: 1.13.3
527+
app.kubernetes.io/version: 1.13.4
528528
name: ingress-nginx-admission-create
529529
namespace: ingress-nginx
530530
spec:
@@ -535,7 +535,7 @@ spec:
535535
app.kubernetes.io/instance: ingress-nginx
536536
app.kubernetes.io/name: ingress-nginx
537537
app.kubernetes.io/part-of: ingress-nginx
538-
app.kubernetes.io/version: 1.13.3
538+
app.kubernetes.io/version: 1.13.4
539539
name: ingress-nginx-admission-create
540540
spec:
541541
automountServiceAccountToken: true
@@ -550,7 +550,7 @@ spec:
550550
valueFrom:
551551
fieldRef:
552552
fieldPath: metadata.namespace
553-
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3@sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39
553+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.4@sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f
554554
imagePullPolicy: IfNotPresent
555555
name: create
556556
securityContext:
@@ -578,7 +578,7 @@ metadata:
578578
app.kubernetes.io/instance: ingress-nginx
579579
app.kubernetes.io/name: ingress-nginx
580580
app.kubernetes.io/part-of: ingress-nginx
581-
app.kubernetes.io/version: 1.13.3
581+
app.kubernetes.io/version: 1.13.4
582582
name: ingress-nginx-admission-patch
583583
namespace: ingress-nginx
584584
spec:
@@ -589,7 +589,7 @@ spec:
589589
app.kubernetes.io/instance: ingress-nginx
590590
app.kubernetes.io/name: ingress-nginx
591591
app.kubernetes.io/part-of: ingress-nginx
592-
app.kubernetes.io/version: 1.13.3
592+
app.kubernetes.io/version: 1.13.4
593593
name: ingress-nginx-admission-patch
594594
spec:
595595
automountServiceAccountToken: true
@@ -606,7 +606,7 @@ spec:
606606
valueFrom:
607607
fieldRef:
608608
fieldPath: metadata.namespace
609-
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.3@sha256:3d671cf20a35cd94efc5dcd484970779eb21e7938c98fbc3673693b8a117cf39
609+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.4@sha256:bcfc926ed57831edf102d62c5c0e259572591df4796ef1420b87f9cf6092497f
610610
imagePullPolicy: IfNotPresent
611611
name: patch
612612
securityContext:
@@ -634,7 +634,7 @@ metadata:
634634
app.kubernetes.io/instance: ingress-nginx
635635
app.kubernetes.io/name: ingress-nginx
636636
app.kubernetes.io/part-of: ingress-nginx
637-
app.kubernetes.io/version: 1.13.3
637+
app.kubernetes.io/version: 1.13.4
638638
name: nginx
639639
spec:
640640
controller: k8s.io/ingress-nginx
@@ -647,7 +647,7 @@ metadata:
647647
app.kubernetes.io/instance: ingress-nginx
648648
app.kubernetes.io/name: ingress-nginx
649649
app.kubernetes.io/part-of: ingress-nginx
650-
app.kubernetes.io/version: 1.13.3
650+
app.kubernetes.io/version: 1.13.4
651651
name: ingress-nginx-admission
652652
webhooks:
653653
- admissionReviewVersions:

0 commit comments

Comments
 (0)