DTR and Desktop relnotes for August patch (#1299)

DDE and DTR changes for August patch
This commit is contained in:
Usha Mandya 2019-08-29 13:55:00 +01:00 committed by GitHub
parent 3e8ba647c4
commit 075458e9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 64 additions and 3 deletions

View File

@ -15,6 +15,26 @@ For information on system requirements, installation, and download, see:
For Docker Enterprise Engine release notes, see [Docker Engine release notes](/engine/release-notes). For Docker Enterprise Engine release notes, see [Docker Engine release notes](/engine/release-notes).
## Version 2.1.0.3
2019-08-29
Docker Desktop Enterprise 2.1.0.3 contains a Kubernetes upgrade. Note that your local Kubernetes cluster will be reset after installing this version.
### Upgrades
- [Docker 19.03.2](https://docs.docker.com/engine/release-notes/) in Version Pack Enterprise 3.0
- [Kubernetes 1.14.6](https://github.com/kubernetes/kubernetes/releases/tag/v1.14.6) in Version Pack Enterprise 3.0
- [Go 1.12.9](https://github.com/golang/go/issues?q=milestone%3AGo1.12.9+label%3ACherryPickApproved) in Version Pack Enterprise 3.0
- [Qemu 4.1.0](https://github.com/docker/binfmt) to cross-compile ARM devices
- Application Designer 0.1.6
- Mac: [Hyperkit 0.20190802](https://github.com/moby/hyperkit/releases/tag/v0.20190802)
### Bug fixes and minor changes
- Restricted the `cluster-admin` role on local Kubernetes cluster to `kube-system` namespace.
- Mac: Docker Desktop checks the `admin-settings.json` file and enforces the CLI config whenever Docker Engine is restarted.
- Windows: Updated the Access Control List (ACL) on `cli-plugins` and `version-bin` folders to ensure only administrators have read/write access to these folders.
## Version 2.1.0.2 ## Version 2.1.0.2
2019-07-26 2019-07-26

View File

@ -22,10 +22,24 @@ to upgrade your installation to the latest release.
# Version 2.7 # Version 2.7
## 2.7.2
(2019-8-29)
### Bug fixes
* Fixed a bug which prevented non-admin users from creating or editing promotion policies. (docker/dhe-deploy #10551)
* Fixed an issue where promotion policy details could not be displayed. (docker/dhe-deploy #10510)
### Security
* Updated the Go programming language version for DTR to `1.12.9`. (docker/dhe-deploy #10570)
## 2.7.1 ## 2.7.1
(2019-7-22) (2019-7-22)
### Bug Fixes
* In 2.7.0 users may see ```vuln_db_update``` jobs fail with the message ```Unable to get update url: Could not get signed urls with errors``` -- 2.7.1 addresses this issue. With it your vulnerability database update jobs should succeed. ### Bug fixes
* In 2.7.0, users may see ```vuln_db_update``` jobs fail with the message ```Unable to get update url: Could not get signed urls with errors``` -- 2.7.1 addresses this issue. With it your vulnerability database update jobs should succeed.
## 2.7.0 ## 2.7.0
(2019-7-22) (2019-7-22)
@ -90,6 +104,13 @@ Refer to [DTR image vulnerabilities](https://success.docker.com/article/dtr-imag
# Version 2.6 # Version 2.6
## 2.6.9
(2019-8-28)
### Security
* Updated the Go programming language version for DTR to `1.12.9`. (docker/dhe-deploy #10557)
## 2.6.8 ## 2.6.8
(2019-7-17) (2019-7-17)
@ -395,12 +416,18 @@ Refer to [DTR image vulnerabilities](https://success.docker.com/article/dtr-imag
# Version 2.5 # Version 2.5
> **Important DTR Upgrade Information** > **Important DTR Upgrade Information**
> If you have manifest lists enabled on any of your repositories: > If you have manifest lists enabled on any of your repositories:
> >
> Upgrade path from 2.5.x to 2.6: Upgrade directly to 2.6.4. > Upgrade path from 2.5.x to 2.6: Upgrade directly to 2.6.4.
## 2.5.14
(2019-8-28)
### Security
* Updated the Go programming language version for DTR to `1.12.9`. (docker/dhe-deploy #10558)
## 2.5.13 ## 2.5.13
(2019-07-17) (2019-07-17)
@ -987,6 +1014,13 @@ specify `--log-protocol`.
> Upgrade path from 2.4.x to 2.5: Do not opt into garbage collection, or directly upgrade to 2.5.10 if you need to opt into garbage collection. > Upgrade path from 2.4.x to 2.5: Do not opt into garbage collection, or directly upgrade to 2.5.10 if you need to opt into garbage collection.
> Upgrade path from 2.5.x to 2.6: Upgrade directly to 2.6.4. > Upgrade path from 2.5.x to 2.6: Upgrade directly to 2.6.4.
## 2.4.14
(2019-8-28)
### Security
* Updated the Go programming language version for DTR to `1.12.9`. (docker/dhe-deploy #10554)
## 2.4.13 ## 2.4.13
(2019-07-17) (2019-07-17)

View File

@ -234,3 +234,10 @@ Configures iSCSI options for UCP.
| `--storage-iscsi=true` | no | Enables iSCSI based Persistent Volumes in Kubernetes. Default value is `false`. | | `--storage-iscsi=true` | no | Enables iSCSI based Persistent Volumes in Kubernetes. Default value is `false`. |
| `--iscsiadm-path=<path>` | no | Specifies the path of the iscsiadm binary on the host. Default value is `/usr/sbin/iscsiadm`. | | `--iscsiadm-path=<path>` | no | Specifies the path of the iscsiadm binary on the host. Default value is `/usr/sbin/iscsiadm`. |
| `--iscsidb-path=<path>` | no | specifies the path of the iscsi database on the host. Default value is `/etc/iscsi`. | | `--iscsidb-path=<path>` | no | specifies the path of the iscsi database on the host. Default value is `/etc/iscsi`. |
### pre_logon_message
Configures a pre-logon message.
| Parameter | Required | Description |
|:------------------------|:---------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `pre_logon_message` | no | Sets pre-logon message to alert users before they proceed with login. |