Skip to content

Commit

Permalink
Merge pull request #98 from supershabam/master
Browse files Browse the repository at this point in the history
Cut version 0.11.0
  • Loading branch information
juliusv committed Jul 27, 2015
2 parents aca4688 + 31ca1ae commit f2dfeb3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
## 0.11.0 / 2015-07-27

* [FEATURE] Add stats from /proc/net/snmp.
* [FEATURE] Add support for FreeBSD.
* [FEATURE] Allow netdev devices to be ignored.
* [MAINTENANCE] New Dockerfile for unified way to dockerize Prometheus exporters.
* [FEATURE] Add device,fstype collection to the filesystem exporter.
* [IMPROVEMENT] Make logging of collector executions less verbose.

## 0.10.0 / 2015-06-10

* [CHANGE] Change logging output format and flags.

## 0.9.0 / 2015-05-26
Expand Down
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.10.0
VERSION := 0.11.0
TARGET := node_exporter
GOFLAGS := -ldflags "-X main.Version $(VERSION)"

Expand Down

0 comments on commit f2dfeb3

Please sign in to comment.