Skip to content

Commit f2dfeb3

Browse files
committed
Merge pull request #98 from supershabam/master
Cut version 0.11.0
2 parents aca4688 + 31ca1ae commit f2dfeb3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1+
## 0.11.0 / 2015-07-27
2+
3+
* [FEATURE] Add stats from /proc/net/snmp.
4+
* [FEATURE] Add support for FreeBSD.
5+
* [FEATURE] Allow netdev devices to be ignored.
6+
* [MAINTENANCE] New Dockerfile for unified way to dockerize Prometheus exporters.
7+
* [FEATURE] Add device,fstype collection to the filesystem exporter.
8+
* [IMPROVEMENT] Make logging of collector executions less verbose.
9+
110
## 0.10.0 / 2015-06-10
11+
212
* [CHANGE] Change logging output format and flags.
313

414
## 0.9.0 / 2015-05-26

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
VERSION := 0.10.0
14+
VERSION := 0.11.0
1515
TARGET := node_exporter
1616
GOFLAGS := -ldflags "-X main.Version $(VERSION)"
1717

0 commit comments

Comments
 (0)