Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Mar 8, 2018
1 parent 0fefdb7 commit 40fd281
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ history.yml
log
tmp
*.lock
config/icinga2.local.json
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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))
Expand Down Expand Up @@ -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)*
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Specify the release version.

```
VERSION=1.3.0
VERSION=2.0.0
```

## Issues
Expand Down

0 comments on commit 40fd281

Please sign in to comment.