Closed jrbourbeau closed 3 years ago
Alright, https://github.com/dask/distributed/pull/4941 has been merged. If there aren't any objections by tomorrow morning US central time, I'll plan to push out patch releases for dask
and distributed
SGTM
Thanks @jrbourbeau !
Will start pushing out the release now...
Closing as 2021.06.2 is out. Thanks all
In the
distributed
2021.06.1 release there were some changes which restructured the result returned fromCluster.get_logs(...)
which led to some breakages in downstream cluster manager projects and user code which parses the output ofget_logs
. There's a fix which is close to being merged (https://github.com/dask/distributed/pull/4941) which will restore the previous behavior. If there aren't any blockers, I'd like to issue a quick patch release fordask
anddistributed
with this change in the next day or so.Looking at the
git log
fordask
anddistributed
we've only merged a few small, non-controversial PRs since the last release, so I don't anticipate any issues with a patch release. But do let me know if that's not the case for someone.cc @jsignell @quasiben @jakirkham