Skip to content

Commit ff3b102

Browse files
authored
Release controller v1.13.1/v1.12.5 & chart v4.13.1/v4.12.5. (#13772)
1 parent 37f344b commit ff3b102

File tree

19 files changed

+383
-237
lines changed

19 files changed

+383
-237
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ 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 |
44+
| 🔄 | **v1.12.5** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.1 | 1.25.5 | 4.12.5 |
4345
| 🔄 | **v1.12.4** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.22.0 | 1.25.5 | 4.12.4 |
4446
| 🔄 | **v1.12.3** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.3 |
4547
| 🔄 | **v1.12.2** | 1.32, 1.31, 1.30, 1.29, 1.28 | 3.21.3 | 1.25.5 | 4.12.2 |

changelog/controller-1.12.5.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Changelog
2+
3+
### controller-v1.12.5
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.12.5@sha256:f4a204a39ce99e7d297c54b02e64e421d872675c5ee29ab1b6edb62d4d69be5c
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.12.5@sha256:5bee417e81f5478b166e35b66b62824275fba150cb737adf665ba05c61ff4632
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#13768)
13+
* Chart: Bump Kube Webhook CertGen. (#13764)
14+
* Tests & Docs: Bump images. (#13763)
15+
* Go: Update dependencies. (#13751)
16+
* Images: Remove redundant ModSecurity-nginx patch. (#13748)
17+
* Tests: Add `ssl-session-*` config values tests. (#13746)
18+
* Docs: Bump mkdocs to v9.6.16, fix links. (#13744)
19+
* Docs: Fix default config values and links. (#13739)
20+
* Images: Trigger other builds (2/2). (#13734)
21+
* Images: Trigger other builds (1/2). (#13733)
22+
* Tests: Bump Test Runner to v1.4.1. (#13728)
23+
* Images: Trigger Test Runner build. (#13723)
24+
* Go: Bump to v1.24.6. (#13720)
25+
* Images: Bump NGINX to v1.3.1. (#13717)
26+
* Images: Trigger NGINX build. (#13712)
27+
* Annotations: Quote auth proxy headers. (#13709)
28+
* Go: Update dependencies. (#13702)
29+
* CI: Fix typo. (#13699)
30+
* Chart: Push to OCI registry. (#13696)
31+
* Docs: Remove `X-XSS-Protection` header from hardening guide. (#13687)
32+
* Controller: Fix nil pointer in path validation. (#13682)
33+
* Go: Update dependencies. (#13677)
34+
* NGINX: Disable mimalloc's architecture specific optimizations. (#13670)
35+
* Controller: Fix SSL session ticket path. (#13668)
36+
* Docs: Use HTTPS for NGINX links. (#13664)
37+
* Docs: Fix links and formatting in user guide. (#13662)
38+
* Make: Add `helm-test` target. (#13660)
39+
* Docs: Update prerequisites in `getting-started.md`. (#13658)
40+
* Hack: Bump `golangci-lint` to v2.3.0. (#13656)
41+
* CI: Update KIND to v1.33.2. (#13648)
42+
* Docs: Improve `opentelemetry-trust-incoming-span`. (#13637)
43+
* Go: Update dependencies. (#13626)
44+
* CI: Update Kubernetes to v1.33.3. (#13632)
45+
* Go: Bump to v1.24.5. (#13631)
46+
* Bye bye, v1.11. (#13616)
47+
48+
### Dependency updates:
49+
50+
* Bump the actions group with 3 updates (#13757)
51+
* Bump actions/download-artifact from 4.3.0 to 5.0.0 (#13756)
52+
* Bump github/codeql-action from 3.29.3 to 3.29.5 in the actions group (#13707)
53+
* Bump github/codeql-action from 3.29.2 to 3.29.3 in the actions group across 1 directory (#13644)
54+
* Bump the actions group with 3 updates (#13641)
55+
56+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.12.4...controller-v1.12.5

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.12.5
6+
7+
* Make: Add `helm-test` target. (#13660)
8+
* Update Ingress-Nginx version controller-v1.12.5
9+
10+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.12.4...helm-chart-4.12.5
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.

0 commit comments

Comments
 (0)