Skip to content

Latest commit

 

History

History
109 lines (70 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

109 lines (70 loc) · 3.39 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a changelog.

🔃 Changed

  • [#19] Support superset 1.5.0 @jmonterrubio

🛠️ Fixed

  • [#21] Fix sql lab error @jmonterrubio

1.2.1 (2021-07-13)

Full Changelog

🔃 Changed

  • Update default superset install version to 1.2.0

🛠️ Fixed

  • Fix wrong email configuration in molecule default scenery
  • Fixed versions of celery and flower because newer versions broke superset installation
  • Fix pip build problems

1.2.0 (2021-07-01)

Full Changelog

➕ Added

  • Option to add custom imports in superset_config.py

🛠️ Fixed

  • Fix typo missing quotation for mapbox token in superset_config template
  • Use auth user registration when defined (no boolean evaluated)

1.1.1 (2021-06-24)

Full Changelog

🛠️ Fixed

  • Fix template path name for celery-flower service

1.1.0 (2021-06-21)

Full Changelog

  • Many (good) changes

➕ Added

  • .gitattributes
  • templates for service and profile env set
  • option to install firefox and geckodriver
  • superset_config.py fully parametizable with ansible vars

🔃 Changed

  • tuned .gitignore
  • tuned .yamllint
  • bump Pipfile requirements
  • Bump test-requirements
  • Realocated group_vars main.yml
  • Add, remove and modificated vars main.yml
  • Set needed molecule converge yml environment vars
  • Updated Dockerfile to remove unnecessary exposed ports
  • Updated molecule verify.yml with updated group_vars path
  • Updated molecule vars for default scenario
  • Updated molecule tests vars
  • Update and renew config tasks (e.g: user creation)
  • Install tasks reviewed and updated as we need
  • Service tasks refactored
  • Some task now are handlers for be more correct
  • Service template refactored
  • Superset_config python file template mega refactor
  • Bump Changelog

🛠️ Fixed

  • Fix typo README.md

🔃 Changed

  • Install new 1.0 superset version
  • superset_config.py template updated

➕ Added

  • New vars for SIP-15, emailing, chrome, etc.
  • Some new tasks and checks
  • Install chrome and chormedriver for reports

1.0.1 (2020-10-28)

Full Changelog

🛠️ Fixed

  • #3 Fix updating config files @frantsao

1.0.0 (2020-10-19)

➕ Added

  • First release @ultraheroe