nginx-gateway-fabric
nginx-gateway-fabric copied to clipboard
NGINX Gateway Fabric provides an implementation for the Gateway API using NGINX as the data plane.
As an application developer using NGF, I want to route all requests in a given session to the same upstream server, so that requests do not get sent to other...
**Describe the bug** The node debugger job that we use to restart NGF containers in the graceful recovery test errors. Because it errors it will be restarted by k8s until...
### Overview When accessing the NGINX Plus API endpoint, UBI base images for NGF will show this error log ```bash [error] 37#37: *9 open() "/etc/nginx/html/api" failed (2: No such file...
### Proposed changes Problem: When routing to an ExternalName service alongside internal services in the same HTTPRoute, NGF incorrectly sets the Host header to the Gateway's hostname instead of the...
When routing to an ExternalName service alongside internal services in the same HTTPRoute, NGF incorrectly sets the Host header to the Gateway's hostname instead of the external service's hostname, causing...
### Proposed changes Allow disabling cert-generator with a Helm value Closes #4173 ### Checklist Before creating a PR, run through this checklist and mark each as complete. - [x] I...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | nginx | final | patch | `1.29.2-alpine-otel` -> `1.29.3-alpine-otel` | --- ### Configuration...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/prometheus/common](https://redirect.github.com/prometheus/common) | `v0.67.1` -> `v0.67.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release...
### Proposed changes Problem: NGINX Gateway Fabric's provisioner removes all annotations during service reconciliation that aren't explicitly managed by NGF. This causes conflicts with external controllers that need to add...
### Proposed changes Fix bug where user mounted files were being removed by agent. Problem: User mounted files are being removed by nginx agent. Solution: Mark user mounted files as...