Skip to content

Commit

Permalink
Merge pull request #17 from prometheus/cut-0.2.0
Browse files Browse the repository at this point in the history
Cut version 0.2.0.
  • Loading branch information
juliusv committed Sep 2, 2015
2 parents 21e44eb + 74b40c9 commit a8f935b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION := 0.1.0
VERSION := 0.2.0
TARGET := collectd_exporter

include Makefile.COMMON

0 comments on commit a8f935b

Please sign in to comment.