dask / community

For general discussion and community planning. Discussion issues welcome.
20 stars 3 forks source link

Release 2021.06.2 #167

Closed jrbourbeau closed 3 years ago

jrbourbeau commented 3 years ago

In the distributed 2021.06.1 release there were some changes which restructured the result returned from Cluster.get_logs(...) which led to some breakages in downstream cluster manager projects and user code which parses the output of get_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 for dask and distributed with this change in the next day or so.

Looking at the git log for dask and distributed 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

jrbourbeau commented 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

jakirkham commented 3 years ago

SGTM

quasiben commented 3 years ago

Thanks @jrbourbeau !

jrbourbeau commented 3 years ago

Will start pushing out the release now...

jrbourbeau commented 3 years ago

Closing as 2021.06.2 is out. Thanks all