From 5dfe4da5267f0649b413cb8aed1e35bf240fe1f8 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 16 May 2024 10:54:01 +0300 Subject: [PATCH] Add ClearML Agent 1.8.1 release notes (#839) --- docs/release_notes/ver_1_8.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/release_notes/ver_1_8.md b/docs/release_notes/ver_1_8.md index dd77f73b..6b0c5b0c 100644 --- a/docs/release_notes/ver_1_8.md +++ b/docs/release_notes/ver_1_8.md @@ -2,6 +2,18 @@ title: Version 1.8 --- +### ClearML Agent 1.8.1 + +**New Features** +* Add option to set daemon polling interval [ClearML Agent GitHub PR #197](https://github.com/allegroai/clearml-agent/pull/197) +* Add Python 3.12 support + +**Bug Fixes** +* Fix git pulling on cached invalid git entry. On error, re-clone the entire repository again (enable using `agent.vcs_cache.clone_on_pull_fail: true`) +* Fix conda env should not be cached if installing into base conda or conda existing env +* Fix cached repositories not passing user/token when pulling +* Fix when disabling vcs cache do not add vcs mount point to container + ### ClearML Agent 1.8.0 **New Features**