You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/ingress-nginx/CHANGELOG.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,17 @@
1
1
# Changelog
2
2
3
-
### test
4
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).
5
4
5
+
### 4.4.0
6
+
7
+
* Adding support for disabling liveness and readiness probes to the Helm chart by @njegosrailic in https://github.com/kubernetes/ingress-nginx/pull/9238
8
+
* add:(admission-webhooks) ability to set securityContext by @ybelMekk in https://github.com/kubernetes/ingress-nginx/pull/9186
9
+
*#7652 - Updated Helm chart to use the fullname for the electionID if not specified. by @FutureMatt in https://github.com/kubernetes/ingress-nginx/pull/9133
10
+
* Rename controller-wehbooks-networkpolicy.yaml. by @Gacko in https://github.com/kubernetes/ingress-nginx/pull/9123
11
+
6
12
### 4.3.0
7
13
- Support for Kubernetes v.1.25.0 was added and support for endpoint slices
8
-
- Support for Kubernetes v1.20.0 was removed
14
+
- Support for Kubernetes v1.20.0 and v1.21.0 was removed
9
15
-[8890](https://github.com/kubernetes/ingress-nginx/pull/8890) migrate to endpointslices
10
16
-[9059](https://github.com/kubernetes/ingress-nginx/pull/9059) kubewebhookcertgen sha change after go1191
11
17
-[9046](https://github.com/kubernetes/ingress-nginx/pull/9046) Parameterize metrics port name
Copy file name to clipboardexpand all lines: charts/ingress-nginx/README.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[ingress-nginx](https://github.com/kubernetes/ingress-nginx) Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
| controller.dnsConfig | object | `{}` | Optionally customize the pod dnsConfig. |
293
295
| controller.dnsPolicy | string | `"ClusterFirst"` | Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'. By default, while using host network, name resolution uses the host's DNS. If you wish nginx-controller to keep resolving names inside the k8s network, use ClusterFirstWithHostNet. |
294
-
| controller.electionID | string | `"ingress-controller-leader"` | Election ID to use for status update |
296
+
| controller.electionID | string | `""` | Election ID to use for status update, by default it uses the controller name combined with a suffix of 'leader' |
295
297
| controller.enableMimalloc | bool | `true` | Enable mimalloc as a drop-in replacement for malloc. # ref: https://github.com/microsoft/mimalloc # |
296
298
| controller.existingPsp | string | `""` | Use an existing PSP instead of creating one |
297
299
| controller.extraArgs | object | `{}` | Additional command line arguments to pass to nginx-ingress-controller E.g. to specify the default SSL certificate you can use |
@@ -310,13 +312,13 @@ Kubernetes: `>=1.20.0-0`
310
312
| controller.hostname | object | `{}` | Optionally customize the pod hostname. |
| 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 |
321
323
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
322
324
| controller.ingressClassResource.controllerValue | string | `"k8s.io/ingress-nginx"` | Controller-value of the controller that is processing this ingressClass |
0 commit comments