From f83c003f864b38f2389be6c067b598c7a03cb0aa Mon Sep 17 00:00:00 2001 From: Simon Plourde Date: Thu, 20 Dec 2018 13:05:25 -0500 Subject: [PATCH] Release 1.5.0 Signed-off-by: Simon Plourde --- CHANGELOG.md | 9 +++++++ bower.json | 2 +- public/index.html | 62 +++++++++++++++++++++++------------------------ 3 files changed, 41 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e24a52a..ad36e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 1.5.0 (2018-12-20) +#### Bug Fixes +- Prevent multiple data races around APIs loadbalancing and the Sensu data - [PR #802](https://github.com/sensu/uchiwa/pull/802) + +#### Other +- Use a RWMutex to optimize read access to the Sensu data - [PR #802](https://github.com/sensu/uchiwa/pull/802) +- Refactoring of the fetcher's goroutine coordination - [PR #802](https://github.com/sensu/uchiwa/pull/802) +- Decrease log verbosity of the `warn` level - [PR #802](https://github.com/sensu/uchiwa/pull/802) + ### 1.4.1 (2018-12-14) #### Bug Fixes diff --git a/bower.json b/bower.json index df2cbdd..535d784 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "uchiwa", "dependencies": { - "uchiwa-web": "1.4.1" + "uchiwa-web": "1.5.0" } } diff --git a/public/index.html b/public/index.html index 01a6c03..36c3e82 100644 --- a/public/index.html +++ b/public/index.html @@ -11,17 +11,17 @@ uchiwa - + - - - - - + + + + + - + @@ -40,31 +40,31 @@

We couldn't load Uchiwa configuration.

- - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + +