Releases: CluedIn-io/Charts
Releases · CluedIn-io/Charts
Release cluedin-platform-1.5.1
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
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
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
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
Fixes
- [neo4j] Optimised plugin loader to allow registry overrides (moved from
core.initContainers
tocore.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
Fixes
- [openrefine] Obey external registry correctly and include global
ImagePullSecrets
Release cluedin-platform-1.3.4
Fixes
- [cluedin-application] Remove affinity for rabbitmq
Release cluedin-platform-1.3.3
Fixes
- [cluedin-application] Fixed issue with startup-hook metrics removal if resources were not found.
- [cluedin-application] Set production logging level to
warn
frominfo
to reduce log volume in production scenarios. - [cluedin-application] Disable coloured output on
cluedin-server
logs. - [cluedin-application] Add wait
initContainers
for services dependent onelasticsearch
service. - [cluedin-application] Fix for
libpostal
resource configuration (bad indenting). - [openrefine] Fix for sizing when using
limits
andrequests
.
Features
- [cluedin-platform] Added ability to create volume snapshots. These will create a
VolumeSnapshotClass
andVolumeSnapshot
resources for all CluedIn PVCs. The default driver is forAzure
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 theOrganization
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 thex-cluedin-newaccountaccesskey
HTTP header when you try to create an organization account. - [cluedin-infrastructure][security] Bump
kube-prometheus-stack
chart version to39.*
Release cluedin-platform-1.3.2
Fixes
- [cluedin-platform] Correct global image tag to
2022.06
- [cluedin-application] Fix nuget-secret condition
Release cluedin-platform-1.3.1
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.