Update ClearML Server 2.0.0 release notes (#995)

This commit is contained in:
pollfly 2025-01-01 12:17:16 +02:00 committed by GitHub
parent 3a995f2b3c
commit d038923abc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,15 @@ title: Version 2.0
### ClearML Server 2.0.0
**Breaking Changes**
MongoDB major version was upgraded from `v5.x` to `6.x`. Please note that if your current ClearML Server version is older than
`v1.17` (where MongoDB `v5.x` was first used), you'll need to first upgrade to ClearML Server v1.17.
Upgrading to ClearML Server v1.17 from a previous version:
* If using `docker-compose`, use the following files:
* [docker-compose file](https://github.com/allegroai/clearml-server/blob/2976ce69cc91550a3614996e8a8d8cd799af2efd/upgrade/1_17_to_2_0/docker-compose.yml)
* [docker-compose file for Windows](https://github.com/allegroai/clearml-server/blob/2976ce69cc91550a3614996e8a8d8cd799af2efd/upgrade/1_17_to_2_0/docker-compose-win10.yml)
**New Features**
* New look and feel: Full light/dark themes ([ClearML GitHub issue #1297](https://github.com/allegroai/clearml/issues/1297))
* New UI task creation options
@ -13,7 +22,6 @@ title: Version 2.0
* Add UI scalar plots presentation of plots in sections grouped by metrics.
* Add UI batch export plot embed codes for all metric plots in a single click.
* Add UI pipeline presentation of steps grouped into stages
* Upgrade MongoDB major version to 6.x
**Bug Fixes**
* Fix UI Model Endpoint's Number of Requests plot sometimes displays incorrect data