Skip to content

1.0.0

Compare
Choose a tag to compare
@jortencio jortencio released this 27 Jul 03:53
· 12 commits to main since this release
d38d452

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.