Skip to content

Commit 795b696

Browse files
authored
Release controller v1.11.5 & chart v4.11.5. (#13074)
1 parent 97ffeee commit 795b696

File tree

17 files changed

+379
-256
lines changed

17 files changed

+379
-256
lines changed

README.md

+1
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.11.5** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.3 | 1.25.5 | 4.11.5 |
4243
| 🔄 | **v1.11.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.21.0 | 1.25.5 | 4.11.4 |
4344
| 🔄 | **v1.11.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.3 | 1.25.5 | 4.11.3 |
4445
| 🔄 | **v1.11.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.11.2 |

changelog/controller-1.11.5.md

+115
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
# Changelog
2+
3+
### controller-v1.11.5
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.11.5@sha256:a1cbad75b0a7098bf9325132794dddf9eef917e8a7fe246749a4cea7ff6f01eb
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.11.5@sha256:ec9df3eb6b06563a079ee46045da94cbf750f7dbb16fdbcb9e3265b551ed72ad
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#13072)
13+
* Controller: Several security fixes. (#13070)
14+
* Chart: Bump Kube Webhook CertGen. (#13067)
15+
* Tests & Docs: Bump images. (#13065)
16+
* Images: Trigger other builds (2/2). (#13060)
17+
* Images: Trigger other builds (1/2). (#13058)
18+
* Tests: Bump Test Runner to v1.3.1. (#13049)
19+
* Images: Trigger Test Runner build. (#13046)
20+
* Images: Bump `NGINX_BASE` to v0.3.1. (#13041)
21+
* Images: Trigger NGINX build. (#13040)
22+
* Go: Update dependencies. (#13037)
23+
* CI: Update KIND to v1.32.3. (#13030)
24+
* CI: Update Kubernetes to v1.32.3. (#13026)
25+
* Images: Rework. (3/3) (#13017)
26+
* Images: Rework. (2/3) (#13012)
27+
* Images: Rework. (1/3) (#13015)
28+
* Custom Error Pages: Accept first of many MIME types. (#13007)
29+
* Docs: Use `enable-global-auth` annotation instead of non-existing ConfigMap option. (#12977)
30+
* Go: Update dependencies. (#12964)
31+
* Docs: Update link to `values.yaml`. (#12961)
32+
* fix DNS issues with unresolvable backends with ExternalName (#12952)
33+
* Go: Bump to v1.24.1. (#12943)
34+
* CI: Update KIND images. (#12932)
35+
* Test: Remove gRPC Fortune Teller. (#12930)
36+
* NGINX: Update ModSecurity. (#12916)
37+
* Development: Update KIND images. (#12910)
38+
* Config: Remove notes about future defaults. (#12899)
39+
* Images: Update `kubectl` to v1.32.2. (#12855)
40+
* Development: Update Kubernetes to v1.32.0. (#12854)
41+
* CI: Update `kubectl` to v1.32.2. (#12852)
42+
* Images: Migrate to AR. (2/2) (#12850)
43+
* Images: Migrate to AR. (1/2) (#12847)
44+
* Docs: Migrate to AR. (#12808)
45+
* Docs: Enable code copy button. (#12806)
46+
* Go: Bump to v1.23.6. (#12800)
47+
* CI: Update Artifact Hub to v1.20.0. (#12794)
48+
* Images: Update `kubectl` to v1.31.5. (#12792)
49+
* CI: Update `kubectl` to v1.31.5. (#12790)
50+
* Development: Bump Kubernetes to v1.31.4. (#12783)
51+
* Go: Replace `golang.org/x/exp/slices` with `slices`. (#12780)
52+
* Docs: Fix character format. (#12774)
53+
* Docs: Improve bare-metal setup. (#12745)
54+
* Build: Always use local `tmp` dir on macOS. (#12742)
55+
* Development: Bump Kubernetes to v1.31.4. (#12740)
56+
* Images: Bump `gcb-docker-gcloud` to v20250116-2a05ea7e3d. (#12737)
57+
* Go: Bump to v1.23.5. (#12735)
58+
* Docs: Clarify rate limits are per ingress controller replica. (#12716)
59+
* Go: Stop using workspace. (#12713)
60+
* Chart: Bump Kube Webhook CertGen. (#12697)
61+
* Tests & Docs: Bump images. (#12695)
62+
* Images: Trigger other builds (2/2). (#12691)
63+
* Images: Trigger other builds (1/2). (#12687)
64+
* Tests: Bump Test Runner to v20250112-01b7af21. (#12685)
65+
* Images: Trigger Test Runner build. (#12682)
66+
* Images: Bump `NGINX_BASE` to v0.3.0. (#12679)
67+
* Images: Trigger NGINX build. (#12675)
68+
* NGINX: Align quotes. (#12670)
69+
* Annotations: Deny newlines. (#12666)
70+
* Annotations: Reload on custom header changes. (#12653)
71+
* NGINX: Bump ModSecurity. (#12650)
72+
* NGINX: Bump OpenTelemetry. (#12632)
73+
74+
### Dependency updates:
75+
76+
* Bump github.com/opencontainers/runc from 1.2.5 to 1.2.6 in the go group across 1 directory (#13034)
77+
* Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.3 (#13028)
78+
* Bump the actions group with 5 updates (#13024)
79+
* Bump dorny/test-reporter from 1.9.1 to 2.0.0 (#12990)
80+
* Bump github.com/prometheus/common from 0.62.0 to 0.63.0 (#12988)
81+
* Bump the go group across 3 directories with 9 updates (#12986)
82+
* Bump the actions group with 3 updates (#12983)
83+
* Bump github/codeql-action from 3.28.10 to 3.28.11 in the actions group (#12969)
84+
* Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 (#12959)
85+
* Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#12956)
86+
* Bump the go group across 2 directories with 1 update (#12939)
87+
* Bump google.golang.org/grpc from 1.70.0 to 1.71.0 (#12936)
88+
* Bump golang.org/x/crypto from 0.34.0 to 0.35.0 (#12924)
89+
* Bump the actions group with 3 updates (#12922)
90+
* Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#12901)
91+
* Bump golang.org/x/crypto from 0.33.0 to 0.34.0 (#12894)
92+
* Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 in /images/custom-error-pages/rootfs (#12891)
93+
* Bump the actions group with 4 updates (#12890)
94+
* Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#12868)
95+
* Bump the go group across 3 directories with 11 updates (#12866)
96+
* Bump the actions group with 2 updates (#12864)
97+
* Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in /images/kube-webhook-certgen/rootfs (#12862)
98+
* Bump the actions group with 4 updates (#12815)
99+
* Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#12813)
100+
* Bump the actions group with 2 updates (#12778)
101+
* Bump the go group across 2 directories with 1 update (#12776)
102+
* Bump google.golang.org/grpc from 1.69.4 to 1.70.0 (#12761)
103+
* Bump sigs.k8s.io/controller-runtime from 0.20.0 to 0.20.1 in the go group across 1 directory (#12759)
104+
* Bump the actions group with 5 updates (#12757)
105+
* Bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.20.0 (#12731)
106+
* Bump github.com/prometheus/common from 0.61.0 to 0.62.0 (#12729)
107+
* Bump the go group across 3 directories with 9 updates (#12727)
108+
* Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 in the actions group (#12724)
109+
* Bump google.golang.org/grpc from 1.69.2 to 1.69.4 in the go group across 1 directory (#12700)
110+
* Bump the actions group with 3 updates (#12665)
111+
* Bump the go group across 1 directory with 3 updates (#12663)
112+
* Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#12660)
113+
* Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#12629)
114+
115+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.11.4...controller-v1.11.5

charts/ingress-nginx/Chart.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
annotations:
22
artifacthub.io/changes: |
3-
- 'CI: Fix chart testing. (#12259)'
4-
- Update Ingress-Nginx version controller-v1.11.4
3+
- Update Ingress-Nginx version controller-v1.11.5
54
artifacthub.io/prerelease: "false"
65
apiVersion: v2
7-
appVersion: 1.11.4
6+
appVersion: 1.11.5
87
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
98
load balancer
109
home: https://github.com/kubernetes/ingress-nginx
@@ -21,4 +20,4 @@ maintainers:
2120
name: ingress-nginx
2221
sources:
2322
- https://github.com/kubernetes/ingress-nginx
24-
version: 4.11.4
23+
version: 4.11.5

charts/ingress-nginx/README.md

+4-4
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.11.4](https://img.shields.io/badge/Version-4.11.4-informational?style=flat-square) ![AppVersion: 1.11.4](https://img.shields.io/badge/AppVersion-1.11.4-informational?style=flat-square)
5+
![Version: 4.11.5](https://img.shields.io/badge/Version-4.11.5-informational?style=flat-square) ![AppVersion: 1.11.5](https://img.shields.io/badge/AppVersion-1.11.5-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

@@ -343,16 +343,16 @@ metadata:
343343
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
344344
| controller.image.allowPrivilegeEscalation | bool | `false` | |
345345
| controller.image.chroot | bool | `false` | |
346-
| controller.image.digest | string | `"sha256:981a97d78bee3109c0b149946c07989f8f1478a9265031d2d23dea839ba05b52"` | |
347-
| controller.image.digestChroot | string | `"sha256:f29d0f9e7a9ef4947eda59ed0c09ec13380b13639d1518cf1ab8ec09c3e22ef8"` | |
346+
| controller.image.digest | string | `"sha256:a1cbad75b0a7098bf9325132794dddf9eef917e8a7fe246749a4cea7ff6f01eb"` | |
347+
| controller.image.digestChroot | string | `"sha256:ec9df3eb6b06563a079ee46045da94cbf750f7dbb16fdbcb9e3265b551ed72ad"` | |
348348
| controller.image.image | string | `"ingress-nginx/controller"` | |
349349
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
350350
| controller.image.readOnlyRootFilesystem | bool | `false` | |
351351
| controller.image.registry | string | `"registry.k8s.io"` | |
352352
| controller.image.runAsNonRoot | bool | `true` | |
353353
| controller.image.runAsUser | int | `101` | |
354354
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
355-
| controller.image.tag | string | `"v1.11.4"` | |
355+
| controller.image.tag | string | `"v1.11.5"` | |
356356
| 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 |
357357
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
358358
| 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. |
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.11.5
6+
7+
* Update Ingress-Nginx version controller-v1.11.5
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.11.4...helm-chart-4.11.5

charts/ingress-nginx/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ controller:
2626
## for backwards compatibility consider setting the full image url via the repository value below
2727
## use *either* current default registry/image or repository format or installing chart by providing the values.yaml will fail
2828
## repository:
29-
tag: "v1.11.4"
30-
digest: sha256:981a97d78bee3109c0b149946c07989f8f1478a9265031d2d23dea839ba05b52
31-
digestChroot: sha256:f29d0f9e7a9ef4947eda59ed0c09ec13380b13639d1518cf1ab8ec09c3e22ef8
29+
tag: "v1.11.5"
30+
digest: sha256:a1cbad75b0a7098bf9325132794dddf9eef917e8a7fe246749a4cea7ff6f01eb
31+
digestChroot: sha256:ec9df3eb6b06563a079ee46045da94cbf750f7dbb16fdbcb9e3265b551ed72ad
3232
pullPolicy: IfNotPresent
3333
runAsNonRoot: true
3434
# www-data -> uid 101

0 commit comments

Comments
 (0)