Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

73 lines (53 loc) · 2.36 KB

Changelog

3.0.1 (unreleased)

  • Change scheduler deployment strategy type to Recreate. (#121)

3.0.0

  • Initial release supporting Redash v10.x
  • See upgrade notes in README

2.4.0

  • Final v2.x release (except for critical fixes)
  • Final release to support Redash v8.x
  • Redis password is now required
  • Kubernetes minimum version increased to v19.x
  • Helm 2 depreciated, will be removed in a future version
  • Supports stable Ingress API
  • Add support for SQL Alchemy pool pre-ping configuration
  • Add support for configurable worker pod labels
  • Expand configurability of install/upgrade hooks

2.3.0

  • Added externalPostgreSQLSecret / externalRedisSecret
  • Depreciated envSecretName (plan to remove in 3.0.0 chart)
  • Updated docs to make defaults clearer

2.2.0

  • Update docs to Helm Docs 1.4+ format
  • Removed duplicated env params that already come from "redash.env"
  • Updated Redash environment variables and associated docs
  • Updated CI to use Helm v3.4.1

2.1.0

  • Added redash.samlSchemeOverride
  • Added envSecretName
  • Expanded service configuration: .service.annotations and .service.loadBalancerIP
  • Moved postgresql and redis charts to Bitnami repo and update to latest patch release versions
  • Updated CI to use Helm v2.16.12 and v3.3.4
  • Updated CI to drop k8s v1.15, add v1.17, v1.18 and v1.19
  • Improved CI release publishing flow

2.0.0

  • Made secrets required, rather than auto-generating to avoid them changing on upgrade
  • Variable additions and template updates to bring in line with Helm 3 chart template
  • Add support for external secrets
  • Extended CI testing for multiple k8s and Helm versions
  • Extended CI testing for testing major version upgrades
  • Moved install and upgrade logic to Helm hooks
  • Added basic connectivity test hook for helm test
  • Created values for each environment variable accepted by Redash

1.2.0

  • Upgrade Redash to 8.0.2.b37747
  • Upgrade PostgreSQL chart (the old version used depreciated APIs) and image tag
  • Upgrade Redis chart

1.1.0

  • Initial release of chart on getredash namespace
  • Upgrade Redash to 8.0.1.b33387
  • Add support for external Redis server
  • Add CI linting/testing and release automation

Pre-release

For pre-release versions please see the pull request where this was originally developed.