Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsmichi committed Oct 16, 2019
1 parent 24c9b36 commit b8018f2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 8 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## [3.0.0 ](https://github.com/dnsmichi/dashing-icinga2/milestone/4?closed=1)

### Enhancements

* Refine Icinga Dashboard #86
* Use ChartJS for Doughnut and Bar Charts
* Host/Service Overview Charts
* Connected Endpoints Charts
* Active Checks Charts
* Downtimes & Acknowledgement Charts
* Add clock widget with timezone
* Provide Docker container `dnsmichi/dashing-icinga2` #85
* Add option to show only hard state problems #73 (thanks Dambakk)
* Add timezone to clock widget #74 (thanks Dambakk)
* Add title support for the Iframe widget for Icinga Web #90
* Support either Dashing or Smashing as Ruby gem #88

### Fixes

* Version detection broken with Icinga 2.11 #83


## [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)

Expand Down
19 changes: 11 additions & 8 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@
Specify the release version.

```
VERSION=2.0.0
VERSION=3.0.0
```

## Issues

Check issues at https://github.com/Icinga/dashing-icinga2
Check issues at https://github.com/dnsmichi/dashing-icinga2

## Changelog

```
github_changelog_generator --future-release v$VERSION
```
Write it manually.

## Release Commit

## Git Tag

```
git tag -u D14A1F16 -m "Version $VERSION" v$VERSION
git tag -s -m "Version $VERSION" v$VERSION
```

Push the tag.
Expand All @@ -30,8 +31,10 @@ git push --tags
## GitHub Release

Create a new release for the newly created Git tag.
https://github.com/Icinga/dashing-icinga2/releases
https://github.com/dnsmichi/dashing-icinga2/releases

## Announcement

* Create a new blog post on www.icinga.com/blog
* Blogpost
* Twitter
* LinkedIn

0 comments on commit b8018f2

Please sign in to comment.