-
Notifications
You must be signed in to change notification settings - Fork 154
Comparing changes
Open a pull request
base repository: nginx/nginx-gateway-fabric
base: v2.2.0
head repository: nginx/nginx-gateway-fabric
compare: v2.2.1
- 13 commits
- 71 files changed
- 8 contributors
Commits on Oct 25, 2025
-
Fix production pipeline (#4148) (#4164)
* Fix production pipeline and simplify helm publish logic
Configuration menu - View commit details
-
Copy full SHA for 9faa568 - Browse repository at this point
Copy the full SHA 9faa568View commit details
Commits on Oct 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6d58c4b - Browse repository at this point
Copy the full SHA 6d58c4bView commit details
Commits on Oct 29, 2025
-
Make endpoint picker connection flags configurable (#4105) (#4189)
Problem: User should be able to configure Endpoint picker connection flags Solution: Adds command line support for endpoint picker flags
Configuration menu - View commit details
-
Copy full SHA for eeaaedb - Browse repository at this point
Copy the full SHA eeaaedbView commit details
Commits on Nov 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bd30d48 - Browse repository at this point
Copy the full SHA bd30d48View commit details
Commits on Nov 10, 2025
-
Fix HPA race condition by reading deployment replicas instead of HPA …
…status (#4214) (#4239) When HPA is enabled, read the current Deployment.Spec.Replicas directly instead of HPA.Status.DesiredReplicas, which is eventually consistent and lags behind deployment changes. This prevents the controller from overwriting HPA's replica count with stale values, eliminating pod churn and connection drops. Fixes race condition where HPA scales down → NGF reads stale HPA status → NGF overwrites deployment with old replica count → pods restart.
Configuration menu - View commit details
-
Copy full SHA for b3fdc43 - Browse repository at this point
Copy the full SHA b3fdc43View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7af3a5 - Browse repository at this point
Copy the full SHA e7af3a5View commit details -
Fix bug where user mounted files were being removed by agent (#4178) (#…
…4246) 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 unmanaged so nginx agent doesn't remove them. To do so we use agent's UpdateOverview function to get all files referenced in the nginx conf. We compare that with the user added volumeMounts and mark any files that were user mounted as unmanaged, ensuring nginx agent doesn't remove them. Testing: Added unit tests and manual testing.
Configuration menu - View commit details
-
Copy full SHA for 59fd539 - Browse repository at this point
Copy the full SHA 59fd539View commit details
Commits on Nov 11, 2025
-
Allow HPA to work when Inference is enabled (#4247) (#4248)
Problem: When the Inference Extension was enabled, the additional container was not given resource specifications, which prevented the HPA from working. Solution: Add the resource specifications from the NGINX container to the inference container.
Configuration menu - View commit details
-
Copy full SHA for 35c0d7c - Browse repository at this point
Copy the full SHA 35c0d7cView commit details
Commits on Nov 12, 2025
-
Update redhat/ubi9-minimal Docker tag to v9.7-1762180032 (#4268) (#4271)
| datasource | package | from | to | | ---------- | ------------------- | ---- | -------------- | | docker | redhat/ubi9-minimal | 9.6 | 9.7-1762180032 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fbea6f1 - Browse repository at this point
Copy the full SHA fbea6f1View commit details -
Update dependency nginx/agent to v3.5.0 (#4267) (#4272)
| datasource | package | from | to | | ----------- | ----------- | ------ | ------ | | github-tags | nginx/agent | v3.4.2 | v3.5.0 | * Update README and go.mod * Update tests go.mod * Fix incompatibility --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fbb53f3 - Browse repository at this point
Copy the full SHA fbb53f3View commit details
Commits on Nov 13, 2025
-
Update quay.io/operator-framework/helm-operator Docker tag to v1.42.0 (…
…#4279) (#4281) | datasource | package | from | to | | ---------- | ---------------------------------------- | ------- | ------- | | docker | quay.io/operator-framework/helm-operator | v1.41.1 | v1.42.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de35707 - Browse repository at this point
Copy the full SHA de35707View commit details -
Allow disabling cert-generator with a Helm value (#4186) (#4280)
Problem: Need to allow disabling cert-generator with a Helm value. Solution: Allow disabling cert-generator with a Helm value. Testing: Allow disabling cert-generator with a Helm value. Co-authored-by: Fabian Bao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0a6ed2 - Browse repository at this point
Copy the full SHA c0a6ed2View commit details -
Co-authored-by: nginx-bot <[email protected]> Co-authored-by: Saylor Berman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e464c7 - Browse repository at this point
Copy the full SHA 5e464c7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.0...v2.2.1