Skip to content

Releases: jortencio/superset

2.0.0

01 Oct 03:24
646dc28
Compare
Choose a tag to compare

Features

  • Update default superset version to 4.0.2 (And minimum Python 3.9) (Except for Ubuntu 20.04 which defaults to version 2.1.3 due to default Python 3.8 ) #28
  • Added support for Ubuntu 22.04 #30
  • Added support for RHEL 9 #32
  • Tested for Puppet 8 compatibility #33
  • Add task for deleting Apache Superset virtual environment (to assist with fixing installation issues) #34

BugFixes

  • Resolves error related to Werkzeug version 3.0.4 compatibility with Flask version 2.x.x #27

Known Issues

  • Doesn't delete previous admin user when the admin user is updated in hiera

1.0.0

27 Jul 03:53
d38d452
Compare
Choose a tag to compare

Features

  • Added Ubuntu 20.04 support #17
  • Added support for setting different gunicorn working classes #21
  • Flattened hash type parameters into seperate parameters for ease of setting parameters. Refer to Reference.md for details. #20
  • Updated Superset parameters to secure passwords and secret keys with sensitive type (e.g. #15)
  • Added parameter additional_python_lib to help manage issues with problematic python libraries. (e.g. #14)
  • Added performance improvements to initial installation. Thank you Gigko! #13
  • General cleanup of manifests to align with Puppet style guide
  • Update module dependency minimum requirements. See dependencies for details.
  • Update PDK template to v3.0.0

Bugfixes

  • Fix issues caused by newer versions of sqlparse and marshmellow-enum python libraries #14

Known Issues

  • Doesn't delete previous admin user when the admin user is updated in hiera
  • Gunicorn worker classes gevent and eventlet currently not working due to select.epoll() issues. Recommend using tornado or sync worker class for this version.

0.1.1

04 Jul 23:12
72dfcb1
Compare
Choose a tag to compare

Bugfixes

  • Fixed issue "broken superset install - cannot import name 'soft_unicode' from 'markupsafe'" #8

Known Issues

  • Doesn't delete previous admin user when the admin user is updated in hiera

0.1.0

22 Dec 23:54
5803405
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Features

  • Initial Release - Basic Installation of Apache Superset

Bugfixes

Known Issues

  • Doesn't delete previous admin user when the admin user is updated in hiera