From 17141724f63a401efe528c88afa4a2c434df7212 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Thu, 27 May 2021 20:21:56 +0300 Subject: [PATCH] Update ClearML Server release notes for v1.0.1 and v1.0.2 --- docs/release_notes/ver_1_0.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/release_notes/ver_1_0.md b/docs/release_notes/ver_1_0.md index 823139b3..5ea922e5 100644 --- a/docs/release_notes/ver_1_0.md +++ b/docs/release_notes/ver_1_0.md @@ -2,6 +2,23 @@ title: Version 1.0 --- +### ClearML Server 1.0.2 + +**Bug Fixes** + +- Fix Task container does not accept `null` values [Slack Channel](https://clearml.slack.com/archives/CTK20V944/p1622119047293300) +- Fix debug images exception in Results page +- Fix a typo in Worker Setup help popup + +### ClearML Server 1.0.1 + +**Bug Fixes** + +- Fix clearing experiment requirements causes "empty" requirements (as opposed to "no requirements") +- Fix logout fails with `endpoint not found` error [ClearML GitHub issue 349](https://github.com/allegroai/clearml/issues/349) +- Fix hamburger side menu `Manage Queues` does nothing and returns console error [Slack Channel](https://clearml.slack.com/archives/CTK20V944/p1620308724418100) +- Fix broken config dir backwards compatibility (`/opt/trains/config` should also be supported) + ### ClearML 1.0.0 **Breaking Changes**