Add ClearML Agent 1.5.2 & ClearML 1.10.1 release notes (#515)

This commit is contained in:
pollfly 2023-03-30 10:38:31 +03:00 committed by GitHub
parent 637abd94dd
commit 828d9659a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View File

@ -2,6 +2,15 @@
title: Version 1.10
---
### ClearML SDK 1.10.1
**New Features and Improvements**
* Add cast parameter to Task.get_parameter method [ClearML GitHub issue #951](https://github.com/allegroai/clearml/issues/951)
**Bug Fixes**
* Fix backward compatibility issue when using datetime filtering with `APIClient().models.get_all` and `APIClient().tasks.get_all` requests
* Fix docstrings explaining tag filtering on `Model` and `Task`
### ClearML SDK 1.10.0
**Breaking Changes**

View File

@ -2,6 +2,26 @@
title: Version 1.5
---
### ClearML Agent 1.5.2
**New Features and Improvements**
* Switch services agent entrypoint shell from sh to bash [ClearML Agent GitHub issue #141](https://github.com/allegroai/clearml-agent/issues/140)
* Improve poetry support
* Add poetry cwd support [ClearML Agent GitHub issue #138](https://github.com/allegroai/clearml-agent/issues/138)
* Add `agent.package_manager.poetry_install_extra_args` configuration option
* Do not allow request exceptions (keep retrying, throw error only on the initial login call)
**Bug Fixes**
* Fix agent update version [ClearML Agent GitHub PR #132](https://github.com/allegroai/clearml-agent/pull/132)
* Fix login uses `GET` with payload, which breaks when trying to connect a server running in GCP
* Fix `clearml-agent build --docker` stuck on certain containers
* Fix build fails when target is relative path
* Fix pinging running task (change default to once a minute)
* Fix `_` is allowed in k8s label names
* Fix k8s glue does not delete pending pods if the tasks they represent were aborted
* Reintroduce `CLEARML_AGENT_SERVICES_DOCKER_RESTART` accidentally reverted by a previous merge
* Fix `git+ssh://` links inside installed packages not being converted properly to HTTPS-authenticated links
### ClearML Agent 1.5.1
**New Features and Improvements**