mirror of
https://github.com/clearml/clearml-docs
synced 2025-02-12 07:25:44 +00:00
Add ClearML Agent 1.5.2 & ClearML 1.10.1 release notes (#515)
This commit is contained in:
parent
637abd94dd
commit
828d9659a6
@ -2,6 +2,15 @@
|
|||||||
title: Version 1.10
|
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
|
### ClearML SDK 1.10.0
|
||||||
|
|
||||||
**Breaking Changes**
|
**Breaking Changes**
|
||||||
|
@ -2,6 +2,26 @@
|
|||||||
title: Version 1.5
|
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
|
### ClearML Agent 1.5.1
|
||||||
|
|
||||||
**New Features and Improvements**
|
**New Features and Improvements**
|
||||||
|
Loading…
Reference in New Issue
Block a user