Skip to content

Commit 0e47bfb

Browse files
committed
release 1.9.5 docs
Signed-off-by: James Strong <strong.james.e@gmail.com>
1 parent 9db2eb9 commit 0e47bfb

File tree

17 files changed

+497
-718
lines changed

17 files changed

+497
-718
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,16 @@ the versions listed. Ingress-Nginx versions **may** work on older versions, but
3838

3939
| Supported | Ingress-NGINX version | k8s supported version | Alpine Version | Nginx Version | Helm Chart Version |
4040
|:--:|-----------------------|------------------------------|----------------|---------------|------------------------------|
41-
| 🔄 | **v1.9.4** | 1.28, 1.27,1.26, 1.25 | 3.18.4 | 1.21.6 | 4.8.3* |
42-
| 🔄 | **v1.9.3** | 1.28, 1.27,1.26, 1.25 | 3.18.4 | 1.21.6 | 4.8.* |
43-
| 🔄 | **v1.9.1** | 1.28, 1.27,1.26, 1.25 | 3.18.4 | 1.21.6 | 4.8.* |
44-
| 🔄 | **v1.9.0** | 1.28, 1.27,1.26, 1.25 | 3.18.2 | 1.21.6 | 4.8.* |
45-
| 🔄 | **v1.8.4** | 1.27,1.26, 1.25, 1.24 | 3.18.2 | 1.21.6 | 4.7.* |
46-
| 🔄 | **v1.8.2** | 1.27,1.26, 1.25, 1.24 | 3.18.2 | 1.21.6 | 4.7.* |
47-
| 🔄 | **v1.8.1** | 1.27,1.26, 1.25, 1.24 | 3.18.2 | 1.21.6 | 4.7.* |
48-
| 🔄 | **v1.8.0** | 1.27,1.26, 1.25, 1.24 | 3.18.0 | 1.21.6 | 4.7.* |
49-
| 🔄 | **v1.7.1** | 1.27,1.26, 1.25, 1.24 | 3.17.2 | 1.21.6 | 4.6.* |
41+
| 🔄 | **v1.9.5** | 1.28, 1.27, 1.26, 1.25 | 3.18.4 | 1.21.6 | 4.9.0* |
42+
| 🔄 | **v1.9.4** | 1.28, 1.27, 1.26, 1.25 | 3.18.4 | 1.21.6 | 4.8.3 |
43+
| 🔄 | **v1.9.3** | 1.28, 1.27, 1.26, 1.25 | 3.18.4 | 1.21.6 | 4.8.* |
44+
| 🔄 | **v1.9.1** | 1.28, 1.27, 1.26, 1.25 | 3.18.4 | 1.21.6 | 4.8.* |
45+
| 🔄 | **v1.9.0** | 1.28, 1.27, 1.26, 1.25 | 3.18.2 | 1.21.6 | 4.8.* |
46+
| 🔄 | **v1.8.4** | 1.27, 1.26, 1.25, 1.24 | 3.18.2 | 1.21.6 | 4.7.* |
47+
| 🔄 | **v1.8.2** | 1.27, 1.26, 1.25, 1.24 | 3.18.2 | 1.21.6 | 4.7.* |
48+
| 🔄 | **v1.8.1** | 1.27, 1.26, 1.25, 1.24 | 3.18.2 | 1.21.6 | 4.7.* |
49+
| 🔄 | **v1.8.0** | 1.27, 1.26, 1.25, 1.24 | 3.18.0 | 1.21.6 | 4.7.* |
50+
| 🔄 | **v1.7.1** | 1.27, 1.26, 1.25, 1.24 | 3.17.2 | 1.21.6 | 4.6.* |
5051
| 🔄 | **v1.7.0** | 1.26, 1.25, 1.24 | 3.17.2 | 1.21.6 | 4.6.* |
5152
| | v1.6.4 | 1.26, 1.25, 1.24, 1.23 | 3.17.0 | 1.21.6 | 4.5.* |
5253
| | v1.5.1 | 1.25, 1.24, 1.23 | 3.16.2 | 1.21.6 | 4.4.* |

changelog/controller-1.9.5.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
### controller-v1.9.5
4+
5+
Images:
6+
7+
* registry.k8s.io/ingress-nginx/controller:v1.9.5@sha256:b3aba22b1da80e7acfc52b115cae1d4c687172cbf2b742d5b502419c25ff340e
8+
* registry.k8s.io/ingress-nginx/controller-chroot:v1.9.5@sha256:9a8d7b25a846a6461cd044b9aea9cf6cad972bcf2e64d9fd246c0279979aad2d
9+
10+
### All changes:
11+
12+
* update nginx build (#10781)
13+
* update images from golang upgrade (#10762)
14+
* fix: remove tcpproxy copy error handling (#10715)
15+
* Ignore fake certificate for NGINXCertificateExpiry (#10694)
16+
* Comment NGINXCertificateExpiry alert label matcher (#10692)
17+
* chart: allow setting allocateLoadBalancerNodePorts (#10693)
18+
* [release-1.9] feat(helm): add documentation about metric args (#10695)
19+
* chore(dep): change lua-resty-cookie's repo (#10691)
20+
* annotation validation - extended URLWithNginxVariableRegex from alphaNumericChars to extendedAlphaNumeric (#10656)
21+
* fix: adjust unfulfillable validation check for session-cookie-samesite annotation (#10604)
22+
* fix: Validate x-forwarded-prefix annotation with RegexPathWithCapture (#10603)
23+
* Increase HSTS max-age to default to one year (#10580)
24+
* [release-1.9] update nginx base, httpbun, e2e, helm webhook cert gen (#10507)
25+
* [release-1.9] add upstream patch for CVE-2023-44487 (#10499)
26+
* fix brotli build issues (#10468)
27+
* upgrade owasp modsecurity core rule set to v3.3.5 (#10437)
28+
* Accept backend protocol on any case (#10461)
29+
* Chart: Rework network policies. (#10438)
30+
* Rework mage (#10418)
31+
32+
### Dependency updates:
33+
34+
* Bump x/net (#10517)
35+
* Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (#10436)
36+
37+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/controller-v1.9.4...controller-v1.9.5

charts/ingress-nginx/Chart.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
annotations:
22
artifacthub.io/changes: |-
3-
- "Update Ingress-Nginx version controller-v1.9.4"
3+
- "Add controller.metrics.serviceMonitor.annotations in Helm chart"
4+
- "fix(labels): use complete labels variable on default-backend deployment"
5+
- "chart: allow setting allocateLoadBalancerNodePorts (#10693)"
6+
- "[release-1.9] feat(helm): add documentation about metric args (#10695)"
7+
- "Update Ingress-Nginx version controller-v1.9.5"
48
artifacthub.io/prerelease: "false"
59
apiVersion: v2
6-
appVersion: 1.9.4
10+
appVersion: 1.9.5
711
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and
812
load balancer
913
home: https://github.com/kubernetes/ingress-nginx
@@ -19,4 +23,4 @@ maintainers:
1923
name: ingress-nginx
2024
sources:
2125
- https://github.com/kubernetes/ingress-nginx
22-
version: 4.8.3
26+
version: 4.9.0

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.8.3](https://img.shields.io/badge/Version-4.8.3-informational?style=flat-square) ![AppVersion: 1.9.4](https://img.shields.io/badge/AppVersion-1.9.4-informational?style=flat-square)
5+
![Version: 4.9.0](https://img.shields.io/badge/Version-4.9.0-informational?style=flat-square) ![AppVersion: 1.9.5](https://img.shields.io/badge/AppVersion-1.9.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:5b161f051d017e55d358435f295f5e9a297e66158f136321d9b04520ec6c48a3"` | |
321-
| controller.image.digestChroot | string | `"sha256:5976b1067cfbca8a21d0ba53d71f83543a73316a61ea7f7e436d6cf84ddf9b26"` | |
320+
| controller.image.digest | string | `"sha256:b3aba22b1da80e7acfc52b115cae1d4c687172cbf2b742d5b502419c25ff340e"` | |
321+
| controller.image.digestChroot | string | `"sha256:9a8d7b25a846a6461cd044b9aea9cf6cad972bcf2e64d9fd246c0279979aad2d"` | |
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.9.4"` | |
329+
| controller.image.tag | string | `"v1.9.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.controllerValue | string | `"k8s.io/ingress-nginx"` | Controller-value of the controller that is processing this ingressClass |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.9.0
6+
7+
* - "Add controller.metrics.serviceMonitor.annotations in Helm chart"
8+
* - "fix(labels): use complete labels variable on default-backend deployment"
9+
* - "chart: allow setting allocateLoadBalancerNodePorts (#10693)"
10+
* - "[release-1.9] feat(helm): add documentation about metric args (#10695)"
11+
* - "Update Ingress-Nginx version controller-v1.9.5"
12+
13+
**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.8.3...helm-chart-4.9.0

0 commit comments

Comments
 (0)