Small edits (#820)

This commit is contained in:
pollfly
2024-04-04 10:45:19 +03:00
committed by GitHub
parent 6e20f6ab0e
commit bb056d7b93
7 changed files with 20 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ specified and the code is running a preinstalled docker
**Bug Fixes**
* Use correct Python version in Poetry init [ClearML Agent GitHub PR #179](https://github.com/allegroai/clearml-agent/pull/179)
* Fix queue handling in `K8sIntegration` and `k8s_glue_example.py` [ClearML Agent GitHub PR #183](https://github.com/allegroai/clearml-agent/pull/183)
* Fix `FileNotFoundException` crash in `find_python_executable_for_version` [ClearML Agent GitHub PR #164](https://github.com/allegroai/clearml-agent/issues/164)
* Fix `FileNotFoundException` crash in `find_python_executable_for_version` [ClearML Agent GitHub issue #164](https://github.com/allegroai/clearml-agent/issues/164)
* Fix delete temp console pipe log files after Task execution is completed (important for long-lasting services agents to avoid collecting temp files on host machine)
* Fix `agent.enable_git_ask_pass` does not show in configuration dump
* Fix `pip` is returned as a pip version if no value exists in `agent.package_manager.pip_version`