ingress-nginx-app release v2.20.0

Added

  • Templates: Add controller.admissionWebhooks.patch.labels. (#360)
  • Templates: Add controller.admissionWebhooks.annotations. (#362)
  • Webhook: Add labels & selectors. (#364)
  • Templates: Add controller.admissionWebhooks.existingPsp. (#365)
  • Webhook: Align values & functions. (#366)
    • Webhook: Rename & align NetworkPolicy.
    • Helpers: Add ingress-nginx.controller.fullname.
    • Webhook: Add controller.admissionWebhooks.extraEnvs.
    • Webhook: Add controller.admissionWebhooks.createSecretJob.resources.
    • Webhook: Add controller.admissionWebhooks.patchWebhookJob.resources.
    • Webhook: Add controller.admissionWebhooks.patch.securityContext.

Changed

  • Helpers: Rename resource.default.name to ingress-nginx.fullname. (#356)
  • Repository: Rename master to main. (#357)
  • Helpers: Rename labels.common to ingress-nginx.labels. (#358)
  • Templates: Align hook annotations, namespaces & indention. (#359, #361)
  • Templates: Align ValidatingWebhookConfiguration. (#363)
  • Webhook: Align values & functions. (#366)
    • Webhook: Disable privilege escalation.
    • Webhook: Align image concatenation.
    • Webhook: Align values.yaml.

Removed

  • Webhook: Align values & functions. (#366)
    • Webhook: Remove controller.admissionWebhooks.patch.backoffLimit.
      backoffLimit was set to the default value of 6 all the time anyway, so we remove it to ease future upstream alignments.
  • Revert ‘Add support to create internal Load Balancers on GCP.’. (#367)