Skip to content

Release cluedin-3.2.2-beta.37

Compare
Choose a tag to compare
@dervalp dervalp released this 21 Apr 15:34

Features

  • Enabled CluedIn.Controller support for cluster administration
  • Added secret for AuditLog db
  • Roles feature is now enabled by default
  • RabbitMQ upgraded to v3.8 (prev 3.7)
  • RabbitMQ now uses Bitnami sub-chart
  • NOTES.txt has been re-worked
  • OpenRefine has been moved to its own sub-chart. (Remember to run helm dep up to see changes reflected)
  • FUTURE USE: Global section added to values, this is so some common values can be shared between sub-charts.

Breaking Changes

  • Moved to Helm3 (so install behaviour will have changed slightly)
  • dns.prefix - No longer uses ReleaseName + option none has been removed. If you need a prefix then specify it in the values.
  • RabbitMQ support for Azure has changed (using official Bitnami chart).
    Options are :
    1. You can create an Azure PVC + then use the persistence.existingClaim field to link the data directory to it.
    2. You can also use extraVolumeMounts + extraVolumes to configure specific mounts.
      You have to set persistence.enabled to false so that it doesn't generate a PVC for data.
    extraVolumes:
      - name: data
        azureDisk:
          kind: Managed
          diskName: RABBITMQ_DISK_NAME
          diskURI: RABBITMQ_DISK_URI
    • Move dns.hostname => global.dns.hostname
    • Move dns.prefix => global.dns.prefix
    • Move ingress.forceHttps => global.ingress.forceHttps