This page contains the changelog for Dash Enterprise 6.0.0 and later. Please contact us for earlier changelogs.
Looking to migrate to Dash Enterprise 6? View the key differences between the Dash Enterprise 5 and 6 series here.
System: It is now possible to increase the size of the persistent filesystem PV beyond 25 GB. As long as allowVolumeExpansion: true is set on the StorageClass used by the PV, administrators with access to the Helm chart can use APPS_PVC_STORAGE_SIZE to configure a larger size. For example, APPS_PVC_STORAGE_SIZE=50Gi.
System: Increased the de-backend initContainer memory request and limit to 768 Mi.
System: Increased the de-worker memory request and limit to 2048 Mi.
System: Set NODE_OPTIONS="--max-old-space-size=1536" for de-worker and de-backend to allow them to handle larger requests.
System: Set kafka_batch_max_bytes and kafka_request_max_bytes for Redpanda in order to prevent connection failures when it receives large requests.
Fixed a bug where WebGL figures did not render in PDFs generated from deployed apps.
Security: Upgraded frontend packages to address CVE-2026-27606.
Important note about app and workspace permissions: By default, apps and workspaces cannot use
sudoat build time nor at runtime (apps whose files rely onsudowill fail to build and/or deploy). An administrator with access to the Helm chart can configure Dash Enterprise to allow the use ofsudo.