Skip to content

Commit

Permalink
Release 0.1.5, updating CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrc committed Aug 13, 2015
1 parent b199d7a commit c26fa33
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## v0.1.5 [unreleased]
## v0.1.6 [unreleased]

### Features

### Bugfixes

## v0.1.5 [2015-08-13]

### Features
- [#54](https://github.com/influxdb/telegraf/pull/54): MongoDB plugin. Thanks @jipperinbham!
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ writing new plugins.

### Linux packages for Debian/Ubuntu and RHEL/CentOS:

NOTE: version 0.1.5 has introduced some breaking changes! A 0.1.5 telegraf
agent is NOT backwards-compatible with a config file from 0.1.4 and below.
That being said, the difference is not huge, see below for an example on
how to setup the new config file.

```
http://get.influxdb.org/telegraf/telegraf_0.1.4_amd64.deb
http://get.influxdb.org/telegraf/telegraf-0.1.4-1.x86_64.rpm
http://get.influxdb.org/telegraf/telegraf_0.1.5_amd64.deb
http://get.influxdb.org/telegraf/telegraf-0.1.5-1.x86_64.rpm
```

### OSX via Homebrew:
Expand Down
2 changes: 1 addition & 1 deletion cmd/telegraf/telegraf.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var fPidfile = flag.String("pidfile", "", "file to write our pid to")
var fPLuginsFilter = flag.String("filter", "", "filter the plugins to enable, separator is :")

// Telegraf version
var Version = "0.1.5-dev"
var Version = "0.1.6-dev"

func main() {
flag.Parse()
Expand Down

0 comments on commit c26fa33

Please sign in to comment.