From 68643a7708c8779fe10612777000fb1aa5d19137 Mon Sep 17 00:00:00 2001 From: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com> Date: Tue, 10 Nov 2020 11:37:21 -0500 Subject: [PATCH 1/6] Updating Hub>Release-notes for "Stale image info" This update is meant to go along with the update of the repos.md page (nothing else to announce for this release) https://github.com/docker/docker.github.io/pull/11679 --- docker-hub/release-notes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docker-hub/release-notes.md b/docker-hub/release-notes.md index 92b1330c7c..024157b5e1 100644 --- a/docker-hub/release-notes.md +++ b/docker-hub/release-notes.md @@ -9,6 +9,12 @@ toc_max: 2 Here you can learn about the latest changes, new features, bug fixes, and known issues for each Docker Hub release. +# 2020-11-12 + +### New features + +* The repository views now show which images are stale (without recent push/pull activity). For more information, see [repository tags](repos.md/#viewing-repository-tags) + # 2020-10-07 ### New features @@ -112,4 +118,4 @@ has been updated. ### Known Issues -* Scan results don't appear for some official images. \ No newline at end of file +* Scan results don't appear for some official images. From e05d2af1924ebe316683b8a7815dd78d0935344c Mon Sep 17 00:00:00 2001 From: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com> Date: Tue, 10 Nov 2020 12:14:19 -0500 Subject: [PATCH 2/6] Adjusted the release date The new version of Hub with Stale info indicator is live on Prod on 2020/11/10 --- 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 024157b5e1..1931b7b65c 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. -# 2020-11-12 +# 2020-11-10 ### New features From 95488047730919c21918d11711c37ba7c20dac9d Mon Sep 17 00:00:00 2001 From: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com> Date: Tue, 10 Nov 2020 12:32:27 -0500 Subject: [PATCH 3/6] Ending sentence with a full stop Co-authored-by: Mark H <70579116+mark-dr@users.noreply.github.com> --- 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 1931b7b65c..29602e68a6 100644 --- a/docker-hub/release-notes.md +++ b/docker-hub/release-notes.md @@ -13,7 +13,7 @@ known issues for each Docker Hub release. ### New features -* The repository views now show which images are stale (without recent push/pull activity). For more information, see [repository tags](repos.md/#viewing-repository-tags) +* The repository views now show which images are stale (without recent push/pull activity). For more information, see [repository tags](repos.md/#viewing-repository-tags). # 2020-10-07 From ff7d30ec0390c4eb6c2d95065dc440a3f6a56a2f Mon Sep 17 00:00:00 2001 From: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com> Date: Tue, 10 Nov 2020 12:42:11 -0500 Subject: [PATCH 4/6] Changing singular/plural Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- 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 29602e68a6..3e7eabc73d 100644 --- a/docker-hub/release-notes.md +++ b/docker-hub/release-notes.md @@ -13,7 +13,7 @@ known issues for each Docker Hub release. ### New features -* The repository views now show which images are stale (without recent push/pull activity). For more information, see [repository tags](repos.md/#viewing-repository-tags). +* The **Repositories** view now shows which images are stale (without recent push/pull activity). For more information, see [repository tags](repos.md/#viewing-repository-tags). # 2020-10-07 From c019656b29ae57bded61bd910f89d8e14092352f Mon Sep 17 00:00:00 2001 From: Emilie Franchomme <42777373+FranchommeE@users.noreply.github.com> Date: Tue, 10 Nov 2020 12:44:45 -0500 Subject: [PATCH 5/6] Better wording / sentence structure Co-authored-by: Mark H <70579116+mark-dr@users.noreply.github.com> --- 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 3e7eabc73d..505e94ef21 100644 --- a/docker-hub/release-notes.md +++ b/docker-hub/release-notes.md @@ -13,7 +13,7 @@ known issues for each Docker Hub release. ### New features -* The **Repositories** view now shows which images are stale (without recent push/pull activity). For more information, see [repository tags](repos.md/#viewing-repository-tags). +* The **Repositories** view now shows which images have gone stale because they haven't been pulled or pushed recently. . For more information, see [repository tags](repos.md/#viewing-repository-tags). # 2020-10-07 From 2bd3a02e18591701b5c6bc8e85d9cbeeb4ae8cf1 Mon Sep 17 00:00:00 2001 From: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> Date: Tue, 10 Nov 2020 18:06:03 +0000 Subject: [PATCH 6/6] Removed an extra full stop --- docker-hub/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-hub/release-notes.md b/docker-hub/release-notes.md index 505e94ef21..83d8f41d11 100644 --- a/docker-hub/release-notes.md +++ b/docker-hub/release-notes.md @@ -13,7 +13,8 @@ known issues for each Docker Hub release. ### New features -* The **Repositories** view now shows which images have gone stale because they haven't been pulled or pushed recently. . For more information, see [repository tags](repos.md/#viewing-repository-tags). +* The **Repositories** view now shows which images have gone stale because they haven't been +pulled or pushed recently. For more information, see [repository tags](repos.md/#viewing-repository-tags). # 2020-10-07