-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from Icinga/feature/changelog
Prepare v1.3.0 and add a Changelog
- Loading branch information
Showing
2 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
# Change Log | ||
|
||
## [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) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Update simplemon widget counts to only show unhandled problems \(!ack && !downtime\) [\#17](https://github.com/Icinga/dashing-icinga2/issues/17) | ||
- Lower refresh interval to 10s [\#30](https://github.com/Icinga/dashing-icinga2/pull/30) ([dnsmichi](https://github.com/dnsmichi)) | ||
- Better layout: 5 cols, handled stats, problems 2 rows, refined titles and font size [\#27](https://github.com/Icinga/dashing-icinga2/pull/27) ([dnsmichi](https://github.com/dnsmichi)) | ||
- Better error handling and default values [\#25](https://github.com/Icinga/dashing-icinga2/pull/25) ([dnsmichi](https://github.com/dnsmichi)) | ||
- Problem dashboards should show unhandled counts \(and overall counts below\) [\#24](https://github.com/Icinga/dashing-icinga2/pull/24) ([dnsmichi](https://github.com/dnsmichi)) | ||
- Add WorkQueue metrics to library and dashboard [\#23](https://github.com/Icinga/dashing-icinga2/pull/23) ([dnsmichi](https://github.com/dnsmichi)) | ||
- Add GitHub issue template [\#20](https://github.com/Icinga/dashing-icinga2/pull/20) ([dnsmichi](https://github.com/dnsmichi)) | ||
|
||
**Closed issues:** | ||
|
||
- host down widget does not see downtime [\#16](https://github.com/Icinga/dashing-icinga2/issues/16) | ||
|
||
**Merged pull requests:** | ||
|
||
- 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)) | ||
|
||
## [v1.2.0](https://github.com/Icinga/dashing-icinga2/tree/v1.2.0) (2017-04-13) | ||
[Full Changelog](https://github.com/Icinga/dashing-icinga2/compare/v1.1.0...v1.2.0) | ||
|
||
**Closed issues:** | ||
|
||
- Don't fetch all object data by default [\#13](https://github.com/Icinga/dashing-icinga2/issues/13) | ||
- dashing-icinga2 wont start [\#10](https://github.com/Icinga/dashing-icinga2/issues/10) | ||
|
||
**Merged pull requests:** | ||
|
||
- Silence the log level [\#14](https://github.com/Icinga/dashing-icinga2/pull/14) ([dnsmichi](https://github.com/dnsmichi)) | ||
- Update README.md [\#12](https://github.com/Icinga/dashing-icinga2/pull/12) ([Darkitty](https://github.com/Darkitty)) | ||
- Update README.md [\#11](https://github.com/Icinga/dashing-icinga2/pull/11) ([Darkitty](https://github.com/Darkitty)) | ||
|
||
## [v1.1.0](https://github.com/Icinga/dashing-icinga2/tree/v1.1.0) (2016-12-16) | ||
[Full Changelog](https://github.com/Icinga/dashing-icinga2/compare/v1.0.1...v1.1.0) | ||
|
||
## [v1.0.1](https://github.com/Icinga/dashing-icinga2/tree/v1.0.1) (2016-12-02) | ||
[Full Changelog](https://github.com/Icinga/dashing-icinga2/compare/v1.0.0...v1.0.1) | ||
|
||
## [v1.0.0](https://github.com/Icinga/dashing-icinga2/tree/v1.0.0) (2016-11-27) | ||
[Full Changelog](https://github.com/Icinga/dashing-icinga2/compare/v0.9.0...v1.0.0) | ||
|
||
## [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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Release Workflow | ||
|
||
Specify the release version. | ||
|
||
``` | ||
VERSION=1.3.0 | ||
``` | ||
|
||
## Issues | ||
|
||
Check issues at https://github.com/Icinga/dashing-icinga2 | ||
|
||
## Changelog | ||
|
||
``` | ||
github_changelog_generator --future-release v$VERSION | ||
``` | ||
|
||
## Git Tag | ||
``` | ||
git tag -u D14A1F16 -m "Version $VERSION" v$VERSION | ||
``` | ||
|
||
Push the tag. | ||
|
||
``` | ||
git push --tags | ||
``` | ||
|
||
## GitHub Release | ||
|
||
Create a new release for the newly created Git tag. | ||
https://github.com/Icinga/dashing-icinga2/releases | ||
|
||
## Announcement | ||
|
||
* Create a new blog post on www.icinga.com/blog |