Skip to content

v1.17.0-beta22

Compare
Choose a tag to compare
@sam-heilbron sam-heilbron released this 17 Apr 00:28
· 27 commits to main since this release
00b9dc7

Dependency Bumps

  • onsi/ginkgo/v2 has been upgraded to v2.17.0.
  • onsi/gomega has been upgraded to v1.30.0.
  • golang.org/x/crypto has been upgraded to v0.18.0.
  • golang.org/x/sync has been upgraded to v0.6.0.
  • golang.org/x/tools has been upgraded to v0.17.0.

New Features

  • Introduce VirtualHostOption plugin for the Kubernetes Gateway API integration. This plugin will honor VirtualHostOption resources and when translating K8s Gateway resources and apply their contents to the appropriate sections of the final proxy object. (solo-io/solo-projects#6002)

Fixes

  • Fix controller plumbing to watch for and reconcile changes to VirtualHostOption resources in the Kubernetes Gateway controller (solo-io/solo-projects#6002)