Commit Graph

1878 Commits

Author SHA1 Message Date
Adrian Plata 0a64491330 updating rel-note date
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-11-14 10:25:33 -08:00
Adrian Plata d9c7c3216f
Eng nov patch notes (#1438)
* Desktop Edge release notes

* update edge release notes

* Desktop Edge relnote updates

* Update for v2.1.4.0

* Update README.md

* November engine patch release notes

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

* More notes.

* updated notes

* updating release date

* update for notes
2019-11-13 14:34:52 -08:00
Dawn-Docker 3c54d2ff9c
Update toc (#9819) 2019-11-08 08:13:40 -08:00
patodia20 3629f23c21 Update index.md (#9813)
* Update index.md

corrected spellings of reconcile and changes "roll-back task to" to "roll-back to"

* grammar fixes
2019-11-07 08:24:47 -08:00
lena-larionova 54ca6a523b
Fixing glossary links (#9812)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-06 11:00:13 -08:00
Traci Morrison 90a46de693
Merge pull request #9661 from pjbgf/patch-1
Remove socket and socketcall from blocked syscalls
2019-10-30 11:27:22 -04:00
Paulo Gomes 2adcf3bd66
Add minKernel details for ptrace
Changes brought up by commit:

1124543ca8 (diff-0ebf5796a57d68894d5550c407061035)
2019-10-29 14:51:22 +00:00
Adrian Plata 4b642c559a
Merge pull request #9672 from adrian-plata/Run-reference-redirect
Adding redirect
2019-10-18 10:02:17 -07:00
Adrian Plata 683e9f3a11 Engine release notes (#9674)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-17 17:24:53 -07:00
Adrian Plata e1a28d694b Adding redirect
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-17 10:22:33 -07:00
Paulo Gomes 5c0c1eed40
Remove ptrace from blocked syscalls
Update documentation to reflect that ptrace is no longer blocked on the default profile.

More information:
1124543ca8 (diff-0ebf5796a57d68894d5550c407061035)
2019-10-17 09:59:47 +01:00
Paulo Gomes d32f93ca93
Remove reference to socket and socketcall 2019-10-17 09:53:28 +01:00
Paulo Gomes 04b5f87b28
Remove socket from blocked syscalls
Socket syscalls are no longer blocked on the default profile for a while now. More information: 
dcf2632945 (diff-0ebf5796a57d68894d5550c407061035)
2019-10-17 09:44:40 +01:00
Adrian Plata 836e575945
Merge pull request #9641 from adrian-plata/reading-time-introduction
Reading time introduction
2019-10-16 16:34:22 -07:00
Adrian Plata 60d5ae7d7e removing reading time from Reference
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-14 13:50:42 -07:00
Sujay Pillai 1a684b91a1 Updated userns-remap.md (#9629)
Updated the links to solve https://github.com/docker/docker.github.io/issues/9419
2019-10-14 10:54:24 -07:00
Adrian Plata 0701fbafa8 Adding Known Issues to Release Notes
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-11 12:58:06 -07:00
Adrian Plata b25ec58b72 Add DCT Linux note
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-10 16:18:43 -07:00
Adrian Plata 76a62869af Fixing engine release note header navigation
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-09 08:52:06 -07:00
Adrian Plata 63098eddde
Merge pull request #9598 from usha-mandya/2019-09-patch-release-notes
September patch release notes
2019-10-08 18:35:03 -07:00
Adrian Plata 4016a35d0a first part of engine rel notes
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-07 14:37:21 -07:00
Traci Morrison 6716217cb3 Add note on swarm mode restore process 2019-10-02 11:03:19 -04:00
Trapier Marshall 6c5174393e Correct default-address-pool to default-addr-pool
WHAT I DID:

```
git grep -l default-address-pool  |\
xargs sed -i 's:default-address-pool:default-addr-pool:g'
```

... then put the `engine/release-notes.md` back to
`--default-address-pool`, since it refers to `dockerd`.

REFERENCES:

client version 18.09.3:

```
$ docker swarm init --help |grep default-addr
      --default-addr-pool ipNetSlice           default address pool in CIDR format (default [])
      --default-addr-pool-mask-length uint32   default address pool subnet mask length (default 24)
```

server version 18.09.3:

```
$ dockerd --help |grep default-addr
      --default-address-pool pool-options       Default address pools for node specific local networks
```
2019-09-24 11:00:00 -04:00
Olly P fa61f49afe
Fixed typo in 18.03 rel notes (#9417) 2019-09-10 11:52:57 +01:00
Diógenes Fernandes cee363d51a Update faq.md (#9354) 2019-09-04 17:09:54 +01:00
Usha Mandya 311b38050f update the release date 2019-09-03 08:04:52 +01:00
Adrian Plata 160f06d085
Engine August patch release notes
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-08-29 14:44:36 +00:00
Martynas Buivys 3268eea0c8 Fix a link in release-notes.md (#9203) 2019-08-14 16:41:07 -07:00
Olly P 1328ae728b
Fix deadlink issue-9214 (#9243) 2019-08-12 15:51:13 +01:00
Adrian Plata 6978cc132b
deleting unlinked content (#9220)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-08-08 10:45:18 -07:00
Adrian Plata d6c6956380
deleting unlinked content (#9218)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-08-07 16:42:59 -07:00
Usha Mandya b736201da9 fix duplicate relnote entries (#9197) 2019-08-02 10:57:53 -07:00
Olly P 02183c805f
Fix Conflict in Rel notes (#9186) 2019-08-02 11:12:43 +01:00
Dawn W Docker f4a0e47646 Merge remote-tracking branch 'private/master' into private-to-public 2019-07-30 16:40:44 -07:00
Dawn W Docker 11dbdf85ec fixed relnote heading 2019-07-30 15:57:06 -07:00
Alastair Smith 9df056c158 Merge remote-tracking branch 'private/master' into engine-rel-notes 2019-07-25 18:35:28 -05:00
Adrian Plata 0bacab2ccb
Release notes for patch 19.03.1 (#1284)
* Release notes for patch 19.03.1

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

* Release notes for patch 19.03.1

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

* Release notes for patch 19.03.1

Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-07-25 14:26:50 -07:00
Dawn W e5c4444db8
Merge pull request #9038 from AkihiroSuda/patch-11
Strongly recommend TLS for API socket
2019-07-23 11:18:40 -07:00
usha-mandya 96769eba9d Update the GA date in relnotes 2019-07-22 13:57:21 +01:00
David Yu 0d48e207bf
Formatting of commands
Small formatting change on commands
2019-07-19 15:45:08 -07:00
Dawn W Docker 023814b048 added section on gmsa 2019-07-19 15:01:43 -07:00
ollypom 4524319333
Merge branch 'master' into amberjack 2019-07-19 14:23:33 +00:00
ollypom c39ba281fd
Synced Docs Public Master with Docs Private Master 2019-07-19 11:02:28 +00:00
Olly Pomeroy 4649114607
Fix Rel notes formatting
Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-07-18 14:03:08 +01:00
Dawn W Docker 92f5648f57 updating relnotes for july patch 2019-07-17 17:19:01 -07:00
Etienne Stalmans 6c5f477ca1
Add a reference to CVE-2019-13139, which was patched in the 18.09.4 release 2019-07-15 22:59:56 +02:00
Usha Mandya b59e383d16
Merge pull request #9039 from Thraka/patch-1
Update .NET Core references
2019-07-10 12:03:21 +01:00
Usha Mandya 641da0ed72
Merge pull request #8965 from vmrocha/patch-1
Update dotnetcore.md with the new samples URL
2019-07-09 19:05:55 +01:00
Usha Mandya 38835a5395
Merge pull request #9019 from jasonharrison/patch-1
Improve grammar
2019-07-09 18:56:32 +01:00
Usha Mandya 1a11c1d232
Minor style edits 2019-07-09 18:45:36 +01:00
Andy De George 660c43bba3
Change link to latest article on docs.ms 2019-07-09 09:22:11 -07:00
Andy De George 829efd8d92
Update index.md 2019-07-09 08:35:13 -07:00
Andy De George b36cc1d36e
Adjust title to clarify ASP.NET Core and not .NET Core
We had an [issue over on the .NET Core documentation](https://github.com/dotnet/docs/pull/13278) regarding Docker where someone was confused about .NET Core vs ASP.NET Core and pointed out that this article used the terms interchangeably. I wanted to submit this fix to hopefully reduce that.

I also:

1. Removed the en-us from links.
2019-07-09 08:31:28 -07:00
Akihiro Suda b690a3213d
Strongly recommend TLS for API socket 2019-07-09 15:45:10 +09:00
Dawn W 65c9904da3
Merge pull request #1138 from docker/engine-release-notes
Engine release notes - raw content addition
2019-07-08 17:35:26 -07:00
ollypom 9bafc04bcc
Fixed Conflict 2019-07-08 17:00:49 +00:00
Adrian Plata 227793a1cb
Updated release notes 2019-07-02 17:01:06 -07:00
ollypom 4595c128a1
Merge branch 'master' into amberjacktest 2019-07-02 20:09:49 +00:00
Olly P 9878f22b17
Formatting nit 2019-07-02 10:00:19 +01:00
Jason Harrison a931764c48
Improve grammar 2019-07-01 20:22:59 -04:00
Adrian Plata ac0590f035
Merge branch 'amberjack' into engine-release-notes 2019-07-01 16:31:25 -07:00
nirajrules db7d8d4b3f
The notary config file had a comma missing
Docker SA from South East
2019-07-01 18:23:21 -04:00
ollypom 1d6bc9332c
Patch for June Release Notes
* Fixed broken link in UCP Rel Notes
* Fixed x.y.z naming in Engine Rel Notes
2019-06-29 12:06:42 +00:00
Usha Mandya 6cc323e935
Merge pull request #8977 from usha-mandya/patch-06-2019
June patch release notes
2019-06-27 19:03:47 +01:00
Usha Mandya 44c5ca316a
Update engine/release-notes.md
Co-Authored-By: Kirill Kolyshkin <kolyshkin@users.noreply.github.com>
2019-06-27 18:50:16 +01:00
usha-mandya ead1e1d8d5 Added Engine release notes and update release date 2019-06-27 12:25:12 +01:00
Sebastiaan van Stijn 781318b408
Merge pull request #8928 from AkihiroSuda/patch-9
Fix dockremap calculation
2019-06-26 13:15:53 +02:00
paigehargrave 5d1c57932e
Minor syntax fixes 2019-06-25 08:19:21 -04:00
paigehargrave 9154fc7628
Minor syntax fix 2019-06-25 08:15:15 -04:00
Alastair Smith 87db538a34 Merge remote-tracking branch 'upstream/master' 2019-06-24 11:22:13 -05:00
paigehargrave bcd23de596
Added deprecation info 2019-06-22 07:39:52 -04:00
paigehargrave ceef32af03
Added 18.09.7 updates 2019-06-22 07:31:58 -04:00
paigehargrave dd74c0e290
Updates for older releases 2019-06-20 15:53:19 -04:00
paigehargrave daa68477bf
Updates for latest changelog 2019-06-20 13:59:27 -04:00
Sebastiaan van Stijn 0266be38d7
Move cluster reference docs, and generate from YAML
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-20 14:27:17 +02:00
paigehargrave 3717af90ed
Updated from 6/19 changelog updates 2019-06-20 06:58:06 -04:00
Vinicius Rocha f8bd0d005e
Update dotnetcore.md with the new samples URL 2019-06-19 14:17:57 -04:00
Andrew Hsu a7a1634341 update engine deprecation policy
To allow for an explicit removal period.

Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2019-06-19 03:10:38 +00:00
paigehargrave b2e23baafa
Known issues updates 2019-06-15 15:57:25 -04:00
paigehargrave 660e1a07dd
Updates for Jira 850 2019-06-13 17:21:53 -04:00
paigehargrave b1a01302fc
Info for 850 2019-06-13 16:33:42 -04:00
Jameson Hyde e7d69b14a7 Include service support for DCT in engine (#1177)
Signed-off-by: Jameson Hyde <jameson.hyde@docker.com>
2019-06-13 12:50:35 -07:00
Maria Bermudez 01277a66f5
Merge branch 'amberjack' into master 2019-06-13 19:10:41 +01:00
Sebastiaan van Stijn 05d91b90f3
Add Engine API version v1.40
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-13 15:05:36 +02:00
Sebastiaan van Stijn eac39d66cd
Share redoc JavaScript between API versions
This is similar to the changes made in  docker/docker.github.io#5607
(32958e7c60), but which appear
to didn't make their way into newer versions that were added.

The redoc JavaScript is a big file, and there's no need
to keep a separate copy for each version of the API.

This patch removes the copy per-version and moves the script
to a central location.

Size of the API directory:

before: 5.961.110 bytes (6 MB on disk)
after:     15.570 bytes (74 KB on disk)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-13 14:59:21 +02:00
paigehargrave ed460cdf8e
Info for 839 2019-06-12 13:21:01 -04:00
paigehargrave 1e86e2d902
Updated with latest changelog info 2019-06-12 08:58:31 -04:00
paigehargrave 266e47c9ab
Added internal note for 686 2019-06-12 07:23:57 -04:00
paigehargrave 6fcdb1ad21
Moving issue to UCP relnotes 2019-06-12 07:20:01 -04:00
Akihiro Suda 2778995f15
Fix dockremap calculation 2019-06-12 19:13:34 +09: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
Dawn W Docker ceac042836 branding changes
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 14:30:52 -07:00
paigehargrave 17fe71e6ca
Known issues updates 2019-06-11 16:19:36 -04:00
paigehargrave c5ab8e75f9
Added known issue info 2019-06-11 15:05:45 -04:00
paigehargrave bdbad40441
Deprecation notice for 17.09 2019-06-08 07:04:33 -04:00
paigehargrave 980a6fadb0
Context import update (#1136)
* Added info for .zip file import

* Note for UCP client bundle changes

* Wording updates

* Syntax fix
2019-06-06 16:06:47 -04:00
paigehargrave 79c5620762
Update wording 2019-06-06 13:20:48 -04:00
Sebastiaan van Stijn e15c48ae2d Add buildx reference docs (#1139)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-06 08:32:13 -07:00
paigehargrave 16a8bb6d87
Raw content addition 2019-06-06 10:48:38 -04:00
Oleg Burov 4a7c0efb09 Update from microsoft/* to mcr.microsoft.com/*. (#8738)
Update Dockerfile with following changes:
1. Switch .NET Core Images from legacy location at Docker Hub Registry (microsoft/*) to a new location at Microsoft Container Registry (mcr.microsoft.com/*).
2. Since Microsoft no longer supports the tag 'latest', I must set a specific version of '2.2' (current), which is the most recent stable release.
2019-06-06 07:46:26 -04:00