From 71b66710b4f13db62d0419fb4c7c20006e63dbe1 Mon Sep 17 00:00:00 2001 From: Dawn-Docker Enterprise <51414965+Dawn-Wood@users.noreply.github.com> Date: Tue, 10 Mar 2020 10:09:25 -0700 Subject: [PATCH] DTR release notes for March 2020 Amberjack patch release (#10425) * DTR release notes for March 2020 Amberjack patch release * updating dtr and ucp product versions and links to tarballs * fixing typo Co-authored-by: Dawn W Docker --- _config.yml | 4 ++-- _data/ddc_offline_files_2.yaml | 6 ++++++ ee/dtr/release-notes.md | 35 ++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index c92526ad79..399adc30ab 100644 --- a/_config.yml +++ b/_config.yml @@ -117,8 +117,8 @@ defaults: ucp_repo: "ucp" dtr_org: "docker" dtr_repo: "dtr" - ucp_version: "3.2.5" - dtr_version: "2.7.5" + ucp_version: "3.2.6" + dtr_version: "2.7.6" win_latest_build: "docker-19.03.5" # Previous DTR Releases - scope: diff --git a/_data/ddc_offline_files_2.yaml b/_data/ddc_offline_files_2.yaml index 62c3181f6f..7b4529e143 100644 --- a/_data/ddc_offline_files_2.yaml +++ b/_data/ddc_offline_files_2.yaml @@ -6,6 +6,10 @@ - product: "ucp" version: "3.2" tar-files: + - description: "3.2.6 Linux" + url: https://packages.docker.com/caas/ucp_images_3.2.6.tar.gz + - description: "3.2.6 Windows Server 2019 LTSC" + url: https://packages.docker.com/caas/ucp_images_win_2019_3.2.6.tar.gz - description: "3.2.5 Linux" url: https://packages.docker.com/caas/ucp_images_3.2.5.tar.gz - description: "3.2.5 Windows Server 2016 LTSC" @@ -428,6 +432,8 @@ - product: "dtr" version: "2.7" tar-files: + - description: "DTR 2.7.6 Linux x86" + url: https://packages.docker.com/caas/dtr_images_2.7.6.tar.gz - description: "DTR 2.7.5 Linux x86" url: https://packages.docker.com/caas/dtr_images_2.7.5.tar.gz - description: "DTR 2.7.4 Linux x86" diff --git a/ee/dtr/release-notes.md b/ee/dtr/release-notes.md index 295f2ed35f..f23fd5b8f9 100644 --- a/ee/dtr/release-notes.md +++ b/ee/dtr/release-notes.md @@ -24,6 +24,19 @@ to upgrade your installation to the latest release. # Version 2.7 +## 2.7.6 +(2020-03-10) + +### Bug Fixes +* UX improvement with regard to replica removal. By default, DTR now checks whether the replica being moved actually exists (the `--force` argument can be used to skip the check). (docker/dhe-deploy #10886) +* Fixed pagination issues encountered when non-admin users list the repositories in a namespace. (docker/dhe-deploy #10873) +* Fixed UI for OpenStack Swift storage backend settings. (docker/dhe-deploy #10866) +* Fixed issue that prevented non-admin users from being able to create promotion policies. (docker/dhe-deploy #10862) +* Fixed discrepencies in promotion policy creation UX. (docker/dhe-deploy #10865) + +### Security +* Update tooling to Golang 1.13.8. (docker/dhe-deploy #10901) + ## 2.7.5 (2020-01-28) @@ -183,6 +196,19 @@ Refer to [DTR image vulnerabilities](https://success.docker.com/article/dtr-imag # Version 2.6 +## 2.6.13 +(2020-03-10) + +### Bug Fixes +* UX improvement with regard to replica removal. By default, DTR now checks whether the replica being moved actually exists (the `--force` argument can be used to skip the check). (docker/dhe-deploy #10887) +* Fixed pagination issues encountered when non-admin users list the repositories in a namespace. (docker/dhe-deploy #10875) +* Fixed UI for OpenStack Swift storage backend settings. (docker/dhe-deploy #10867) +* Fixed cause of "failed to migrate blob links: tagmigration has not completed" + error message (encountered when upgrading from DTR 2.6). (docker/dhe-deploy #10869) + +### Security +* Update tooling to Golang 1.13.8. (docker/dhe-deploy #10902) + ## 2.6.12 (2020-01-28) @@ -535,6 +561,15 @@ Refer to [DTR image vulnerabilities](https://success.docker.com/article/dtr-imag > > Upgrade path from 2.5.x to 2.6: Upgrade directly to 2.6.4. +## 2.5.17 +(2020-03-10) + +### Bug Fixes +* Fixed pagination issues encountered when non-admin users list the repositories in a namespace. (docker/dhe-deploy #10879) + +### Security +* Update tooling to Golang 1.13.8. (docker/dhe-deploy #10907) + ## 2.5.16 (2020-01-28)