mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Cut version 0.10.0.
This commit is contained in:
parent
94d225919b
commit
8b3cf08b03
|
@ -1,3 +1,6 @@
|
||||||
|
## 0.10.0 / 2015-06-10
|
||||||
|
* [CHANGE] Change logging output format and flags.
|
||||||
|
|
||||||
## 0.9.0 / 2015-05-26
|
## 0.9.0 / 2015-05-26
|
||||||
|
|
||||||
* [BUGFIX] Fix `/proc/net/dev` parsing.
|
* [BUGFIX] Fix `/proc/net/dev` parsing.
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
VERSION := 0.9.0
|
VERSION := 0.10.0
|
||||||
TARGET := node_exporter
|
TARGET := node_exporter
|
||||||
GOFLAGS := -ldflags "-X main.Version $(VERSION)"
|
GOFLAGS := -ldflags "-X main.Version $(VERSION)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue