Changelog
0.13.3
Released on August 18, 2020.
Enhancements
- Make use of
kubernetes
extra logger in theDaskKubernetesEnvironment
optional - #2988 - Make Client robust to simplejson - #3151
- Raise Warning instead of Exception during storage healthcheck when Result type is not provided - #3146
- Add
server create-tenant
for creating a tenant on the server - #3147 - Cloud logger now responds to logging level - #3179
Task Library
- Add support for
host_config
and arbitrary keyword arguments inDocker
tasks - #3173
Fixes
- Fix empty string
imagePullSecrets
issue on AKS by removing if not set - #3142 - Fix querying for cached states with no
cache_key
- #3168 - Fix access to
core_version
in Agent'sget_flow_run_command()
- #3177
Breaking Changes
- DaskKubernetesEnvironment no longer logs Kubernetes errors by default - #2988
- Logging level in Cloud now defaults to INFO - #3179