-
Notifications
You must be signed in to change notification settings - Fork 72
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 #17 from prometheus/cut-0.2.0
Cut version 0.2.0.
- Loading branch information
Showing
2 changed files
with
22 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## 0.2.0 / 2015-09-03 | ||
|
||
BREAKING CHANGES: | ||
|
||
* Flag names have been changed to emulate the config options of collectd's | ||
network plugin. Run `./collectd_exporter -h` to see up-to-date flag names. | ||
|
||
All changes: | ||
|
||
* [FEATURE] Implement support for collectd's binary protocol. | ||
* [FEATURE] Add server startup logging. | ||
* [CHANGE] Change flag names to reflect collectd network plugin config options. | ||
* [ENHANCEMENT] Documentation updates and cleanups. | ||
* [ENHANCEMENT] Add unit tests for generated metric names and labels. | ||
* [ENHANCEMENT] New Dockerfile using `alpine-golang-make-onbuild` base image. | ||
* [CLEANUP] Rewrite based on the official collectd Go package. | ||
* [CLEANUP] Update `Makefile.COMMON` from https://github.com/prometheus/utils. | ||
|
||
## 0.1.0 / 2015-03-28 | ||
|
||
Initial release. |
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