Update release notes and AMIs for ClearML Server v1.1.1

This commit is contained in:
allegroai 2021-08-05 16:52:56 +03:00
parent 476004bcd9
commit 30b9d942e1
2 changed files with 26 additions and 18 deletions

View File

@ -155,25 +155,25 @@ The following section contains a list of AMI Image IDs per region for the latest
### Latest version ### Latest version
#### v1.1.0 #### v1.1.1
* **eu-north-1** : ami-0d04eba79249d225b * **eu-north-1** : ami-06833570c4f3e3852
* **ap-south-1** : ami-01900399c17492874 * **ap-south-1** : ami-003c92550f0883688
* **eu-west-3** : ami-0401f02712333a812 * **eu-west-3** : ami-066c3b09c77ad818e
* **eu-west-2** : ami-0504ebac43689749c * **eu-west-2** : ami-0cc7694d2a9930cdb
* **eu-west-1** : ami-028729bbc6acdd57d * **eu-west-1** : ami-0bf0008b101d5a65e
* **ap-northeast-3** : ami-051819a5650f03a81 * **ap-northeast-3** : ami-09f8fdb9be8bf222c
* **ap-northeast-2** : ami-0b57b812e13b1e1f1 * **ap-northeast-2** : ami-0794d10bc2bab11e5
* **ap-northeast-1** : ami-09a8d6225a9f4a67f * **ap-northeast-1** : ami-04a0defce217de812
* **sa-east-1** : ami-0af2b217ba744e4ce * **sa-east-1** : ami-0c8c3c36f3854b129
* **ca-central-1** : ami-05a6192e633b62110 * **ca-central-1** : ami-0fc8d4042bb8ad486
* **ap-southeast-1** : ami-01e402205687879df * **ap-southeast-1** : ami-0ba7a6304bbdc5334
* **ap-southeast-2** : ami-01a03b2b23c9c806f * **ap-southeast-2** : ami-09bcbb1a6f3d7eb09
* **eu-central-1** : ami-0d7892ca1b552741f * **eu-central-1** : ami-05b663d803a327cf9
* **us-east-2** : ami-023f7ce2124538a21 * **us-east-2** : ami-0d950238960aee8d7
* **us-west-1** : ami-06a00e3425351f83c * **us-west-1** : ami-01b5a350bd3c07ce6
* **us-west-2** : ami-0058ad8734dbc8ef8 * **us-west-2** : ami-0f908183deb153e73
* **us-east-1** : ami-0f2b67aef5b95dc38 * **us-east-1** : ami-02b88185a2c89d72
## Next Step ## Next Step

View File

@ -2,6 +2,14 @@
title: Version 1.1 title: Version 1.1
--- ---
### ClearML Server 1.1.1
**Bug Fixes**
- Fix experiment plots override reported color-scale [ClearML GitHub issue #373](https://github.com/allegroai/clearml/issues/373), [Slack Channel](https://clearml.slack.com/archives/CTK20V944/p1627310354415200)
- Fix file server `GET` response for gzipped data-files contains `Content-Encoding: gz` header, causing clients to automatically decompress the file [ClearML GitHub issue #411](https://github.com/allegroai/clearml/issues/411)
- Fix server error when running with non-migrated v0.16 ElasticSearch data [Slack Channel](https://clearml.slack.com/archives)/CTK20V944/p1627911579075600
### ClearML Server 1.1.0 ### ClearML Server 1.1.0
**New Features and Improvements** **New Features and Improvements**