Skip to content

Commit 3bb5d0c

Browse files
authored
Release controller v1.13.1 & chart v4.13.1. (#13770)
1 parent c8ce0d1 commit 3bb5d0c

File tree

17 files changed

+316
-237
lines changed

17 files changed

+316
-237
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.1** | 1.33, 1.32, 1.31, 1.30, 1.29 | 3.22.1 | 1.27.1 | 4.13.1 |
4243
| 🔄 | **v1.13.0** | 1.33, 1.32, 1.31, 1.30, 1.29 | 3.22.0 | 1.27.1 | 4.13.0 |
4344
| 🔄 | **v1.12.4** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.0 | 1.25.5 | 4.12.4 |
4445
| 🔄 | **v1.12.3** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.3 |

changelog/controller-1.13.1.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Changelog
2+
3+
### controller-v1.13.1
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.13.1@sha256:37e489b22ac77576576e52e474941cd7754238438847c1ee795ad6d59c02b12a
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.13.1@sha256:cace9bc8ad1914e817e5b461d691a00caab652347002ba811077189b85009d7f
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#13767)
13+
* Chart: Bump Kube Webhook CertGen. (#13762)
14+
* Tests & Docs: Bump images. (#13761)
15+
* Go: Update dependencies. (#13750)
16+
* Images: Remove redundant ModSecurity-nginx patch. (#13747)
17+
* Tests: Add `ssl-session-*` config values tests. (#13745)
18+
* Docs: Bump mkdocs to v9.6.16, fix links. (#13743)
19+
* Docs: Fix default config values and links. (#13738)
20+
* Images: Trigger other builds (2/2). (#13735)
21+
* Images: Trigger other builds (1/2). (#13731)
22+
* Tests: Bump Test Runner to v2.2.1. (#13727)
23+
* Images: Trigger Test Runner build. (#13722)
24+
* Go: Bump to v1.24.6. (#13719)
25+
* Images: Bump NGINX to v2.2.1. (#13716)
26+
* Images: Trigger NGINX build. (#13713)
27+
* Annotations: Quote auth proxy headers. (#13708)
28+
* Go: Update dependencies. (#13701)
29+
* CI: Fix typo. (#13698)
30+
* Chart: Push to OCI registry. (#13695)
31+
* Docs: Remove `X-XSS-Protection` header from hardening guide. (#13686)
32+
* Controller: Fix nil pointer in path validation. (#13681)
33+
* Go: Update dependencies. (#13676)
34+
* NGINX: Disable mimalloc's architecture specific optimizations. (#13671)
35+
* Controller: Fix SSL session ticket path. (#13667)
36+
* Docs: Use HTTPS for NGINX links. (#13663)
37+
* Docs: Fix links and formatting in user guide. (#13661)
38+
* Make: Add `helm-test` target. (#13659)
39+
* Docs: Update prerequisites in `getting-started.md`. (#13657)
40+
* Hack: Bump `golangci-lint` to v2.3.0. (#13655)
41+
* CI: Update KIND to v1.33.2. (#13647)
42+
* Config/Annotations: Fix `proxy-busy-buffers-size`. (#13638)
43+
* Docs: Improve `opentelemetry-trust-incoming-span`. (#13636)
44+
* Chart: Remove trailing whitespace. (#13634)
45+
* Go: Update dependencies. (#13625)
46+
* CI: Update Kubernetes to v1.33.3. (#13630)
47+
* Go: Bump to v1.24.5. (#13629)
48+
* Bye bye, v1.11. (#13615)
49+
50+
### Dependency updates:
51+
52+
* Bump the actions group with 3 updates (#13758)
53+
* Bump actions/download-artifact from 4.3.0 to 5.0.0 (#13755)
54+
* Bump github/codeql-action from 3.29.3 to 3.29.5 in the actions group (#13706)
55+
* Bump github/codeql-action from 3.29.2 to 3.29.3 in the actions group across 1 directory (#13643)
56+
* Bump the actions group with 3 updates (#13640)
57+
58+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.13.0...controller-v1.13.1

charts/ingress-nginx/Chart.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- Update Ingress-Nginx version controller-v1.13.0
3+
- 'Make: Add `helm-test` target. (#13659)'
4+
- Update Ingress-Nginx version controller-v1.13.1
45
artifacthub.io/prerelease: "false"
56
apiVersion: v2
6-
appVersion: 1.13.0
7+
appVersion: 1.13.1
78
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
89
load balancer
910
home: https://github.com/kubernetes/ingress-nginx
@@ -20,4 +21,4 @@ maintainers:
2021
name: ingress-nginx
2122
sources:
2223
- https://github.com/kubernetes/ingress-nginx
23-
version: 4.13.0
24+
version: 4.13.1

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.0](https://img.shields.io/badge/Version-4.13.0-informational?style=flat-square) ![AppVersion: 1.13.0](https://img.shields.io/badge/AppVersion-1.13.0-informational?style=flat-square)
5+
![Version: 4.13.1](https://img.shields.io/badge/Version-4.13.1-informational?style=flat-square) ![AppVersion: 1.13.1](https://img.shields.io/badge/AppVersion-1.13.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

@@ -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:dc75a7baec7a3b827a5d7ab0acd10ab507904c7dad692365b3e3b596eca1afd2"` | |
349-
| controller.image.digestChroot | string | `"sha256:af6264394cfa61d21f644d87372823064804e64de737b0747e86c86348b29c9f"` | |
348+
| controller.image.digest | string | `"sha256:37e489b22ac77576576e52e474941cd7754238438847c1ee795ad6d59c02b12a"` | |
349+
| controller.image.digestChroot | string | `"sha256:cace9bc8ad1914e817e5b461d691a00caab652347002ba811077189b85009d7f"` | |
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.0"` | |
357+
| controller.image.tag | string | `"v1.13.1"` | |
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.1
6+
7+
* Make: Add `helm-test` target. (#13659)
8+
* Update Ingress-Nginx version controller-v1.13.1
9+
10+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.13.0...helm-chart-4.13.1

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.0"
34-
digest: sha256:dc75a7baec7a3b827a5d7ab0acd10ab507904c7dad692365b3e3b596eca1afd2
35-
digestChroot: sha256:af6264394cfa61d21f644d87372823064804e64de737b0747e86c86348b29c9f
33+
tag: "v1.13.1"
34+
digest: sha256:37e489b22ac77576576e52e474941cd7754238438847c1ee795ad6d59c02b12a
35+
digestChroot: sha256:cace9bc8ad1914e817e5b461d691a00caab652347002ba811077189b85009d7f
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.0
18+
app.kubernetes.io/version: 1.13.1
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.0
31+
app.kubernetes.io/version: 1.13.1
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.0
43+
app.kubernetes.io/version: 1.13.1
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.0
133+
app.kubernetes.io/version: 1.13.1
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.0
152+
app.kubernetes.io/version: 1.13.1
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.0
234+
app.kubernetes.io/version: 1.13.1
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.0
253+
app.kubernetes.io/version: 1.13.1
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.0
273+
app.kubernetes.io/version: 1.13.1
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.0
292+
app.kubernetes.io/version: 1.13.1
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.0
311+
app.kubernetes.io/version: 1.13.1
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.0
331+
app.kubernetes.io/version: 1.13.1
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.0
347+
app.kubernetes.io/version: 1.13.1
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.0
380+
app.kubernetes.io/version: 1.13.1
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.0
403+
app.kubernetes.io/version: 1.13.1
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.0
425+
app.kubernetes.io/version: 1.13.1
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.0@sha256:dc75a7baec7a3b827a5d7ab0acd10ab507904c7dad692365b3e3b596eca1afd2
450+
image: registry.k8s.io/ingress-nginx/controller:v1.13.1@sha256:37e489b22ac77576576e52e474941cd7754238438847c1ee795ad6d59c02b12a
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.0
527+
app.kubernetes.io/version: 1.13.1
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.0
538+
app.kubernetes.io/version: 1.13.1
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.0@sha256:c9f76a75fd00e975416ea1b73300efd413116de0de8570346ed90766c5b5cefb
553+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.1@sha256:e63459ec5965840af34d6d6a2f4c017eb6e212db83e054908d0bd148e1f35489
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.0
581+
app.kubernetes.io/version: 1.13.1
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.0
592+
app.kubernetes.io/version: 1.13.1
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.0@sha256:c9f76a75fd00e975416ea1b73300efd413116de0de8570346ed90766c5b5cefb
609+
image: registry.k8s.io/ingress-nginx/kube-webhook-certgen:v1.6.1@sha256:e63459ec5965840af34d6d6a2f4c017eb6e212db83e054908d0bd148e1f35489
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.0
637+
app.kubernetes.io/version: 1.13.1
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.0
650+
app.kubernetes.io/version: 1.13.1
651651
name: ingress-nginx-admission
652652
webhooks:
653653
- admissionReviewVersions:

0 commit comments

Comments
 (0)