Skip to content

Releases: CluedIn-io/Charts

Release cluedin-platform-2.7.0

18 Mar 16:59

Choose a tag to compare

Release cluedin-platform-2.6.1

11 Dec 11:18

Choose a tag to compare

Features

Fixes

  • Fix elastic search vulnerability: Upgraded Elasticsearch to 7.16.3 to address CVE-2021-45045.

Release cluedin-platform-2.6.0

02 Oct 09:23

Choose a tag to compare

Features

  • Azure Key Vault Integration: Secret mounting is now automatic and standardized across charts.

Simplified Azure Key Vault Integration

To streamline configuration for customers using Azure Key Vault, we’ve removed the need for manual secret mounting across individual charts.

A standard volume and volumeMount template has been introduced in the cluedin-common chart.

This template can now be reused by all other charts.

Secrets will be mounted automatically if:

global.keyvault.enabled = true

A matching key is found in secretProviderClasses.

Example

The following configuration will mount secrets into the Elasticsearch chart, since global.keyvault.enabled=true and cluedin-elasticsearch is defined under secretProviderClasses:

global:
  keyvault:
    enabled: true
    secretProviderClasses:
      cluedin-elasticsearch:
      - secretKeys:
          password: cluedin-elasticsearch-admin-password
          username: cluedin-elasticsearch-admin-username
        secretName: elasticsearch-credentials
        secretType: Opaque

Fixes

  • k8s-wait-for Fix: Improved handling in clusters with many CRDs, eliminating throttling issues.

k8s-wait-for Image Throttling

Some customers previously experienced client-side throttling when using older k8s-wait-for images, especially in clusters with a large number of CRDs.

Root cause:

When commands like kubectl get pods were executed, Kubernetes performed a discovery phase, issuing one GET request per CRD.

On clusters with many CRDs, this led to an excessive number of discovery requests and throttling issues.

Resolution:

Updated to newer k8s-wait-for images to optimize discovery behavior and prevent client-side throttling.

Release cluedin-platform-2.4.2

12 Mar 10:48

Choose a tag to compare

Release cluedin-platform-2.3.2

08 Jan 17:13

Choose a tag to compare

Features

  • [cluedin-infrastructure] Upgrade Kube-prometheus-stack helm chart to v56.18.0
  • [cluedin-infrastructure] Upgrade Cert-manager helm chart to v1.15.3
  • [cluedin-infrastructure] Upgrade Redis helm chart to v20.2.2
  • [cluedin-infrastructure] Upgrade RabbitMQ helm chart to v12.6.3
  • [cluedin-infrastructure] Upgrade haproxy image to v0.14.7
  • [cluedin-infrastructure] Updated security context to avoid PrivilegeEscalation
  • [cluedin-common] Update _images.tpl and _labels.tpl to work with RabbitMQ chart v12.6.3 and Redis chart v20.2.2

Fixes

Release cluedin-platform-2.4.1

17 Dec 10:59

Choose a tag to compare

Release cluedin-platform-2.4.0

13 Dec 10:40

Choose a tag to compare

Release cluedin-platform-2.4.0-rc.1

28 Nov 13:43

Choose a tag to compare

Release cluedin-platform-2.3.1

22 Oct 13:07

Choose a tag to compare

Features

Fixes

  • Increased rabbitmq consumer timeout value

Release cluedin-platform-2.3.0

30 Jul 15:22

Choose a tag to compare

Features

  • Removed prepare deployment from Aardvark
  • Removed Documentation container from gql deployment
  • Removed default creds from the base values
  • Updated templates to include key-vault with feature flags

Fixes

  • Updated Datasource processing WEB_API endpoint to server-processing