From 2d6bccebb7e4aaf8d3e3abb57bfb734028a7ddcd Mon Sep 17 00:00:00 2001 From: Lena Larionova Date: Mon, 14 Oct 2019 15:26:18 -0700 Subject: [PATCH 1/4] release note for 2FA Signed-off-by: Lena Larionova --- docker-hub/release-notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docker-hub/release-notes.md b/docker-hub/release-notes.md index 2682e967fd..b47f68f040 100644 --- a/docker-hub/release-notes.md +++ b/docker-hub/release-notes.md @@ -9,6 +9,20 @@ toc_max: 2 Here you can learn about the latest changes, new features, bug fixes, and known issues for each Docker Hub release. +# 2019-10-16 + +### New features +* **Beta:** Docker Hub now supports [two-factor authentication (2FA)](/docker-hub/2fa). Enable it in your account settings, under the **[Security](https://hub.docker.com/settings/security)** section. + + +### Enhancements +* As a security measure, when two-factor authentication is enabled, the Docker CLI requires a personal access token instead of a password to log in. + +### Known Issues + +* Scan results don't appear for some official images. + + # 2019-10-02 ### Enhancements From 9da61a45132f99fdef92969022264c49a6a4c4f0 Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Tue, 15 Oct 2019 11:15:30 -0700 Subject: [PATCH 2/4] Added note about account recovery --- docker-hub/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-hub/release-notes.md b/docker-hub/release-notes.md index b47f68f040..205647f589 100644 --- a/docker-hub/release-notes.md +++ b/docker-hub/release-notes.md @@ -13,6 +13,8 @@ known issues for each Docker Hub release. ### New features * **Beta:** Docker Hub now supports [two-factor authentication (2FA)](/docker-hub/2fa). Enable it in your account settings, under the **[Security](https://hub.docker.com/settings/security)** section. +> If you lose both your 2FA authentication device and recovery code, you may not be able to recover your account. {: .important } + ### Enhancements From 588db82fa8722d6c2e86a8461592daf259f2aea7 Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Tue, 15 Oct 2019 14:02:26 -0700 Subject: [PATCH 3/4] Updated note --- docker-hub/release-notes.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-hub/release-notes.md b/docker-hub/release-notes.md index 205647f589..5cb3f28d2e 100644 --- a/docker-hub/release-notes.md +++ b/docker-hub/release-notes.md @@ -13,7 +13,10 @@ known issues for each Docker Hub release. ### New features * **Beta:** Docker Hub now supports [two-factor authentication (2FA)](/docker-hub/2fa). Enable it in your account settings, under the **[Security](https://hub.docker.com/settings/security)** section. -> If you lose both your 2FA authentication device and recovery code, you may not be able to recover your account. {: .important } + + > If you lose both your 2FA authentication device and recovery code, you may + > not be able to recover your account. + {: .important } From 6ddedc3f3893a511c13b95d2fe7dab7c7db29307 Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Mon, 21 Oct 2019 10:00:25 -0700 Subject: [PATCH 4/4] updated date --- docker-hub/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-hub/release-notes.md b/docker-hub/release-notes.md index 5cb3f28d2e..b1ac3657b9 100644 --- a/docker-hub/release-notes.md +++ b/docker-hub/release-notes.md @@ -9,7 +9,7 @@ toc_max: 2 Here you can learn about the latest changes, new features, bug fixes, and known issues for each Docker Hub release. -# 2019-10-16 +# 2019-10-21 ### New features * **Beta:** Docker Hub now supports [two-factor authentication (2FA)](/docker-hub/2fa). Enable it in your account settings, under the **[Security](https://hub.docker.com/settings/security)** section.