Skip to content

Release cluedin-3.2.3

Compare
Choose a tag to compare
@dervalp dervalp released this 17 Jun 16:47

Breaking Changes

  • Minimum supported Kubernetes version is now v1.18 (from v1.16)

Fixes

  • Fix NGINX Ingress configuration - When nginxConfiguration.enabled is set to true, it will now create two ingresses. One for the services that proxy through GQL and another for the mapped services that need a customized rewrite rule.
  • Added nodeSelector, tolerations and affinity to all cluedin services.
  • RabbitMQ username + password passed to all connection strings correctly.
  • Wait + Bootstrap container locations are now configurable through values.yaml
  • All ingress API versions moved to networking.k8s.io/v1beta1 as extensions/v1beta1 is deprecated.