Skip to content

Releases: nginxinc/nginx-gateway-fabric

v1.2.0

21 Mar 15:46
d8c6779
Compare
Choose a tag to compare

Below is the auto-generated changelog, which includes all PRs that went into the release.
For a shorter version that highlights only important changes, see CHANGELOG.md.

What's Changed

🚀 Features

🐛 Bug Fixes

📦 Helm Chart

📝 Documentation

46 changes

🧪 Tests

🧹 Tech debt

  • Namespace resources are...
Read more

v1.1.0

14 Dec 20:01
4e3d9c4
Compare
Choose a tag to compare

Below is the auto-generated changelog, which includes all PRs that went into the release.
For a shorter version that highlights only important changes, see CHANGELOG.md.

What's Changed

🚀 Features

🐛 Bug Fixes

📦 Helm Chart

📝 Documentation

24 changes

🔨 Maintenance

⬆️ Dependencies

43 changes
Read more

v1.0.0

24 Oct 18:38
55b1738
Compare
Choose a tag to compare

Below is the auto-generated changelog, which includes all PRs that went into the release.
For a shorter version that highlights only important changes, see CHANGELOG.md.

What's Changed

🚀 Features

💣 Breaking Changes

🐛 Bug Fixes

📝 Documentation

🧹 Tech debt

  • Refactor codebase to use inline error checking by @bjee19 in #1026
  • Replace unit test assertions with Gomega matchers by @bjee19 in #1046

🔨 Maintenance

⬆️ Dependencies

54 changes
Read more

v0.6.0

31 Aug 16:32
803e6d6
Compare
Choose a tag to compare

Below is the auto-generated changelog, which includes all PRs that went into the release.
For a shorter version that highlights only important changes, see CHANGELOG.md.

What's Changed

🚀 Features

🐛 Bug Fixes

📝 Documentation

23 changes

🧹 Tech debt

  • Remove Gateway API types from Configuration-related types in dataplane package by @pleshakov in #976
  • Refactor codebase using generic GetPointer function by @bjee19 in #1006

🔨 Maintenance

⬆️ Dependencies

41 changes
Read more

v0.5.0

17 Jul 17:43
ee98ac4
Compare
Choose a tag to compare

Below is the auto-generated changelog, which includes all PRs that went into the release.
For a shorter version that highlights only important changes, see CHANGELOG.md.

What's Changed

🚀 Features

🐛 Bug Fixes

  • Add logic for defining port in redirect based on scheme by @ciarams87 in #801
  • Skip conformance tests on tags by @ciarams87 in #819
  • Set proxy host header to the exact value of the request host header by @kate-osborn in #827
  • Ensure Prefix matching requires trailing slash by @sjberman in #817

📝 Documentation

🔨 Maintenance

⬆️ Dependencies

Full Changelog: v0.4.0...v0.5.0

v0.4.0

06 Jul 18:48
Compare
Choose a tag to compare

Below is the auto-generated changelog, which includes all PRs that went into the release.
For a shorter version that highlights only important changes, see CHANGELOG.md.

What's Changed

🚀 Features

🐛 Bug Fixes

📝 Documentation

🧹 Tech debt

🔨 Maintenance

⬆️ Dependencies

41 changes
Read more

v0.3.0

24 Apr 19:00
Compare
Choose a tag to compare

Below is the auto-generated changelog, which includes all PRs that went into the release. For a shorter version that highlights only important changes, see https://github.com/nginxinc/nginx-kubernetes-gateway/blob/v0.3.0/CHANGELOG.md#release-030

What's Changed

🚀 Features

  • Make NGINX error log visible in NGINX container logs by @pleshakov in #319
  • Support NoMatchingListenerHostname reason in HTTPRoute status by @pleshakov in #290
  • Always generate a root "/" location block in NGINX config to handle unmatched requests with 404 response by @kate-osborn in #356
  • Run webhook validation rules inside NKG control plane by @pleshakov in #388
  • Implement NKG-specific field validation for Gateways by @pleshakov in #407
  • Implement NKG-specific field validation for HTTPRoutes by @pleshakov in #455
  • Implement NKG-specific field validation for GatewayClasses by @pleshakov in #495
  • Remove redundant warnings by @pleshakov in #502
  • Improve Gateway validation error messages by @pleshakov in #503
  • Report proper Conditions in status of HTTPRoute and Gateway when GatewayClass is invalid or doesn't exist by @pleshakov in #576

🐛 Bug Fixes

📝 Documentation

🧹 Tech debt

🔨 Maintenance

⬆️ Dependencies

Details
  • Bump anchore/sbom-action from 0.12.0 to 0.13.0 by @dependabot in #286
  • Bump aquasecurity/trivy-action from 0.7.1 to 0.8.0 by @dependabot in #288
  • Bump github.com/onsi/gomega from 1.22.1 to 1.24.0 by @dependabot in #289
  • Bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.13.1 by @dependabot in #291
  • Bump anchore/sbom-action from 0.13.0 to 0.13.1 by @dependabot in #293
  • Bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0 by @dependabot in #298
  • Bump chai from 4.3.6 to 4.3.7 in /internal/nginx/modules by @dependabot in #297
  • Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 by @dependabot in #300
  • Bump k8s.io/client-go from 0.25.3 to 0.25.4 by @dependabot in #304
  • Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in #301
  • Bump minimatch from 3.0.4 to 3.1.2 in /internal/nginx/modules by @dependabot in #310
  • Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 by @dependabot in #311
  • Bump prettier from 2.7.1 to 2.8.0 in /internal/nginx/modules by @dependabot in #313
  • Bump alpine from 3.16 to 3.17 in /build by @dependabot in #314
  • Bump actions/setup-go from 3.3.1 to 3.4.0 by @dependabot in #317
  • Bump github/codeql-action from 2.1.33 to 2.1.35 by @dependabot in #318
  • Bump prettier from 2.8.0 to 2.8.1 in /internal/nginx/modules by @dependabot in #321
  • Bump mocha from 10.1.0 to 10.2.0 in /internal/nginx/modules by @dependabot in #326
  • Bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0 by @dependabot in #327
  • Bump github/codeql-action from 2.1.35 to 2.1.36 by @dependabot in #322
  • Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 by @dependabot in #330
  • Bump actions/setup-go from 3.4.0 to 3.5.0 by @dependabot in #329
  • Bump github/codeql-action from 2.1.36 to 2.1.37 by @dependabot in #332
  • Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #331
  • Bump ossf/scorecard-action from 2.0.6 to 2.1.0 by @dependabot in #333
  • Bump github.com/onsi/gomega from 1.24.1 to 1.24.2 by @dependabot in #334
  • Bump sigs.k8s.io/controller-runtime from 0.13.1 to 0.14.0 by @dependabot in #335
  • Bump ossf/scorecard-action from 2.1.0 to ...
Read more

v0.2.0

25 Oct 16:38
v0.2.0
39ecea0
Compare
Choose a tag to compare

Below is the auto-generated changelog, which includes all PRs that went into the release. For a shorter version that highlights only important changes, see https://github.com/nginxinc/nginx-kubernetes-gateway/blob/v0.2.0/CHANGELOG.md#release-020

What's Changed

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

⬆️ Dependencies

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Aug 20:25
v0.1.0
d0d604b
Compare
Choose a tag to compare

Below is the auto-generated changelog, which includes all PRs that went into the release. For a shorter version, see https://github.com/nginxinc/nginx-kubernetes-gateway/blob/v0.1.0/CHANGELOG.md#release-010

What's Changed

🚀 Features

🐛 Bug Fixes

  • Generate a default SSL server for select HTTPS listener hostname by @kate-osborn in #173

📝 Documentation

🔨 Maintenance

⬆️ Dependencies

  • Bump aquasecurity/trivy-action from 0.0.21 to 0.1.0 by @dependabot in #10
  • Bump k8s.io/apimachinery from 0.22.2 to 0.22.4 by @dependabot in #11
  • Bump sigs.k8s.io/controller-tools from 0.6.2 to 0.7.0 by @dependabot in #12
  • Bump k8s.io/client-go from 0.22.2 to 0.22.4 by @dependabot in #13
  • Bump sigs.k8s.io/controller-runtime from 0.10.2 to 0.10.3 by @dependabot in #14
  • Bump k8s.io/code-generator from 0.22.2 to 0.22.4 by @dependabot in #15
  • Bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #16
  • Bump aquasecurity/trivy-action from 0.1.0 to 0.2.0 by @dependabot in #18
  • Bump github.com/go-logr/logr from 0.4.0 to 1.2.0 by @dependabot in #17
  • Bump aquasecurity/trivy-action from 0.2.0 to 0.2.2 by @dependabot in #55
  • Bump golang from 1.17 to 1.18.0 in /build by @dependabot in #69
  • Bump k8s.io/code-generator from 0.22.4 to 0.23.5 by @dependabot in #70
  • Bump github.com/go-logr/logr from 1.2.0 to 1.2.3 by @dependabot in #72
  • Bump actions/cache from 2.1.7 to 3 by @dependabot in #73
  • Bump k8s.io/client-go from 0.23.0-alpha.3 to 0.24.0-alpha.4 by @dependabot in #74
  • Bump github.com/onsi/ginkgo/v2 from 2.1.1 to 2.1.3 by @dependabot in #79
  • Bump sigs.k8s.io/controller-runtime from 0.11.0-beta.0 to 0.11.1 by @dependabot in #80
  • Bump actions/checkout from 2 to 3 by @dependabot in #67
  • Bump sigs.k8s.io/gateway-api from 0.4.0 to 0.4.2 by @dependabot in #85
  • Bump github.com/onsi/gomega from 1.17.0 to 1.19.0 by @dependabot in #78
  • Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 by @dependabot in #84
  • Bump sigs.k8s.io/controller-tools from 0.7.0 to 0.8.0 by @dependabot in #83
  • Bump github.com/ma...
Read more