diff --git a/docs/release_notes/ver_1_10.md b/docs/release_notes/ver_1_10.md index 166e7cf8..e13cc936 100644 --- a/docs/release_notes/ver_1_10.md +++ b/docs/release_notes/ver_1_10.md @@ -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** diff --git a/docs/release_notes/ver_1_5.md b/docs/release_notes/ver_1_5.md index 000b5b64..1e59c09a 100644 --- a/docs/release_notes/ver_1_5.md +++ b/docs/release_notes/ver_1_5.md @@ -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**