Commit Graph

164 Commits

Author SHA1 Message Date
Usha Mandya 681be44493
Merge pull request #11892 from docker/stephen-turner-patch-1
Update release-notes.md
2020-12-14 12:34:19 +00:00
Usha Mandya 5f0b65e135
Minor update 2020-12-14 12:17:44 +00:00
Stephen Turner c77bc109fc
Add release note about ~/Library being restricted 2020-12-14 12:00:40 +00:00
Stephen Turner 7f41b2b8f0
Update release-notes.md
Removed a bullet point in the 3.0.0 release notes where we claimed to have fixed a bug, because it later turned out that it wasn't fully fixed and we even added it to the Known Issues in the same release notes!
2020-12-11 20:46:05 +00:00
Stephen Turner 79fdf7adfd Docker Desktop 3.0.1 release notes 2020-12-11 14:59:17 +00:00
Jerome Dahdah 63c99f1713 Fixes docker/for-mac#5117
Add correct download link for Docker for Mac 2.5.0.1
2020-12-11 10:55:15 +00:00
Usha Mandya 78421ba741
Update docs for Desktop 3.0.0 release (#11859)
* Update docs for Desktop 3.0.0 release

* Update release notes

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Update release notes and Settings screenshots

* Add download URLs and a new known issue

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-12-10 15:01:02 +00:00
Usha Mandya b4f416df05 Fix Snyk version number
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-10 15:15:51 +00:00
Lorena Rangel 01667c32e9 Changelog for 2.5.0.1
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2020-11-09 12:06:07 +01:00
Trung Nguyen a166ddccf5 docs: changlog for Stable release 2.5.0.0
Signed-off-by: Trung Nguyen <ndtrung_nguyen30890@yahoo.com>
2020-11-02 16:47:59 +01:00
Sebastiaan van Stijn c119ed174e
Use https:// for links and examples
Found these using `http://[^lp10\*`<][^o]` (to exclude "localhost" and IP-addresses)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-13 12:09:11 +02:00
Usha Mandya 86f2259e06
Add missing relnotes (#11501)
* Add missing relnotes

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Fix markdown style issues

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Remove gPRC entry from Win relnotes

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-08 12:23:45 +01:00
Sebastiaan van Stijn 0bbe9c32fb
Fix various broken links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 12:49:22 +02:00
Mathieu Champlon eef2ddff7c Add Kubernetes reset note 2020-10-07 06:36:03 +02:00
David Scott af9263c8a8
Add release notes for Desktop 2.4.0.0 stable (#11436)
* Add release notes for Desktop 2.4.0.0 stable

Signed-off-by: David Scott <dave.scott@docker.com>

* Add more known issues for 2.4.0.0

Signed-off-by: David Scott <dave.scott@docker.com>

* Fix URL typo in the 2.4.0.0 release notes

Signed-off-by: David Scott <dave.scott@docker.com>

* Update the workaround

* Minor update

* Update the workaround

 For the known issue on switching users

* Update docker-for-mac/release-notes.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* Update docker-for-windows/release-notes.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* Update old download URL

* Update old download URL

* Update docker-for-windows/release-notes.md

Co-authored-by: David Scott <djs55@users.noreply.github.com>

* Update docker-for-windows/release-notes.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2020-09-30 14:08:55 +01:00
David Scott 62f31a3ad6
Docker Desktop release notes: add clock_gettime64 known issue (#11405)
* Docker Desktop release notes: add clock_gettime64 known issue

See https://github.com/docker/for-win/issues/8326

Signed-off-by: David Scott <dave.scott@docker.com>

* Minor style update

* minor style update

* Minor style updte

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-22 15:28:48 +01:00
Emmanuel Briney 9a49bb310e
Release notes for Desktop stable 2.3.0.5 (#11368)
* Release notes for Desktop stable 2.3.0.5

* Fix headlines

* Fix headlines and date

* Fix date

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2020-09-15 11:34:04 +01:00
Usha Mandya 54ba0538b8 Release notes for Desktop stable 2.3.0.4 2020-07-27 15:41:54 +01:00
Usha Mandya ec8508b0b4
Minor style update 2020-05-27 15:39:16 +01:00
Mathieu Champlon 7a1db9a618 Added release notes for Docker Desktop Stable 2.3.0.3 2020-05-27 14:37:15 +02:00
Usha Mandya f44d049367
Add note on Desktop installer size (#10819) 2020-05-18 10:32:21 +01:00
Usha Mandya 2e032dde73
Release notes for Desktop Stable 2.3.0.0 (#10676)
* Release notes for Desktop Stable 2.3.0.0

* Add download URL and release date
2020-05-11 14:51:15 +01:00
Sebastiaan van Stijn 391772e158
DD: fix broken links in release notes (#10735)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-30 18:59:03 +01:00
Sebastiaan van Stijn 087e391397
desktop: use relative markdown links
Unfortunately, the only reliable way to create internal links
is to use relative links to other Markdown files. This does
match the way links on GitHub work, but makes it harder to
create these links.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:21 +02:00
Mathieu Champlon 7786c0bf30 Add Docker Desktop Stable 2.2.0.5 release notes 2020-04-02 12:33:07 +02:00
Usha Mandya 4e2d1ea427
update Desktop release date (#10441) 2020-03-13 10:09:09 +00:00
Usha Mandya c28bd02332
Release notes for Desktop Stable 2.2.0.4 (#10408)
* Release notes for Desktop Stable 2.2.0.4

* update release date and download URLs

* add note on disk image resize

* clarify disk size
2020-03-12 17:58:12 +00:00
Usha Mandya 2598e0987d
Removed the sign in req from mac install (#10319) 2020-02-19 11:27:47 +00:00
Stefan Scherer 200f25db82
Update links to get Docker Desktop from Docker Hub (#10318)
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-02-19 11:08:18 +00:00
Usha Mandya 12cc8512e4
Release notes for Desktop Stable patch (#10266)
* Release notes for Desktop Stable patch
* fix review comments
2020-02-11 13:11:57 +00:00
Usha Mandya 1566a92ef7
add release date for Desktop 2.2 (#10192) 2020-01-24 11:26:06 +00:00
Usha Mandya c6524a27eb
update urls for 2.1.0.5 release (#10175) 2020-01-22 11:22:03 +00:00
Usha Mandya 35e7f91895 add note on kube cluster reset 2020-01-21 14:15:32 +00:00
Usha Mandya 4386595f7c
Release notes for Desktop Stable 2.2 release (#10032)
* Release notes for Desktop Stable 2.2 release

* Ruby Ver Bump (#10040)

* removed wsl entries from Windows relnotes

* address review comments

* minor updates

* Fix compose version number

* Fix compose version number

* bumped Compose version, added a new known issue

Co-authored-by: Olly P <oppomeroy@gmail.com>
Co-authored-by: Stephen Turner <stephen.turner@docker.com>
2020-01-21 11:09:26 +00:00
Usha Mandya 054f084127
Release notes for Desktop Stable 2.1.0.5 (#9898) 2019-11-18 16:30:23 +00:00
Dawn-Docker 3c54d2ff9c
Update toc (#9819) 2019-11-08 08:13:40 -08:00
Usha Mandya 1ca4016171
Get started command prompt updates (#9747)
* Get started command prompt updates

* update intro text in stable relnotes
2019-11-05 09:51:08 +00:00
Adrian Plata 2f43d109ae
Fixing broken link (#9715)
* Fixing broken link

Signed-off-by: Adrian Plata <adrian.plata@docker.com>

* Adding windows link fix.
2019-10-22 10:53:38 -07:00
Usha Mandya 5843a3929d
Adding 2fa entry in Desktop relnotes (#9709) 2019-10-22 14:02:01 +01:00
Usha Mandya d7e1273585
Desktop 2.1.0.4 stable release (#9694) 2019-10-21 18:07:58 +01:00
Usha Mandya 5ddef68d55
Desktop stable and edge relnote updates (#9450)
* Desktop stable and edge relnote updates

* fixed heading format
2019-09-16 14:23:25 +01:00
Usha Mandya 4fd59d1dde download urls for 2.1.0.1 release 2019-09-05 10:11:20 +01:00
Usha Mandya 0a8a1747c2 Desktop stable 2.1.0.2 relnotes 2019-09-04 12:58:33 +01:00
Usha Mandya 5aa09cc8e6
Relnotes for Desktop Edge 2110 release (#9225)
Desktop Edge 2.1.1.0 release notes
2019-08-12 11:48:19 +01:00
Usha Mandya d4bf218faa
Relnotes for Desktop 2.1.0.1 release (#9215)
Relnotes for Desktop 2.1.0.1 release
2019-08-08 10:37:43 +01:00
Usha Mandya 35fb5ad9ae
Adding relnotes for Mac and Windows 2.1.0.0 stable release (#9180)
Mac and Windows 2.1.0.0 stable release notes
2019-07-31 18:48:02 +01:00
Dawn W Docker 7b45982a0a branding changes
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 14:48:19 -07:00
Jenkins-pr-release-docs dde678213c Docker for mac stable relnotes 2.0.0.3
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2019-02-15 09:32:42 +00:00
paigehargrave ebea690ba0
Update release-notes.md 2019-01-17 07:17:48 -05:00
Jenkins-pr-release-docs 5bfb37cb84 Docker for mac stable relnotes 2.0.0.2
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2019-01-16 13:57:48 +00:00