From 13466719fbb502fed9522d491a3e4ee30db4338a Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Thu, 26 May 2022 17:03:35 -0500 Subject: [PATCH] bump version to 2022.05.2 --- docs/source/changelog.rst | 30 ++++++++++++++++++++++++++++++ requirements.txt | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 53f06ec9182..c318aa1a405 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,36 @@ Changelog ========= +.. _v2022.05.2: + +2022.05.2 +--------- + +Released on May 26, 2022 + +Enhancements +^^^^^^^^^^^^ +- Add a lock to ``distributed.profile`` for better concurrency control (:pr:`6421`) `Hendrik Makait`_ +- Send ``SIGKILL`` after ``SIGTERM`` when passing 95% memory (:pr:`6419`) `crusaderky`_ + +Bug Fixes +^^^^^^^^^ +- Log rather than raise exceptions in ``preload.teardown()`` (:pr:`6458`) `Matthew Rocklin`_ +- Handle failing ``plugin.close()`` calls during scheduler shutdown (:pr:`6450`) `Matthew Rocklin`_ +- Fix slicing bug in ``ensure_memoryview`` (:pr:`6449`) `jakirkham`_ +- Generalize UCX errors on ``connect()`` and correct pytest fixtures (:pr:`6434`) `Peter Andreas Entschev`_ +- Run cluster widget periodic callbacks on the correct event loop (:pr:`6444`) `Thomas Grainger`_ + +Maintenance +^^^^^^^^^^^ +- Disable ``pytest-asyncio`` if installed (:pr:`6436`) `Jacob Tomlinson`_ +- Close client in sync test_actor tests (:pr:`6459`) `Thomas Grainger`_ +- Ignore ``ServerSession.with_document_locked unawaited`` (:pr:`6447`) `Thomas Grainger`_ +- Remove ``coverage`` pin from Python 3.10 environment (:pr:`6439`) `Thomas Grainger`_ +- Annotate ``remove_worker`` (:pr:`6441`) `crusaderky`_ +- Update gpuCI ``RAPIDS_VER`` to ``22.08`` (:pr:`6428`) + + .. _v2022.05.1: 2022.05.1 diff --git a/requirements.txt b/requirements.txt index 6c11b3686cd..abe97b5caef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ click >= 6.6 cloudpickle >= 1.5.0 -dask == 2022.05.1 +dask == 2022.05.2 jinja2 locket >= 1.0.0 msgpack >= 0.6.0