From 693d7ac8661ab37211196107bd455c465b91f5ab Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Sat, 2 Sep 2017 00:24:19 +0200 Subject: [PATCH] Prepare for 1.0.0 release --- .promu.yml | 2 ++ CHANGELOG.md | 2 +- README.md | 6 +++--- VERSION | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.promu.yml b/.promu.yml index 1b53d13..7f64ce0 100644 --- a/.promu.yml +++ b/.promu.yml @@ -2,6 +2,8 @@ go: cgo: true repository: path: github.com/mesosphere/mesos_exporter +build: + flags: -a tarball: files: - LICENSE diff --git a/CHANGELOG.md b/CHANGELOG.md index cc7984a..80a5c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.0.0-rc3] - 2017-09-02 +## [1.0.0] - 2017-09-02 ### Changed - Build releases with cgo enabled. This allows the exporter to use the system cert store which can simplify deployments significantly. diff --git a/README.md b/README.md index 5032a3f..ae8c3ea 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ When using HTTP authentication, the following values are read from the environme Usually you would run one exporter with `-master` for each master and one exporter for each slave with `-slave`. Monitoring each master individually ensures that the cluster can be monitored even if the underlying Mesos cluster -is in an degraded state. +is in a degraded state. - Master: `mesos_exporter -master http://localhost:5050` - Agent: `mesos_exporter -slave http://localhost:5051` @@ -48,8 +48,8 @@ The necessary Prometheus configuration could look like this: static_configs: - targets: - master1.mesos.example.org:9105 - - master1.mesos.example.org:9105 - - master1.mesos.example.org:9105 + - master2.mesos.example.org:9105 + - master3.mesos.example.org:9105 - job_name: mesos-slave scrape_interval: 15s diff --git a/VERSION b/VERSION index 2136ac9..3eefcb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.0-rc2 +1.0.0