Add Release notes ClearML Server 1.5 and update AMIs (#253)

This commit is contained in:
pollfly 2022-05-16 17:39:09 +03:00 committed by GitHub
parent b5ee71c21c
commit 2414747480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 53 additions and 20 deletions

View File

@ -108,25 +108,25 @@ The following section contains a list of AMI Image IDs per-region for the latest
### Latest Version
#### v1.4.0
#### v1.5.0
* **eu-north-1** : ami-012eda9c8e72df57b
* **ap-south-1** : ami-0e25dc36f7ac4d870
* **eu-west-3** : ami-0a04e04689d2e35d3
* **eu-west-2** : ami-010080374a3641898
* **eu-west-1** : ami-099557aef23d9506f
* **ap-northeast-3** : ami-083ad8b58914f85c5
* **ap-northeast-2** : ami-0e1735fa3a883a8c0
* **ap-northeast-1** : ami-0082d74f0666112e5
* **sa-east-1** : ami-080e9a2a46d2633ad
* **ca-central-1** : ami-0a3267210d3053481
* **ap-southeast-1** : ami-02ce519ac1b5e595b
* **ap-southeast-2** : ami-04c46e7d3458690fb
* **eu-central-1** : ami-08db980d8cb60e879
* **us-east-2** : ami-08f887d3a1cb180de
* **us-west-1** : ami-0c813d901c00bce92
* **us-west-2** : ami-059f65ceb10cd6c6f
* **us-east-1** : ami-0235447e7d58b56d9
* **eu-north-1** : ami-04d8b1f651b091e34
* **ap-south-1** : ami-086d37c0e1aaef50f
* **eu-west-3** : ami-05f14c59671b3bd61
* **eu-west-2** : ami-044c41dbc6f5be630
* **eu-west-1** : ami-0893958bcb3875f24
* **ap-northeast-3** : ami-0d3064dbbc12567e7
* **ap-northeast-2** : ami-0120ee0cf090b15e5
* **ap-northeast-1** : ami-04cc4968ac90af2ff
* **sa-east-1** : ami-087ea92ac13c445e3
* **ca-central-1** : ami-0bf0ee6c6529b7c3e
* **ap-southeast-1** : ami-00f7241a02b8211c2
* **ap-southeast-2** : ami-01cf7b6a9324fb47e
* **eu-central-1** : ami-039e11d2ad9ed891d
* **us-east-2** : ami-0d62add93512f6077
* **us-west-1** : ami-0a4cc1413a026ab07
* **us-west-2** : ami-004ebde619e4b57ee
* **us-east-1** : ami-081e8f3dc71dce7b4
## Next Step

View File

@ -0,0 +1,33 @@
---
title: Version 1.5
---
### ClearML Server 1.5.0
**New Features and Improvements**
* Redesign UI tables info panel:
* Redesign experiment status banner
* Display all experiment tabs in single line
* Move experiment action buttons to the top right
* Add UI adherence to user specified plot dimensions [ClearML GitHub issue #587](https://github.com/allegroai/clearml/issues/587)
* Add row highlight to experiment textual comparison UI [ClearML GitHub issue #581](https://github.com/allegroai/clearml/issues/581)
* Add UI "Delete" action for Pipelines
* Add UI indicator for task and pipeline progress
* Add UI API credentials label "Edit" action
* Add option to create queues on-the-fly when enqueuing tasks in UI
* Add "Number of Workers" column to UI queues table
* Add pipeline results to UI dashboard search
**Bug Fixes**
* Fix UI experiment debug samples disappearing after refresh [ClearML Server GitHub issue #136](https://github.com/allegroai/clearml-server/issues/136)
* Fix deleting tasks sometimes raises errors [ClearML GitHub issue #632](https://github.com/allegroai/clearml/issues/632)
* Fix no progress indicator when performing off-screen selection in UI experiments table
* Fix removing long pipeline tags doesn't work
* Fix UI experiment scalar comparison graph titles are cropped with no available tooltips
* Fix UI model table status column filters incorrectly when multiple statuses are selected.
* Fix unreadable plot data causes UI to crash
* Fix UI project cards displaying incorrect task counts
* Fix hover over system tags doesn't display full tag name
* Fix `.txt` file debug sample previews are unreadable
* Fix UI table/info-panel toggle doesn't update when clicking project breadcrumbs
* Fix UI experiment debug samples leave artifacts when empty

View File

@ -104,7 +104,7 @@ module.exports = {
},
{
label: 'Release Notes',
to: '/docs/release_notes/ver_1_4',
to: '/docs/release_notes/ver_1_5',
},
{
label: 'Community Resources',

View File

@ -127,7 +127,7 @@ module.exports = {
],
rnSidebar: {
'Release Notes': ['release_notes/ver_1_4', 'release_notes/ver_1_3', 'release_notes/ver_1_2','release_notes/ver_1_1', 'release_notes/ver_1_0', 'release_notes/ver_0_17', 'release_notes/ver_0_16', 'release_notes/ver_0_15', 'release_notes/ver_0_14',
'Release Notes': ['release_notes/ver_1_5', 'release_notes/ver_1_4', 'release_notes/ver_1_3', 'release_notes/ver_1_2','release_notes/ver_1_1', 'release_notes/ver_1_0', 'release_notes/ver_0_17', 'release_notes/ver_0_16', 'release_notes/ver_0_15', 'release_notes/ver_0_14',
'release_notes/ver_0_13', 'release_notes/ver_0_12', 'release_notes/ver_0_11', 'release_notes/ver_0_10',
'release_notes/ver_0_9',
],