Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

52 lines (38 loc) · 1.76 KB

Changelog

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.