Releases: rackerlabs/scantron
Releases · rackerlabs/scantron
v1.17
v1.16
v1.15
v1.14
v1.13
- Upgraded Django version from 1.11.25 to 2.2.9
- Added
nmap_port_range_carver
files - Upgraded
requirements.txt
for both agent and master. Holding back on Django Rest Framework anddrf-yasg
- Bumped master's system-wide
uWSGI
to 2.0.18 - Added
unzip
throughapt
to agent and master - Added "update_code" tags to master.yml to decrease development time when running the Master playbook
v1.12
v1.11
v1.10
- Updating SSHD configuration is now optional. Toggle true/false in
ansible-playbooks/roles/common/vars/main.yml
. Thanks to @frite for adding that functionality. targets
andexcluded_targets
fields are optional in the payload when updating a site using the API. The previous logic assumed they were present and would throw and HTTP 500 when running theapi.SiteSerializer.validate()
function.
v1.9
v1.8
- Fixed start time in
master/django_scantron/templates/django_scantron/scheduled_scan_list.html
- Added
Sessions
to Django Admin to view current sessions. - Added stub code to force login before accessing Django Admin.
- Created
/var/log/webapp
directory and the/var/log/webapp/django_scantron.log
file to capture Django errors without having to enableDebug = True
in the production configuration. - Updated documentation for
Master Troubleshooting