Skip to content

Releases: CluedIn-io/Charts

Release cluedin-platform-1.5.1

30 Jun 17:39
Compare
Choose a tag to compare

Features

  • [cluedin-application] Removed webapi deployment from helm charts
  • [cluedin-application] Added priority class for pod eviction policy
  • [cluedin-application] Updated pod anti-affinity for auto-scaling

Fixes

Release cluedin-platform-1.5.0

27 Apr 13:15
Compare
Choose a tag to compare

Features

  • [cluedin-developer] New (internal) cluedin-developer chart added. To aid internal deployment tasks.
  • [cluedin-infrastructure] Updated CluedIn ACR images for third-party charts

Fixes

  • [cluedin-application] Added new stream table connection string (STREAMS_COMMON_SQLCACHECONNECTIONSTRING) for DataLake connector support

Release cluedin-platform-1.4.2

20 Dec 09:56
Compare
Choose a tag to compare

Fixes

  • [openrefine] Set strategy to Recreate as it has a PVC and can cause multi-attach issues on Azure.

Release cluedin-platform-1.4.1

11 Nov 09:47
Compare
Choose a tag to compare

Fixes

  • [neo4j] Allow container image to be overridden on pluginInstaller.
  • [elasticsearch] Enable basic auth correctly for elasticsearch connections. (AB#17307)

Release cluedin-platform-1.4.0

03 Nov 16:18
Compare
Choose a tag to compare

Fixes

  • [neo4j] Optimised plugin loader to allow registry overrides (moved from core.initContainers to core.pluginInstallers section). initContainers still works as before.
  • [neo4j] Correctly encode passwords when passing to cluedin-server. (16939)

Features

  • [cluedin-application] Support 2022.10 release.
  • [cluedin-application][security] Clean/OpenRefine authentication is now integrated into the platform. Access token is issued from CluedIn application project link.
  • [cluedin-application] Added new connection string for new CleanCache MSSQL database.
  • [cluedin-application] Enable new documentation side-car container for GQL/UI by default.
  • [cluedin-application][security] Disable organization creation page by default - controlled by disable-org-signup feature flag in UI. Remove this feature flag to re-enable.

Release cluedin-platform-1.3.5

13 Oct 13:12
Compare
Choose a tag to compare

Fixes

  • [openrefine] Obey external registry correctly and include global ImagePullSecrets

Release cluedin-platform-1.3.4

12 Oct 15:59
Compare
Choose a tag to compare

Fixes

  • [cluedin-application] Remove affinity for rabbitmq

Release cluedin-platform-1.3.3

12 Oct 15:53
Compare
Choose a tag to compare

Fixes

  • [cluedin-application] Fixed issue with startup-hook metrics removal if resources were not found.
  • [cluedin-application] Set production logging level to warn from info to reduce log volume in production scenarios.
  • [cluedin-application] Disable coloured output on cluedin-server logs.
  • [cluedin-application] Add wait initContainers for services dependent on elasticsearch service.
  • [cluedin-application] Fix for libpostal resource configuration (bad indenting).
  • [openrefine] Fix for sizing when using limits and requests.

Features

  • [cluedin-platform] Added ability to create volume snapshots. These will create a VolumeSnapshotClass and VolumeSnapshot resources for all CluedIn PVCs. The default driver is for Azure but can be changed to any compatible CSI driver.
  • [cluedin-application] Allow templated values in extraConfiguration sections.
  • [cluedin-application][security] Creation of new organization accounts via HTTP API now require an accesskey by default. See cluedin-new-organization-access-key secret for the key.
    Creation of new organizations using the Organization Kubernetes CRD handles the accesskey transparently so there is no change in behaviour. Using the CRD is the recommended way to create new organization accounts.
    If using HTTP API, you must pass the x-cluedin-newaccountaccesskey HTTP header when you try to create an organization account.
  • [cluedin-infrastructure][security] Bump kube-prometheus-stack chart version to 39.*

Release cluedin-platform-1.3.2

12 Aug 09:00
Compare
Choose a tag to compare

Fixes

  • [cluedin-platform] Correct global image tag to 2022.06
  • [cluedin-application] Fix nuget-secret condition

Release cluedin-platform-1.3.1

11 Aug 08:41
Compare
Choose a tag to compare

Fixes

  • [cluedin-platform] Remove conditional running of cluedin-init image and mount points when not listing packages but still needing to execute a custom init image (AB#14160)
  • [cluedin-platform] Crawling and Processing roles did not honour runNugetFullRestore flag. This has been corrected.