Releases: CluedIn-io/Charts
Release cluedin-platform-2.7.0
Features
Fixes
Release cluedin-platform-2.6.1
Features
Fixes
- Fix elastic search vulnerability: Upgraded Elasticsearch to 7.16.3 to address CVE-2021-45045.
Release cluedin-platform-2.6.0
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
Features
Fixes
Release cluedin-platform-2.3.2
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
- Fix CVE-2023-44487, CVE-2024-24990, CVE-2024-31079, CVE-2024-32760, CVE-2024-34161, CVE-2024-35200
Release cluedin-platform-2.4.1
Features
Fixes
Release cluedin-platform-2.4.0
Features
Fixes
Release cluedin-platform-2.4.0-rc.1
Features
Fixes
Release cluedin-platform-2.3.1
Features
Fixes
- Increased rabbitmq consumer timeout value
Release cluedin-platform-2.3.0
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