Add ClearML Agent 1.9.3 release notes (#1006)

This commit is contained in:
pollfly 2025-01-20 15:17:08 +02:00 committed by GitHub
parent 9bd3fbb2b2
commit bae59e347b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,24 @@
title: Version 1.9 title: Version 1.9
--- ---
### ClearML Agent 1.9.3
**New Features**
* Add support for `uv` as package manager ([ClearML Agent GitHub issue #214](https://github.com/clearml/clearml-agent/issues/214))
* Add `agent.docker_args_filters` to enforce filter whitelist on docker arguments allowing only
those matching these filters to be used when running containers
* Add support for Python 3.13
* Remove Python 3.5 support
* Add `win32file` on Windows (`pywin32` dependency)
* Scan more Python 3 versions
* Support ignoring `kubectl` errors
* Support creating queue with tags
**Bug Fixes**
* Fix managed Python environment inside container (PEP 668)
* Fix default value handling in `merge_dicts()` utility function
* Fix Python 3.6 compatibility (no `:=` operator)
### ClearML Agent 1.9.2 ### ClearML Agent 1.9.2
**New Features and Bug Fixes** **New Features and Bug Fixes**