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.
logging-sidecar container which could throttle app builds.Improved Dash app build time.
System: Updated resource defaults for Dash apps and workspaces.
System: It is now possible to configure the resource defaults for Dash apps (app.app.*), workspaces (app.workspace.*), and services (app.service.*) in the Helm chart. Rebuilding is required for updated defaults to be applied.
System: Updated the build agent resources and made them configurable in the Helm chart via agents.builder.resources.
System: Changed the mechanism for configuring internal CA certificates. It is now possible to set a global.internalCaCertConfigMapName to inject an internal CA certificate or self-signed certificate into Dash apps and workspaces at build time as well as at runtime. This allows Dash apps and workspaces to connect to services such as private Python package indexes that are signed with this certificate. Keycloak will also use global.internalCaCertConfigMapName unless it is overridden by auth.keycloak.internalCaCertConfigMapName (which replaces the now deprecated auth.keycloak.internalCaSecretName).
Fixed a bug where file changes in an app’s assets folder didn’t take effect (files remained cached) when the app was redeployed unless the file names were edited.
Fixed a bug where workspace rebuilds were sometimes delayed.
Fixed a bug where workspaces sometimes displayed an incorrect status for a few seconds.
System: Fixed a bug with Keycloak session cookies that caused intermittent login and logout failures.
Security: Upgraded node.js to v24.
auth.keycloak.internalCaSecretName is now deprecated.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.