mirror of https://github.com/docker/docs.git
Release DTR 2.5.2
This commit is contained in:
parent
8c590de615
commit
d047a8bed3
|
|
@ -102,7 +102,7 @@ defaults:
|
||||||
values:
|
values:
|
||||||
dtr_org: "docker"
|
dtr_org: "docker"
|
||||||
dtr_repo: "dtr"
|
dtr_repo: "dtr"
|
||||||
dtr_version: "2.5.1"
|
dtr_version: "2.5.2"
|
||||||
- scope:
|
- scope:
|
||||||
path: "datacenter/dtr/2.4"
|
path: "datacenter/dtr/2.4"
|
||||||
values:
|
values:
|
||||||
|
|
@ -147,7 +147,7 @@ defaults:
|
||||||
dtr_repo: "dtr"
|
dtr_repo: "dtr"
|
||||||
ucp_version: "3.0.1"
|
ucp_version: "3.0.1"
|
||||||
dtr_version: "2.5.0"
|
dtr_version: "2.5.0"
|
||||||
dtr_latest_image: "docker/dtr:2.5.1"
|
dtr_latest_image: "docker/dtr:2.5.2"
|
||||||
- scope:
|
- scope:
|
||||||
path: "datacenter/ucp/2.2"
|
path: "datacenter/ucp/2.2"
|
||||||
values:
|
values:
|
||||||
|
|
|
||||||
|
|
@ -74,6 +74,10 @@
|
||||||
- product: "dtr"
|
- product: "dtr"
|
||||||
version: "2.5"
|
version: "2.5"
|
||||||
tar-files:
|
tar-files:
|
||||||
|
- description: "DTR 2.5.2 Linux x86"
|
||||||
|
url: https://packages.docker.com/caas/dtr_images_2.5.2.tar.gz
|
||||||
|
- description: "DTR 2.5.2 IBM Z"
|
||||||
|
url: https://packages.docker.com/caas/dtr_images_s390x_2.5.2.tar.gz
|
||||||
- description: "DTR 2.5.1 Linux x86"
|
- description: "DTR 2.5.1 Linux x86"
|
||||||
url: https://packages.docker.com/caas/dtr_images_2.5.1.tar.gz
|
url: https://packages.docker.com/caas/dtr_images_2.5.1.tar.gz
|
||||||
- description: "DTR 2.5.1 IBM Z"
|
- description: "DTR 2.5.1 IBM Z"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,12 @@ known issues for each DTR version.
|
||||||
You can then use [the upgrade instructions](admin/upgrade.md),
|
You can then use [the upgrade instructions](admin/upgrade.md),
|
||||||
to upgrade your installation to the latest release.
|
to upgrade your installation to the latest release.
|
||||||
|
|
||||||
|
## 2.5.2 (2018-5-21)
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
* Fixed a problem where promotion policies based on scanning results would not be executed correctly.
|
||||||
|
|
||||||
## 2.5.1 (2018-5-17)
|
## 2.5.1 (2018-5-17)
|
||||||
|
|
||||||
### New features
|
### New features
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue