Skip to content

Commit

Permalink
DTR release notes for March 2020 Amberjack patch release (docker#10425)
Browse files Browse the repository at this point in the history
* 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 <dawn.wood@users.noreply.github.com>
  • Loading branch information
Dawn-Wood and Dawn W Docker authored Mar 10, 2020
1 parent 1927e87 commit 71b6671
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 6 additions & 0 deletions _data/ddc_offline_files_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
35 changes: 35 additions & 0 deletions ee/dtr/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 71b6671

Please sign in to comment.