From c6910064d9c65e2d375422adbc2f49f6e0d4cdbb Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Mon, 6 May 2019 13:17:12 -0400 Subject: [PATCH 1/3] Fix dates --- ee/dtr/release-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/dtr/release-notes.md b/ee/dtr/release-notes.md index c65ba107bb..e679649fb3 100644 --- a/ee/dtr/release-notes.md +++ b/ee/dtr/release-notes.md @@ -22,7 +22,7 @@ to upgrade your installation to the latest release. # Version 2.6 ## 2.6.6 -(2019-5-2) +(2019-5-6) ### Security @@ -277,7 +277,7 @@ to upgrade your installation to the latest release. ## 2.5.11 -(2019-05-02) +(2019-05-06) ### Security @@ -789,7 +789,7 @@ specify `--log-protocol`. ## 2.4.12 -(2019-05-02) +(2019-05-06) ### Security From 4faa05a668f2b2c15ceaee10dc47f6d41aff2fcc Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Mon, 6 May 2019 13:18:31 -0400 Subject: [PATCH 2/3] Fix dates --- ee/ucp/release-notes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/ucp/release-notes.md b/ee/ucp/release-notes.md index 829167af59..f34629078b 100644 --- a/ee/ucp/release-notes.md +++ b/ee/ucp/release-notes.md @@ -22,7 +22,7 @@ upgrade your installation to the latest release. # Version 3.1 ## 3.1.7 -(2019-05-02) +(2019-05-06) ### Security * Refer to [Docker Hub Maintenance](https://success.docker.com/article/ucp-image-vulnerabilities) for details regarding actions to be taken, timeline, and any status updates/issues/recommendations. @@ -367,7 +367,7 @@ The following features are deprecated in UCP 3.1. ## 3.0.11 -2019-05-02 +2019-05-06 ### Bug Fixes * Updated the UCP base image layers to fix a number of old libraries and components that had security vulnerabilities. @@ -841,7 +841,7 @@ deprecated. Deploy your applications as Swarm services or Kubernetes workloads. ## Version 2.2.18 -2019-05-02 +2019-05-06 ### Bug Fixes * Updated the UCP base image layers to fix a number of old libraries and components that had security vulnerabilities. From 1de4d5aff70c643364849091f228da23aae2c523 Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Mon, 6 May 2019 13:19:33 -0400 Subject: [PATCH 3/3] Fix dates --- engine/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/release-notes.md b/engine/release-notes.md index 723e0a9c1f..a494943744 100644 --- a/engine/release-notes.md +++ b/engine/release-notes.md @@ -31,7 +31,7 @@ consistency and compatibility reasons. ## 18.09.6 -2019-05-02 +2019-05-06 ### Builder * Fixed `COPY` and `ADD` with multiple `` to not invalidate cache if `DOCKER_BUILDKIT=1`.[moby/moby#38964](https://github.com/moby/moby/issues/38964)