From 30b9d942e1b6bf8ef6e84052731d4a5c9262f493 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Thu, 5 Aug 2021 16:52:56 +0300 Subject: [PATCH] Update release notes and AMIs for ClearML Server v1.1.1 --- .../clearml_server_aws_ec2_ami.md | 36 +++++++++---------- docs/release_notes/ver_1_1.md | 8 +++++ 2 files changed, 26 insertions(+), 18 deletions(-) diff --git a/docs/deploying_clearml/clearml_server_aws_ec2_ami.md b/docs/deploying_clearml/clearml_server_aws_ec2_ami.md index 446764dd..478c4f4d 100644 --- a/docs/deploying_clearml/clearml_server_aws_ec2_ami.md +++ b/docs/deploying_clearml/clearml_server_aws_ec2_ami.md @@ -155,25 +155,25 @@ The following section contains a list of AMI Image IDs per region for the latest ### Latest version -#### v1.1.0 +#### v1.1.1 -* **eu-north-1** : ami-0d04eba79249d225b -* **ap-south-1** : ami-01900399c17492874 -* **eu-west-3** : ami-0401f02712333a812 -* **eu-west-2** : ami-0504ebac43689749c -* **eu-west-1** : ami-028729bbc6acdd57d -* **ap-northeast-3** : ami-051819a5650f03a81 -* **ap-northeast-2** : ami-0b57b812e13b1e1f1 -* **ap-northeast-1** : ami-09a8d6225a9f4a67f -* **sa-east-1** : ami-0af2b217ba744e4ce -* **ca-central-1** : ami-05a6192e633b62110 -* **ap-southeast-1** : ami-01e402205687879df -* **ap-southeast-2** : ami-01a03b2b23c9c806f -* **eu-central-1** : ami-0d7892ca1b552741f -* **us-east-2** : ami-023f7ce2124538a21 -* **us-west-1** : ami-06a00e3425351f83c -* **us-west-2** : ami-0058ad8734dbc8ef8 -* **us-east-1** : ami-0f2b67aef5b95dc38 +* **eu-north-1** : ami-06833570c4f3e3852 +* **ap-south-1** : ami-003c92550f0883688 +* **eu-west-3** : ami-066c3b09c77ad818e +* **eu-west-2** : ami-0cc7694d2a9930cdb +* **eu-west-1** : ami-0bf0008b101d5a65e +* **ap-northeast-3** : ami-09f8fdb9be8bf222c +* **ap-northeast-2** : ami-0794d10bc2bab11e5 +* **ap-northeast-1** : ami-04a0defce217de812 +* **sa-east-1** : ami-0c8c3c36f3854b129 +* **ca-central-1** : ami-0fc8d4042bb8ad486 +* **ap-southeast-1** : ami-0ba7a6304bbdc5334 +* **ap-southeast-2** : ami-09bcbb1a6f3d7eb09 +* **eu-central-1** : ami-05b663d803a327cf9 +* **us-east-2** : ami-0d950238960aee8d7 +* **us-west-1** : ami-01b5a350bd3c07ce6 +* **us-west-2** : ami-0f908183deb153e73 +* **us-east-1** : ami-02b88185a2c89d72 ## Next Step diff --git a/docs/release_notes/ver_1_1.md b/docs/release_notes/ver_1_1.md index a656f2bb..80f0e0a8 100644 --- a/docs/release_notes/ver_1_1.md +++ b/docs/release_notes/ver_1_1.md @@ -2,6 +2,14 @@ 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 **New Features and Improvements**