v1.46.0
版本发布时间: 2021-07-16 04:09:53
rackerlabs/scantron最新发布版本:v1.47.0(2021-08-10 11:06:50)
Console
- Re-version from "1.46" to "1.46.0"
- Updated
extract_targets.py
to be more robust and accurate https://github.com/rackerlabs/scantron/issues/271 - Updated
base.txt
requirements, exceptpsycopg2-binary
, because of the error it generates: "AssertionError: database connection isn't set to UTC". See https://github.com/psycopg/psycopg2/issues/1293#issuecomment-863343622 - Disabled auto reboot at the end of the console Ansible playbook.
Engine
- Aesthetic change only. Removed "f" in 2 print() statements since no variables needed to be converted to strings
- Re-version from "1.03" to "1.0.4" https://github.com/rackerlabs/scantron/issues/272
- Re-built standalone
engine
binary and updatedengine/standalone_engine_binary.txt
hashes - Disabled auto reboot at the end of the engine Ansible playbook.
API Client
- moved
utility.py
functions intoscantron_api_client.py
to simplify https://github.com/rackerlabs/scantron/issues/273 - Replaced space (" ") with "_" in some of the globally excluded target URL paths
- Re-version from "0.0.6" to "1.0.7"