File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
1515TARGET := node_exporter
1616GOFLAGS := -ldflags "-X main.Version $(VERSION ) "
1717
You can’t perform that action at this time.
0 commit comments