From 1ed28a11054de73e5df19c515d33ccfb83fe5548 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Fri, 26 Jun 2015 02:50:10 -0700 Subject: [PATCH] Fixing releasnotes Removing older release notes. No longer supporting cumulative Signed-off-by: Mary Anthony --- docs/release-notes.md | 40 +++++++--------------------------------- 1 file changed, 7 insertions(+), 33 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index ec84fe0e82..abb8f5086f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,24 +1,20 @@ -# Docker Swarm +# Docker Swarm release notes +(June 16, 2015) -This page shows the cumulative release notes across all releases of Docker Swarm. - -## Version 0.3.0 (June 16, 2015) - -For complete information on this release, see the -[0.3.0 Milestone project page](https://github.com/docker/swarm/wiki/0.3.0-Milestone-Project-Page). -In addition to bug fixes and refinements, this release adds the following: +For complete information on this release, see the [0.3.0 Milestone project +page](https://github.com/docker/swarm/wiki/0.3.0-Milestone-Project-Page). In +addition to bug fixes and refinements, this release adds the following: - **API Compatibility**: Swarm is now 100% compatible with the Docker API. Everything that runs on top of the Docker API should work seamlessly with a Docker Swarm. @@ -31,26 +27,4 @@ This is our most stable release yet. We built an exhaustive testing infrastructu Finally, we are garnering a growing community of Docker Swarm contributors. Please consider contributing by filling bugs, feature requests, commenting on existing issues, and, of course, code. -## Version 0.2.0 (April 16, 2015) -For complete information on this release, see the -[0.2.0 Milestone project page](https://github.com/docker/swarm/wiki/0.2.0-Milestone-Project-Page). -In addition to bug fixes and refinements, this release adds the following: - -* **Increased API coverage**: Swarm now supports more of the Docker API. For -details, see -[the API README](https://github.com/docker/swarm/blob/master/api/README.md). - -* **Swarm Scheduler**: Spread strategy. Swarm has a new default strategy for -ranking nodes, called "spread". With this strategy, Swarm will optimize -for the node with the fewest running containers. For details, see the -[scheduler strategy README](https://github.com/docker/swarm/blob/master/scheduler/strategy/README.md) - -* **Swarm Scheduler**: Soft affinities. Soft affinities allow Swarm more flexibility -in applying rules and filters for node selection. If the scheduler can't obey a -filtering rule, it will discard the filter and fall back to the assigned -strategy. For details, see the [scheduler filter README](https://github.com/docker/swarm/tree/master/scheduler/filter#soft-affinitiesconstraints). - -* **Better integration with Compose**: Swarm will now schedule inter-dependent -containers on the same host. For details, see -[PR #972](https://github.com/docker/compose/pull/972).