v0.8.0
NetBox 2.6.3 release. Redis is now a prerequisite, and Debian 10 support has been added.
https://github.com/digitalocean/netbox/releases/tag/v2.6.3
https://github.com/digitalocean/netbox/releases/tag/v2.6.0 (skipped in role, but has relevant notes)
Notable changes
#53 - Netbox config now uses python's json library to parse any non-string/numeric/boolean values.
#57 - psycopg2-binary
wheel is installed on yum-based systems instead of psycopg2
#60 - netbox_uwsgi_options
role variable introduced to allow extra customization for the uWSGI server
162e08c - Quickstart playbook now should work for all supported distributions as-is
8cc0817 - netbox_scripts
role variable introduced to allow managing Custom Scripts with Ansible