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
- Submit GitHub issues for any feature enhancements, bugs or documentation problems.
81
+
- Submit GitHub issues for any feature enhancements, bugs or documentation problems.
81
82
- Please make sure to read the [Issue Reporting Checklist](https://github.com/kubernetes/ingress-nginx/blob/main/CONTRIBUTING.md#issue-reporting-guidelines) before opening an issue. Issues not conforming to the guidelines **may be closed immediately**.
- Join the [#ingress-nginx-users](https://kubernetes.slack.com/messages/CANQGM8BA/) channel inside the [Kubernetes Slack](http://slack.kubernetes.io/) to ask questions or get support from the maintainers and other users.
86
87
- The [GitHub issues](https://github.com/kubernetes/ingress-nginx/issues) in the repository are **exclusively** for bug reports and feature requests.
87
88
-**Discuss**: Tweet using the `#IngressNginx` hashtag or sharing with us [@IngressNginx](https://twitter.com/IngressNGINX).
* netlify: Only trigger preview when there are changes in docs. (#10144)
12
+
* changed to updated baseimage and reverted tag (#10143)
13
+
* Fix loadBalancerClass value (#10139)
14
+
* Added a doc line to the missing helm value service.internal.loadBalancerIP (#9406)
15
+
* Set grpc :authority header from request header (#8912)
16
+
* bump pinned golang to 1.20.5 (#10127)
17
+
* update test runner (#10125)
18
+
* chore: remove echo from snippet tests (#10110)
19
+
* Update typo in docs for lb scheme (#10117)
20
+
* golang 1.20.5 bump (#10120)
21
+
* feat(helm): Add loadBalancerClass (#9562)
22
+
* chore: remove echo friom canary tests (#10089)
23
+
* fix: obsolete warnings (#10029)
24
+
* docs: change Dockefile url ref main (#10087)
25
+
* Revert "Remove fastcgi feature" (#10081)
26
+
* docs: add netlify configuration (#10073)
27
+
* add distroless otel init (#10035)
28
+
* chore: move httpbun to be part of framework (#9955)
29
+
* Remove fastcgi feature (#9864)
30
+
* Fix mirror-target values without path separator and port (#9889)
31
+
* Adding feature to upgrade Oracle Cloud Infrastructure's Flexible Load Balancer and adjusting Health Check that were critical in the previous configuration (#9961)
32
+
* add support for keda fallback settings (#9993)
33
+
* unnecessary use of fmt.Sprint (S1039) (#10049)
34
+
* chore: pkg imported more than once (#10048)
35
+
* tracing: upgrade to dd-opentracing-cpp v1.3.7 (#10031)
36
+
* fix: add canary to sidebar in examples (#10068)
37
+
* docs: add lua testing documentation (#10060)
38
+
* docs: canary weighted deployments example (#10067)
| 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 |
324
324
| controller.ingressClassByName | bool | `false` | Process IngressClass per name (additionally as per spec.controller). |
325
325
| controller.ingressClassResource.controllerValue | string | `"k8s.io/ingress-nginx"` | Controller-value of the controller that is processing this ingressClass |
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.7.1
6
+
7
+
* Added a doc line to the missing helm value service.internal.loadBalancerIP (#9406)
# -- Annotations are mandatory for the load balancer to come up. Varies with the cloud service.
480
480
annotations: {}
481
-
482
481
# -- Used by cloud providers to connect the resulting internal LoadBalancer to a pre-existing static IP. Make sure to add to the service the needed annotation to specify the subnet which the static IP belongs to. For instance, `networking.gke.io/internal-load-balancer-subnet` for GCP and `service.beta.kubernetes.io/aws-load-balancer-subnets` for AWS.
483
482
loadBalancerIP: ""
484
-
485
483
# -- Restrict access For LoadBalancer service. Defaults to 0.0.0.0/0.
486
484
loadBalancerSourceRanges: []
487
485
## Set external traffic policy to: "Local" to preserve source IP on
0 commit comments