Commit Graph

45 Commits

Author SHA1 Message Date
Allie Sadler f828147958
ENGDOCS-2018 (#19586)
* ENGDOCS-2018

* ENGDOCS-2018

* ENGDOCS-2018
2024-03-08 15:17:54 +00:00
Lorena Rangel c079b156f9
Docker desktop 4.28.0 release notes (#19446)
* Docker desktop 4.28.0 release notes

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Update content/desktop/release-notes.md

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-02-26 16:40:55 +00:00
Allie Sadler 20e9030be4
Engdocs 1988 (#19414)
* ENGDOCS-1988

* ENGDOCS-1988

* fix callout
2024-02-15 13:34:07 +00:00
Lorena Rangel 6337344440
4.27.2 release notes (#19317)
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-02-08 16:58:25 +00:00
Allie Sadler 2fa2aac5fd
ENGDOCS-1977 (#19320)
* ENGDOCS-1977

* fix callout
2024-02-06 16:17:21 +00:00
Lorena Rangel 51b3996c90
4.27.1 release notes (#19284)
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-02-01 16:24:18 +00:00
maxcleme 137462fd45
fix(docker-desktop): wrong linux links
Signed-off-by: maxcleme <maxime.clement@docker.com>
2024-01-25 21:28:51 +01:00
Lorena Rangel 1289aca1c4
Docker Desktop 4.27 release notes (#19181)
* Docker Desktop 4.27 release notes

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* small fixes, add build UI section

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Update content/desktop/release-notes.md

* Extension marketplace release note

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-01-25 16:04:42 +00:00
Allie Sadler dcfe8baa0b
ENGDOCS-1948 (#19121)
* ENGDOCS-1948

* edits

* review edits
2024-01-23 15:53:43 +00:00
Allie Sadler 616bd1fcb7
ENGDOCS-1953 (#19174)
* ENGDOCS-1953

* Update content/desktop/install/windows-install.md
2024-01-23 09:13:37 +00:00
Allie Sadler 418a47c7bc
ENGDOCS-1938-tier2 (#19076) 2024-01-11 08:18:55 +00:00
Lorena Rangel d0f6c35e33
Release notes for 4.26.1 (#18895)
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2023-12-14 16:05:32 +00:00
Allie Sadler c48c5215ca
Engdocs 1871 (#18780)
* ENGDOCS-1871

* freshness
2023-12-06 09:57:27 +00:00
Lorena Rangel 71c6d2d88a
Docker Desktop 4.26.0 release notes (#18789)
* Docker Desktop 4.26.0 release notes

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* reviews

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2023-12-04 16:02:30 +00:00
Allie Sadler ac1f89531d
ENGDOCS-1828 (#18775)
* ENGDOCS-1828

* Update content/desktop/install/windows-install.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update content/desktop/install/windows-install.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

---------

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2023-11-24 14:53:29 +00:00
Sebastiaan van Stijn 0ddb7e5ef1
desktop/install: add Ubuntu 23.10 "Mantic Minotaur", remove 23.04
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-11-22 14:22:31 +01:00
Sebastiaan van Stijn 87ca6a4d8f
desktop/install: remove Fedora 37, add Fedora 39
Fedora 37 reached EOL

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-11-22 12:42:44 +01:00
Lorena Rangel ee75f58370 Add 4.25.2 release notes
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2023-11-21 16:01:49 +01:00
Mihaela Stoica 425db7cb39
4.25 release note update (#18654)
* Update Docker Desktop release notes with the macOS minimum supported version

* Update macOS system requirements

- Added system requirements to the Apple silicon tab
- Removed the VirtualBox line
2023-11-14 08:02:15 +00:00
Lorena Rangel a64d73d85d
Release notes for 4.25.1 (#18617)
* Release notes for 4.25.1

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* reviews

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2023-11-13 16:22:42 +00:00
Allie Sadler cb8c338d64
windows version recommend/required (#18618) 2023-11-09 14:27:59 +00:00
David Karlsson 1fdb2e77d4 fix: broken glob path for lint job
Linting was only running on a subset of our Markdown files in `content`.
This change fixes the glob path, and adds appropriate exclude paths.
Because the glob pattern was incorrect before, we had lots of files that
didn't comply with the linting rules. This commit also fixes those
issues.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-04 10:50:02 +01:00
Allie Sadler ca54a465f5
Chores: ENGDOCS-1762 and ENGDOCS-1763 (#18548)
* ENGDOCS-1762

* ENGDOCS-1762
2023-10-30 14:20:53 +00:00
Lorena Rangel 731402fa06
Docker Desktop release notes for 4.25.0 (#18506)
* Docker Desktop release notes for 4.25.0

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Reviews

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* add known issues

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2023-10-26 16:14:59 +01:00
Allie Sadler ebf14248be
ENGDOCS-1743 (#18501)
* ENGDOCS-1743

* fix
2023-10-24 10:52:17 +01:00
Stephanie Aurelio ae798c90b1
Engine install freshness (#18464)
* create includes and refresh engine install docs

* freshness cleanup

* simplify sentence

* remove includes and add consistent spelling for apt

* Implement feedback

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-20 08:40:30 -07:00
Allie Sadler a5ce36a042
ENGDOCS-1733 (#18457)
* ENGDOCS-1733

* Apply suggestions from code review

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-19 10:44:49 +01:00
Allie Sadler df2e1acd03
debian-update (#18287)
Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-10-13 14:31:25 +01:00
Lorena Rangel b3b527ad92
Release notes for 4.24.2 (#18399)
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2023-10-12 15:40:07 +01:00
Allie Sadler f70780a332
mac req fix (#18358) 2023-10-04 12:29:26 +01:00
Tyler Barber b9d0cc1007
Update linux-install.md (#18333)
Readability improvement to Important info.
2023-10-02 11:01:33 +01:00
Allie Sadler 215c7adf79
ENGDOCS-1697 (#18322)
* ENGDOCS-1697

* ENGDOCS-1697

* ENGDOCS-1697

---------

Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-09-29 14:05:19 +01:00
Craig Gumbley a03e62282c
Update minimum supported Windows build (#18205)
This change updates the minimum supported Windows build to 19045.
2023-09-28 17:00:06 +01:00
Lorena Rangel 1e49c1079a
Release notes for docker Desktop 4.24.0 (#18288)
* change order for apple sillicon and and intel Desktop builds

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Docker Desktop 4.24.0 release notes

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* reviews

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2023-09-28 16:59:50 +01:00
Usha Mandya e29a15481c Update the supported versions of Ubuntu and Fedora
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2023-09-15 16:59:50 +01:00
Craig Osterhout 0721d8a719
update win install admin-settings flag (#18198)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-09-14 16:03:35 -07:00
David Karlsson b2b5cc7111
Merge pull request #18104 from lorenrh/4.23-release-notes
Add release notes for Docker Desktop 4.23.0
2023-09-11 17:06:02 +02:00
Lorena Rangel b922a166ba Add release notes for Docker Desktop 4.23.0
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2023-09-11 14:35:45 +02:00
David Karlsson bf9b3dd01c engine: simplify apt-based installation for ubuntu
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-04 17:56:24 +02:00
David Karlsson 63e55f32c9 engine: simplify apt-based installation for debian
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-09-04 17:56:24 +02:00
Chaimaa Zegoumou a6beadf6f2
Release notes for Docker Desktop 4.22.1 (#18028)
* Add release notes for Docker Desktop 4.22.1

* Apply suggestions from code review

* rectify release note entry

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-08-24 16:05:25 +01:00
Glenn 3166cae465
fix: Spelling mistake for Hyper-V 2023-08-24 14:08:41 +10:00
Allie Sadler e66e7800b1
Post migration tidy (#17968)
* desktop fixes

* extensions tidy

* extras

* fix

* fix

---------

Co-authored-by: Allie Sadler <alliesadler@f693mt7fh6.home>
2023-08-22 15:08:47 +01:00
David Karlsson 15e9e1e694 hugo: run migration script
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:42:25 +02:00
David Karlsson a0d21ade2f migrate to hugo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:41:02 +02:00