From 69d1374eb3cab2e281ab4490ae58c69a86ae3017 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 26 Jun 2015 17:30:44 +0100 Subject: [PATCH] Add table of release trains --- index.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0c4ec76..5edc6ea 100644 --- a/index.html +++ b/index.html @@ -106,12 +106,28 @@ artifact ids to pull in other starters): {% include download_widget.md %} +Release train contents: + +|Component|Angel.SR3 | Brixton.BUILD-SNAPSHOT | +|---------|-------|------| +|spring-cloud-aws | 1.0.2.RELEASE | 1.1.0.BUILD-SNAPSHOT | +|spring-cloud-bus | 1.0.2.RELEASE | 1.1.0.BUILD-SNAPSHOT | +|spring-cloud-cli | 1.0.3.RELEASE | 1.1.0.BUILD-SNAPSHOT | +|spring-cloud-commons | 1.0.2.RELEASE | 1.1.0.BUILD-SNAPSHOT | +|spring-cloud-config | 1.0.2.RELEASE | 1.1.0.BUILD-SNAPSHOT | +|spring-cloud-netflix | 1.0.3.RELEASE | 1.1.0.BUILD-SNAPSHOT | +|spring-cloud-security | 1.0.2.RELEASE | 1.1.0.BUILD-SNAPSHOT | +|spring-cloud-starters | 1.0.3.RELEASE | | +|spring-cloud-zookeeper | | 1.0.0.BUILD-SNAPSHOT | +|spring-cloud-sleuth | | 1.0.0.BUILD-SNAPSHOT | +|spring-cloud-consul | | 1.0.0.BUILD-SNAPSHOT | + ## Features Spring Cloud focuses on providing good out of box experience for typical use cases and extensibility mechanism to cover others. * Distributed/versioned configuration -* Service registration and discovery +* Service registration and discovery` * Routing * Service-to-service calls * Load balancing