This release includes:
- `dsub`
- When tasks are retried (based on use of the `--retries` flag), output messages are now more informative.
- [bash](https://hub.docker.com/_/bash) image can now be used with the `local` and `google-v2` providers (updated Docker entrypoints to use `/usr/bin/env bash` instead of `/bin/bash`)
- `google-v2` provider updates:
- `--nvidia-driver-version` parameter can now be used to specifiy the NVIDIA driver version to use when attaching an NVIDIA GPU accelerator.
- log files are copied locally on the VM before upload to GCS. This avoids `ResumableUploadAbortException` copying large logs.
- `dstat`
- `script` and `script-name` now appears in `dstat --full` output.
- `pyyaml` version updated to latest version allowing Python3.7 support.