From 40fd28144ce4778e838a4d36d2d0b2b8764bbffa Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 8 Mar 2018 14:29:50 +0100 Subject: [PATCH] Release v2.0.0 --- .gitignore | 1 + CHANGELOG.md | 35 ++++++++++++++++++++++++++++++++++- RELEASE.md | 2 +- 3 files changed, 36 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 02a0df3..70b97b5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ history.yml log tmp *.lock +config/icinga2.local.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 792f23a..238226d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Change Log +## [2.0.0](https://github.com/Icinga/dashing-icinga2/tree/2.0.0) (2018-03-08) +[Full Changelog](https://github.com/Icinga/dashing-icinga2/compare/v1.3.0...2.0.0) + +**Implemented enhancements:** + +- Refine Dashing layout [\#57](https://github.com/Icinga/dashing-icinga2/pull/57) ([dnsmichi](https://github.com/dnsmichi)) +- Allow to configure the Icinga Web 2 Iframe URL [\#54](https://github.com/Icinga/dashing-icinga2/pull/54) ([dnsmichi](https://github.com/dnsmichi)) +- Add support for environment variables overriding local configuration settings [\#52](https://github.com/Icinga/dashing-icinga2/pull/52) ([dnsmichi](https://github.com/dnsmichi)) +- Allow to use 'config/icinga2.local.json' for local configuration overrides [\#51](https://github.com/Icinga/dashing-icinga2/pull/51) ([dnsmichi](https://github.com/dnsmichi)) +- Render Undhandled Problems green if count is zero [\#45](https://github.com/Icinga/dashing-icinga2/pull/45) ([dnsmichi](https://github.com/dnsmichi)) +- colored and sorted problems by severity [\#41](https://github.com/Icinga/dashing-icinga2/pull/41) ([marconett](https://github.com/marconett)) +- Allow Overriding of TLS Cert Names [\#40](https://github.com/Icinga/dashing-icinga2/pull/40) ([spjmurray](https://github.com/spjmurray)) +- Move Logo [\#39](https://github.com/Icinga/dashing-icinga2/pull/39) ([spjmurray](https://github.com/spjmurray)) +- Upgrade Presentation Layer [\#38](https://github.com/Icinga/dashing-icinga2/pull/38) ([spjmurray](https://github.com/spjmurray)) +- Update documentation [\#37](https://github.com/Icinga/dashing-icinga2/pull/37) ([dnsmichi](https://github.com/dnsmichi)) + +**Fixed bugs:** + +- Dashing issues with refreshing data [\#29](https://github.com/Icinga/dashing-icinga2/issues/29) +- blank dashboard [\#15](https://github.com/Icinga/dashing-icinga2/issues/15) +- Handle SocketError [\#34](https://github.com/Icinga/dashing-icinga2/pull/34) ([glauco](https://github.com/glauco)) + +**Closed issues:** + +- 2.8.0 Icinga Plugin shows Menu [\#50](https://github.com/Icinga/dashing-icinga2/issues/50) +- Verify dashboard, Javascript and browser versions [\#19](https://github.com/Icinga/dashing-icinga2/issues/19) + +**Merged pull requests:** + +- Fix problem list ordering: Crit -\> Warn -\> Unknown [\#53](https://github.com/Icinga/dashing-icinga2/pull/53) ([dnsmichi](https://github.com/dnsmichi)) +- Fix version dependencies in Gemfile for dashing and rack-test [\#49](https://github.com/Icinga/dashing-icinga2/pull/49) ([dnsmichi](https://github.com/dnsmichi)) + ## [v1.3.0](https://github.com/Icinga/dashing-icinga2/tree/v1.3.0) (2017-06-29) [Full Changelog](https://github.com/Icinga/dashing-icinga2/compare/v1.2.0...v1.3.0) @@ -19,6 +51,7 @@ **Merged pull requests:** +- Prepare v1.3.0 and add a Changelog [\#31](https://github.com/Icinga/dashing-icinga2/pull/31) ([dnsmichi](https://github.com/dnsmichi)) - Update README [\#28](https://github.com/Icinga/dashing-icinga2/pull/28) ([dnsmichi](https://github.com/dnsmichi)) - Update Authors in README [\#26](https://github.com/Icinga/dashing-icinga2/pull/26) ([dnsmichi](https://github.com/dnsmichi)) - Fix logo [\#22](https://github.com/Icinga/dashing-icinga2/pull/22) ([dnsmichi](https://github.com/dnsmichi)) @@ -49,4 +82,4 @@ ## [v0.9.0](https://github.com/Icinga/dashing-icinga2/tree/v0.9.0) (2016-10-16) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/RELEASE.md b/RELEASE.md index d755bf2..5b44e98 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,7 +3,7 @@ Specify the release version. ``` -VERSION=1.3.0 +VERSION=2.0.0 ``` ## Issues