kong-app release v0.9.0

Updated

  • Upgraded architect-orb to 0.10.0
  • Add github workflows for release automation
  • Sync with upstream chart v1.8.0
  • Update busybox 1.31.0 -> 1.32.0

Improvements

From upstream CHANGELOG:

  • Update default Kong version to 2.1.
  • Update Kong Enterprise images to 1.5.0.4 (kong-enterprise-edition) and 2.0.4.2 (kong-enterprise-k8s).
  • Updated default controller version to 0.9.1. (#150)
  • Added support for ServiceMonitor targetLabels (for use with the Prometheus Operator). (#162)
  • Automatically handle the new port_maps setting for the proxy service. (#169)
  • Add support for hybrid mode deployments. (#160)

Fixed

  • Uses fix from upstream-branch next to resolve issue “CONTROLLER_ADMISSION_WEBHOOK_LISTEN” which overwrites our fix below.
    • Force cast to string for Admission Webhook port #59