mirror of https://github.com/docker/docs.git
DTR 2.2.2 (#2022)
This commit is contained in:
parent
71b9da0844
commit
d05bb7ca40
|
@ -99,14 +99,14 @@ defaults:
|
||||||
path: "datacenter"
|
path: "datacenter"
|
||||||
values:
|
values:
|
||||||
ucp_latest_image: "docker/ucp:2.1.0"
|
ucp_latest_image: "docker/ucp:2.1.0"
|
||||||
dtr_latest_image: "docker/dtr:2.2.0"
|
dtr_latest_image: "docker/dtr:2.2.2"
|
||||||
-
|
-
|
||||||
scope:
|
scope:
|
||||||
path: "datacenter/dtr/2.2"
|
path: "datacenter/dtr/2.2"
|
||||||
values:
|
values:
|
||||||
ucp_version: "2.1"
|
ucp_version: "2.1"
|
||||||
dtr_version: "2.2"
|
dtr_version: "2.2"
|
||||||
docker_image: "docker/dtr:2.2.1"
|
docker_image: "docker/dtr:2.2.2"
|
||||||
-
|
-
|
||||||
scope:
|
scope:
|
||||||
path: "datacenter/dtr/2.1"
|
path: "datacenter/dtr/2.1"
|
||||||
|
|
|
@ -8,6 +8,8 @@
|
||||||
tar-files:
|
tar-files:
|
||||||
- description: "UCP 2.1.0"
|
- description: "UCP 2.1.0"
|
||||||
url: https://packages.docker.com/caas/ucp_images_2.1.0.tar.gz
|
url: https://packages.docker.com/caas/ucp_images_2.1.0.tar.gz
|
||||||
|
- description: "DTR 2.2.2"
|
||||||
|
url: https://packages.docker.com/caas/dtr-2.2.2.tar.gz
|
||||||
- description: "DTR 2.2.1"
|
- description: "DTR 2.2.1"
|
||||||
url: https://packages.docker.com/caas/dtr-2.2.1.tar.gz
|
url: https://packages.docker.com/caas/dtr-2.2.1.tar.gz
|
||||||
- description: "DTR 2.2.0"
|
- description: "DTR 2.2.0"
|
||||||
|
|
|
@ -10,6 +10,37 @@ known issues for each DTR version.
|
||||||
You can then use [the upgrade instructions](index.md),
|
You can then use [the upgrade instructions](index.md),
|
||||||
to upgrade your installation to the latest release.
|
to upgrade your installation to the latest release.
|
||||||
|
|
||||||
|
## DTR 2.2.2
|
||||||
|
|
||||||
|
(27 Feb 2017)
|
||||||
|
|
||||||
|
**New features**
|
||||||
|
|
||||||
|
* The web UI now displays a banner to administrators when a tag migration job
|
||||||
|
is running
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
**General improvements**
|
||||||
|
|
||||||
|
* Upgraded DTR security scanner
|
||||||
|
* Security scanner now generates less verbose logs
|
||||||
|
* Made `docker/dtr join` more resilient when using an NFS storage backend
|
||||||
|
* Made tag migrations more stable
|
||||||
|
* Made updates to the vulnerability database more stable
|
||||||
|
|
||||||
|
**Bugs fixed**
|
||||||
|
|
||||||
|
* Fixed a problem when trying to use Scality as storage backend. This problem
|
||||||
|
affected DTR 2.2.0 and 2.2.1
|
||||||
|
* You can now use the web UI to create and manage teams that have slashes in
|
||||||
|
their name
|
||||||
|
* Fixed an issue causing RethinkDB to not start due to DNS errors when
|
||||||
|
the RethinkDB containers were not restarted at the same time
|
||||||
|
* The web UI now shows the security scanning button if the vulnerability database
|
||||||
|
or security scanner have been updated
|
||||||
|
|
||||||
|
|
||||||
## DTR 2.2.1
|
## DTR 2.2.1
|
||||||
|
|
||||||
(9 Feb 2017)
|
(9 Feb 2017)
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue