Skip to content

Commit da462b2

Browse files
authored
Release controller v1.10.5 & chart v4.10.5. (#12155)
1 parent a88d080 commit da462b2

File tree

16 files changed

+350
-241
lines changed

16 files changed

+350
-241
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ 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.10.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.4 |
43-
| 🔄 | **v1.10.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.3 |
44-
| 🔄 | **v1.10.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.2 |
45-
| 🔄 | **v1.10.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.1 |
46-
| 🔄 | **v1.10.0** | 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.0 |
42+
| | **v1.10.5** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.3 | 1.25.5 | 4.10.5 |
43+
| | **v1.10.4** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.4 |
44+
| | **v1.10.3** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.3 |
45+
| | **v1.10.2** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.20.0 | 1.25.5 | 4.10.2 |
46+
| | **v1.10.1** | 1.30, 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.1 |
47+
| | **v1.10.0** | 1.29, 1.28, 1.27, 1.26 | 3.19.1 | 1.25.3 | 4.10.0 |
4748
| | v1.9.6 | 1.29, 1.28, 1.27, 1.26, 1.25 | 3.19.0 | 1.21.6 | 4.9.1 |
4849
| | v1.9.5 | 1.28, 1.27, 1.26, 1.25 | 3.18.4 | 1.21.6 | 4.9.0 |
4950
| | v1.9.4 | 1.28, 1.27, 1.26, 1.25 | 3.18.4 | 1.21.6 | 4.8.3 |

changelog/controller-1.10.5.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
# Changelog
2+
3+
### controller-v1.10.5
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.10.5@sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.10.5@sha256:030a43bdd5f0212a7e135cc4da76b15a6706ef65a6824eb4cc401f87a81c2987
9+
10+
### All changes:
11+
12+
* Images: Trigger controller build. (#12133)
13+
* Tests & Docs: Bump `e2e-test-echo` to v1.0.1. (#12146)
14+
* Images: Trigger `e2e-test-echo` build. (#12142)
15+
* Images: Drop `s390x`. (#12139)
16+
* Images: Build `s390x` controller. (#12128)
17+
* Chart: Bump Kube Webhook CertGen. (#12122)
18+
* Tests & Docs: Bump images. (#12120)
19+
* Cloud Build: Bump `gcb-docker-gcloud` to v20240718-5ef92b5c36. (#12116)
20+
* Images: Trigger other builds. (#12111)
21+
* Tests: Bump `e2e-test-runner` to v20241004-114a6abb. (#12104)
22+
* Images: Trigger `test-runner` build. (#12101)
23+
* Docs: Add a multi-tenant warning. (#12098)
24+
* Go: Bump to v1.22.8. (#12093)
25+
* Images: Bump `NGINX_BASE` to v0.1.0. (#12079)
26+
* Images: Trigger NGINX build. (#12077)
27+
* Images: Remove NGINX v1.21. (#12057)
28+
* GitHub: Improve Dependabot. (#12037)
29+
* Chart: Improve CI. (#12029)
30+
* Chart: Extend image tests. (#12026)
31+
* Docs: Add health check annotations for AWS. (#12021)
32+
* Docs: Convert `opentelemetry.md` from CRLF to LF. (#12007)
33+
* Chart: Test `controller.minAvailable` & `controller.maxUnavailable`. (#12001)
34+
* Chart: Align default backend `PodDisruptionBudget`. (#11998)
35+
* Metrics: Fix namespace in `nginx_ingress_controller_ssl_expire_time_seconds`. (#11985)
36+
* Chart: Improve default backend service account. (#11973)
37+
* Go: Bump to v1.22.7. (#11969)
38+
* Images: Bump OpenTelemetry C++ Contrib. (#11950)
39+
* Docs: Add note about `--watch-namespace`. (#11948)
40+
* Images: Use latest Alpine 3.20 everywhere. (#11945)
41+
* Fix minor typos (#11940)
42+
* Chart: Implement `controller.admissionWebhooks.service.servicePort`. (#11933)
43+
* Tests: Bump `e2e-test-runner` to v20240829-2c421762. (#11920)
44+
* Images: Trigger `test-runner` build. (#11918)
45+
* Chart: Add tests for `PrometheusRule` & `ServiceMonitor`. (#11888)
46+
* Annotations: Allow commas in URLs. (#11886)
47+
* CI: Grant checks write permissions to E2E Test Report. (#11884)
48+
* Update maxmind post link about geolite2 license changes (#11880)
49+
* Go: Sync `go.work.sum`. (#11876)
50+
* Replace deprecated queue method (#11858)
51+
* Auto-generate annotation docs (#11835)
52+
53+
### Dependency updates:
54+
55+
* Bump the actions group with 3 updates (#12150)
56+
* Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#12108)
57+
* Bump the actions group with 3 updates (#12096)
58+
* Bump sigs.k8s.io/mdtoc from 1.1.0 to 1.4.0 (#12088)
59+
* Bump github.com/prometheus/common from 0.59.1 to 0.60.0 (#12086)
60+
* Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the go group across 1 directory (#12084)
61+
* Bump k8s.io/cli-runtime from 0.30.0 to 0.31.1 (#12082)
62+
* Bump github/codeql-action from 3.26.9 to 3.26.10 in the actions group (#12054)
63+
* Bump the go group across 1 directory with 3 updates (#12052)
64+
* Bump k8s.io/kube-aggregator from 0.29.3 to 0.31.1 in /images/kube-webhook-certgen/rootfs (#12048)
65+
* Bump k8s.io/apimachinery from 0.23.1 to 0.31.1 in /images/ext-auth-example-authsvc/rootfs (#12044)
66+
* Bump github.com/prometheus/client_golang from 1.11.1 to 1.20.4 in /images/custom-error-pages/rootfs (#12045)
67+
* Bump the all group with 2 updates (#12035)
68+
* Bump github/codeql-action from 3.26.7 to 3.26.8 in the all group (#12015)
69+
* Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#12013)
70+
* Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 in the all group (#12011)
71+
* Bump the all group with 2 updates (#11979)
72+
* Bump github/codeql-action from 3.26.6 to 3.26.7 in the all group (#11978)
73+
* Bump github.com/prometheus/common from 0.57.0 to 0.59.1 (#11960)
74+
* Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#11959)
75+
* Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 in the all group (#11956)
76+
* Bump github.com/opencontainers/runc from 1.1.13 to 1.1.14 (#11929)
77+
* Bump the all group with 2 updates (#11924)
78+
* Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 in the all group (#11912)
79+
* Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (#11907)
80+
* Bump github.com/prometheus/common from 0.55.0 to 0.57.0 (#11906)
81+
* Bump github/codeql-action from 3.26.5 to 3.26.6 in the all group (#11905)
82+
* Bump the all group with 2 updates (#11870)
83+
* Bump github/codeql-action from 3.26.2 to 3.26.5 in the all group (#11869)
84+
* Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (#11848)
85+
* Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.19.0 (#11847)
86+
* Bump dario.cat/mergo from 1.0.0 to 1.0.1 in the all group (#11846)
87+
* Bump k8s.io/component-base from 0.30.3 to 0.31.0 (#11841)
88+
* Bump github/codeql-action from 3.26.0 to 3.26.2 in the all group (#11833)
89+
90+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.10.4...controller-v1.10.5

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.10.4
3+
- Update Ingress-Nginx version controller-v1.10.5
44
artifacthub.io/prerelease: "false"
55
apiVersion: v2
6-
appVersion: 1.10.4
6+
appVersion: 1.10.5
77
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
88
load balancer
99
home: https://github.com/kubernetes/ingress-nginx
@@ -22,4 +22,4 @@ maintainers:
2222
name: ingress-nginx
2323
sources:
2424
- https://github.com/kubernetes/ingress-nginx
25-
version: 4.10.4
25+
version: 4.10.5

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.10.4](https://img.shields.io/badge/Version-4.10.4-informational?style=flat-square) ![AppVersion: 1.10.4](https://img.shields.io/badge/AppVersion-1.10.4-informational?style=flat-square)
5+
![Version: 4.10.5](https://img.shields.io/badge/Version-4.10.5-informational?style=flat-square) ![AppVersion: 1.10.5](https://img.shields.io/badge/AppVersion-1.10.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

@@ -317,16 +317,16 @@ As of version `1.26.0` of this chart, by simply not providing any clusterIP valu
317317
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
318318
| controller.image.allowPrivilegeEscalation | bool | `false` | |
319319
| controller.image.chroot | bool | `false` | |
320-
| controller.image.digest | string | `"sha256:505b9048c02dde3d6c8667bf0b52aba7b36adf7b03da34c47d5fa312d2d4c6fc"` | |
321-
| controller.image.digestChroot | string | `"sha256:bf71acf6e71830a4470e2183e3bc93c4f006b954f8a05fb434242ef0f8a24858"` | |
320+
| controller.image.digest | string | `"sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c"` | |
321+
| controller.image.digestChroot | string | `"sha256:030a43bdd5f0212a7e135cc4da76b15a6706ef65a6824eb4cc401f87a81c2987"` | |
322322
| controller.image.image | string | `"ingress-nginx/controller"` | |
323323
| controller.image.pullPolicy | string | `"IfNotPresent"` | |
324324
| controller.image.readOnlyRootFilesystem | bool | `false` | |
325325
| controller.image.registry | string | `"registry.k8s.io"` | |
326326
| controller.image.runAsNonRoot | bool | `true` | |
327327
| controller.image.runAsUser | int | `101` | |
328328
| controller.image.seccompProfile.type | string | `"RuntimeDefault"` | |
329-
| controller.image.tag | string | `"v1.10.4"` | |
329+
| controller.image.tag | string | `"v1.10.5"` | |
330330
| 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 |
331331
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
332332
| controller.ingressClassResource | object | `{"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.10.5
6+
7+
* Update Ingress-Nginx version controller-v1.10.5
8+
9+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.10.4...helm-chart-4.10.5

charts/ingress-nginx/values.yaml

Lines changed: 3 additions & 3 deletions
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.10.4"
30-
digest: sha256:505b9048c02dde3d6c8667bf0b52aba7b36adf7b03da34c47d5fa312d2d4c6fc
31-
digestChroot: sha256:bf71acf6e71830a4470e2183e3bc93c4f006b954f8a05fb434242ef0f8a24858
29+
tag: "v1.10.5"
30+
digest: sha256:c84d11b1f7bd14ebbf49918a7f0dc01b31c0c6e757e0129520ea93453096315c
31+
digestChroot: sha256:030a43bdd5f0212a7e135cc4da76b15a6706ef65a6824eb4cc401f87a81c2987
3232
pullPolicy: IfNotPresent
3333
runAsNonRoot: true
3434
# www-data -> uid 101

0 commit comments

Comments
 (0)