From 2537f4abf9d72f04021b7b591b87bf5b8a28a7c8 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Mon, 10 Aug 2015 13:32:57 -0700 Subject: [PATCH] remove useless release-notes.md Signed-off-by: Victor Vieux --- docs/release-notes.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 docs/release-notes.md diff --git a/docs/release-notes.md b/docs/release-notes.md deleted file mode 100644 index abb8f5086f..0000000000 --- a/docs/release-notes.md +++ /dev/null @@ -1,30 +0,0 @@ - - -# Docker Swarm release notes -(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: - -- **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. - -- **Mesos**: Experimental support for Mesos as a cluster driver. - -- **Multi-tenancy**: Multiple swarm replicas of can now run in the same cluster and will automatically fail-over (using leader election). - -This is our most stable release yet. We built an exhaustive testing infrastructure (integration, regression, stress).We've almost doubled our test code coverage which resulted in many bug fixes and stability improvements. - -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. - - -