Skip to content

0.11.0

Latest
Compare
Choose a tag to compare
@korifi-bot korifi-bot released this 24 Jan 09:38

What's Changed

  • Korifi ingress (both api and workloads) is now leveraging the Gateway API.
    • This means that it is now possible to deploy Korifi against any Gateway API compatible ingress controller.
    • The api.expose and contourRouter.include helm values have become redundant so they are removed from the chart.
  • The VCAP_APPLICATION env var attributes now include uris and application_uris. Thanks @szeort

⚠️ Warning

  • Enabling the Gateway API in Contour requires a restart of the Contour deployment. This causes a short period of downtime for the Korifi API and workloads. Once Contour is up and running all existing applications will imediately be reachable on the same routes.
  • Contour supports the Gateway API since v1.22.0
  • Websocket support in Contour's Gateway API mode is available since Contour v1.26. It is possible to use older Contour versions, but websockets won't work.

🚨 Breaking changes

  • A new required networking.gatewayClass helm value has been introduced to the chart as part of enabling the Gateway API

Full Changelog: v0.10.0...v0.11.0

⚒️ Ready to try it? See the install instructions!