diff --git a/_config.yml b/_config.yml index 78d95a2c44..ab1e8ac5c2 100644 --- a/_config.yml +++ b/_config.yml @@ -40,7 +40,7 @@ defaults: values: assignee: "joaofnfernandes" ucp_latest_version: "2.0.1" - dtr_latest_version: "2.1.0" + dtr_latest_version: "2.1.1" - scope: path: "docker-cloud" values: diff --git a/datacenter/dtr/2.1/guides/release-notes.md b/datacenter/dtr/2.1/guides/release-notes.md index 8aa4d430b5..ae0c05a97c 100644 --- a/datacenter/dtr/2.1/guides/release-notes.md +++ b/datacenter/dtr/2.1/guides/release-notes.md @@ -14,6 +14,18 @@ known issues for each DTR version. You can then use [the upgrade instructions](install/upgrade.md), to upgrade your installation to the latest release. +## DTR 2.1.1 + +(28 Nov 2016) + +**Features** +* Added Support for Scality as S3 compatible object storage by updating to use AWS v4 headers + +**Other Improvements** +* Increase required consecutive failues for healthcheck to report error to 3 +* Fix bootstrapper restore command to work with notary +* Fix subsequent joins after a failed join + ## DTR 2.1.0 (10 Nov 2016)