Skip to content

redash-3.1.0-alpha1

Compare
Choose a tag to compare

Redash is an open source tool built for teams to query, visualize and collaborate.

Breaking changes!

Please read migration from 3.0 to 3.1 section

Changelog:

  • Migrated pipelines from CircleCI to GitHub Actions
  • Added ability to specify extra containers for all deployments using server.extraContainers, scheduler.extraContainers and workers.<worker-type>.extraContainers variables
  • Added ability to set probes for scheduler and workers using scheduler.livenessProbe and workers.<worker-type>.livenessProbe variables
  • Added ability to set load balancer traffic policy using service.extrnalTrafficPolicy variable
  • Added ability to manage secrets independently using redash.selfManagedSecrets variable
  • Added ability to deploy extra manifests using extraObjects variable