From 0f1e56f8ae8a35ff22d1c80b46495b7c0b8a7262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Tue, 1 Aug 2017 17:34:02 +0200 Subject: [PATCH] Release 0.11.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb42f92c..bb91e88d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 0.11.0 (August 1, 2017) + +FEATURES: + +- Server: + + * Optimize various database queries + * Add state activity to API + * Add --no-sync flag to disable S3 syncing + * Get version list from activity API point [GH #10] + * Retire legacy history API point + * Add locks API point [GH #11] + * Add tfversion and types counts to API + +- UI: + + * Use a non-fluid container and fix the margins + * Move index.html to static/ directory + * List each path only once in overview, with most recent version + * Add state activity to overview [GH #5] + * Sort state files in navbar select + * Add lock information to overview and state view [GH #11] + * Add charts to overview [GH #12] + + ## 0.10.1 (July 27, 2017) FIXES: