Skip to content

Commit a7c682c

Browse files
author
Matthias Rampke
committed
Merge pull request #78 from matthiasr/cut-0.9.0
Cut release 0.9.0
2 parents b539481 + 433e2c5 commit a7c682c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.9.0 / unreleased
2+
3+
* [BUGFIX] Fix `/proc/net/dev` parsing.
4+
* [CLEANUP] Remove the `attributes` collector, use `textfile` instead.
5+
* [CLEANUP] Replace last uses of the configuration file with flags.
6+
* [IMPROVEMENT] Remove cgo dependency.
7+
* [IMPROVEMENT] Sort collector names when printing.
8+
* [FEATURE] IPVS stats collector.
9+
10+
## 0.8.1 / 2015-05-17
11+
12+
* [MAINTENANCE] Use the common Prometheus build infrastructure.
13+
* [MAINTENANCE] Update former Google Code imports.
14+
* [IMPROVEMENT] Log the version at startup.
15+
* [FEATURE] TCP stats collector
16+
117
## 0.8.0 / 2015-03-09
218
* [CLEANUP] Introduced semantic versioning and changelog. From now on,
319
changes will be reported in this file.

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.8.1
14+
VERSION := 0.9.0
1515
TARGET := node_exporter
1616
GOFLAGS := -ldflags "-X main.Version $(VERSION)"
1717

0 commit comments

Comments
 (0)