-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #78 from matthiasr/cut-0.9.0
Cut release 0.9.0
- Loading branch information
Showing
2 changed files
with
17 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,3 +1,19 @@ | ||
## 0.9.0 / unreleased | ||
|
||
* [BUGFIX] Fix `/proc/net/dev` parsing. | ||
* [CLEANUP] Remove the `attributes` collector, use `textfile` instead. | ||
* [CLEANUP] Replace last uses of the configuration file with flags. | ||
* [IMPROVEMENT] Remove cgo dependency. | ||
* [IMPROVEMENT] Sort collector names when printing. | ||
* [FEATURE] IPVS stats collector. | ||
|
||
## 0.8.1 / 2015-05-17 | ||
|
||
* [MAINTENANCE] Use the common Prometheus build infrastructure. | ||
* [MAINTENANCE] Update former Google Code imports. | ||
* [IMPROVEMENT] Log the version at startup. | ||
* [FEATURE] TCP stats collector | ||
|
||
## 0.8.0 / 2015-03-09 | ||
* [CLEANUP] Introduced semantic versioning and changelog. From now on, | ||
changes will be reported in this file. |
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