Commit Graph

259 Commits

Author SHA1 Message Date
Olly P dad2f28b08
Moved Windows EE Engine Version (#10125) 2020-01-10 12:01:28 +00:00
Usha Mandya 8bb1f094c6
Merge pull request #9926 from ulyssessouza/patch-1
Bump docker-compose 1.25.0
2019-11-22 11:22:02 +00:00
Olly P 20a899ed68
Updated EE Variables for Nov Patch (#9908) 2019-11-22 10:43:37 +00:00
Ulysses Souza 8283efc1af
Bump docker-compose 1.25.0 2019-11-21 18:19:37 +01:00
ollypom b8224707d4
Added UCP 323 Offline Bundles 2019-10-23 10:36:01 +00:00
ollypom c24a37a47b
Removed 3.2.2 2019-10-10 18:19:31 +01:00
ollypom 3a1fe4f63b
Sep 2019 Patch Config and Offline Bundles 2019-10-08 17:37:19 +01:00
Olly P c3780fa886
August Patch Offline Bundles (#1304)
* Simplified EE variables in _config (#9260)

Before we had 2 UCP configuration variables. 1 for pages under "ee" and
1 for pages under "ee/ucp". We had the same pattern for DTR. THis commit
removes the variable at the ee/ucp level, in the hope that all files
will take it from the /ee variable.

* Added Offline Bundles and Bumped Config
2019-08-29 12:51:47 +01:00
Olly P 4d577536cb
Fix CLI commands in UCP / DTR Backup and Restore (#9209) 2019-08-12 10:54:24 +01:00
Olly P 34a5459e31
Fix Engine Archive (#9137) 2019-07-26 09:43:58 +01: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
Usha Mandya b7c308eeb0
Merge pull request #9106 from ollypom/composeverpatch
Rolled back compose version to 1.24.1
2019-07-23 11:23:17 +01:00
ollypom 0b909551ea
Rolled back compose version to 1.24.1 2019-07-23 09:26:15 +00:00
ollypom 2c57aa5b74
Updated for DTR 271 2019-07-23 09:20:49 +00:00
ollypom c87ce565d4
Merge remote-tracking branch 'private/master' into public 2019-07-22 16:53:55 +00:00
Ally Smith 736d2c76be 3.0 release configs (#9086)
edit configs for 3.0 release
2019-07-22 17:42:56 +01: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 P 96202f47eb
Add UCP 3.1.9 Release (#9087)
* Add UCP 3.1.9 Release

Signed-off-by: Olly Pomeroy <olly@docker.com>

* Adding relnotes for UCP 319
2019-07-18 21:57:37 +01:00
Olly Pomeroy 7f5d9f38ae
Removed UCP 3.1.9 Offline Bundles
Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-07-18 08:33:06 +00:00
Olly Pomeroy 8c1a428ff2
July 19 Patch config and offline bundles
Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-07-16 15:20:37 +01:00
Djordje Lukic 483c1c5c1c Update compose version
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-07-10 13:39:17 +02:00
ollypom 9bafc04bcc
Fixed Conflict 2019-07-08 17:00:49 +00:00
Djordje Lukic 090d7b6d97 Update compose version
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2019-06-28 10:37:19 +02:00
Olly Pomeroy bad60c22da
Added Offline Bundles for June Patch
Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-06-24 11:58:18 +01:00
Maria Bermudez 4c40161382
Fix distribution version 2019-06-13 11:17:08 -07:00
Maria Bermudez e547834bb2 Final touch-ups 2019-06-13 10:22:38 -07:00
Maria Bermudez fadf77e420
Change Engine API version to 1.40 2019-06-10 08:19:58 -07:00
Alastair Smith 101f2c55dd tick versions in configs for ee 3.0 2019-06-03 17:43:04 +01:00
Alastair Smith 9bef3c7cfa update configs for docker ee 3.0 2019-06-03 16:58:49 +01:00
paigehargrave 98b5300473
Updated Engine/DTR/UCP version info (#8744)
* Updated Engine/DTR/UCP version info

* Fixed version

* Updates for May patch
2019-05-06 09:38:52 -04:00
Sebastiaan van Stijn e295a6e6cb Use site parameter to use latest compose file versions in examples (#8630)
* Use site parameter to use latest compose file versions in examples

Make sure that examples use the latest version of the compose file
format, to encourage using the latest version, and to prevent
users from running into "not supported by this version" problems
when copy/pasting, and combining examples that use different
versions.

Also add a note about `version: x` not being equivalent to
`version: x.latest`.

Note that there are still some examples using fixed versions
in the UCP sections; we need to evaluate those to make sure
the right (and supported) versions are used for UCP (which may
be different than "latest").

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Address some v3/v2 issues, and YAML syntax error

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Minor edit

* Final updates

- Added note around v2 and v3 versioning
- Updated note for v3 to match the v2 update
2019-04-12 15:25:47 +02:00
paigehargrave 274014d4c8
Patch release notes 04 2019 (#8633)
* Add version update for Engine/UCP

* Add DTR version updates

* Added April Offline Bundles

* Engine release notes update

* Update release-notes.md

* Update release-notes.md

* Minor edit

* Minor edit
2019-04-11 10:44:59 -04:00
Maria Bermudez 35204be6e2
Merge pull request #8544 from thaJeztah/compose_1.24
Update compose-version to 1.24.0
2019-03-29 10:54:40 -04:00
Sebastiaan van Stijn 7bbff2a2ee
Update compose-version to 1.24.0
https://github.com/docker/compose/releases/tag/1.24.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-28 20:53:39 +01:00
Maria Bermudez d153b80e39 Update release-notes.md
DTR info

Edits on 2.5.10 and 2.6.4 entries

Add upgrade warning information

Updated engine info per Andrew's input

Added Component table info per Mark
2019-03-28 12:18:46 -07:00
ollypom 09dcc5219d
Updated Offline Bundles for Feb Patch 2019-02-28 18:52:07 +00:00
ollypom 97275d30b6
Updated Win Engine Ver to 18.09.2 2019-02-12 10:32:59 +00:00
Maria Bermudez abf5fbb813
Merge branch 'master' into EOL-versions 2019-02-11 12:12:57 -08:00
ollypom c50e191be5 Revert back to 18.09.1 for Win Engine Release
Signed-off-by: ollypom <oppomeroy@gmail.com>
2019-01-30 09:17:31 +00:00
Paige Hargrave 605a77814e Merge branch 'master' of github.com:docker/docker.github.io 2019-01-29 12:51:17 -05:00
paigehargrave 646c27d366
Fixed DTR 2.6.1 reference to 2.6.2 2019-01-27 14:23:44 -05:00
paigehargrave 1f8609f1f7
Incorporate feedback 2019-01-27 14:18:48 -05:00
paigehargrave cb083adca0
Updated DTR info for late Jan release notes 2019-01-26 18:02:42 -05:00
paigehargrave dc4a00190c
Updates for UCP for January patch 2019-01-26 16:37:18 -05:00
Sebastiaan van Stijn 7002b9c5c2
Merge pull request #8006 from thaJeztah/remove_edge_reference_docs
Remove edge documentation
2019-01-18 19:13:58 +01:00
Maria Bermudez 5af79983b6
Merge pull request #6433 from allejo/takedown-github-io
Take down docker.github.io
2019-01-17 11:15:45 -08:00
Sebastiaan van Stijn aae9bfc276
Rename / remove edge-related variables
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-01-14 22:44:58 +01:00
Olly P 282d81f63d Updated for January Patch 2019-01-12 00:16:03 +00:00