File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.2 / 2015-06-08
2
+ * [ CHANGE] Move pushgateway binary in archive from bin/ to /.
3
+ * [ CHANGE] Migrate logging to prometheus/log.
4
+
5
+ ## 0.1.1 / 2015-05-05
6
+ * [ BUGFIX] Properly display histograms in web status.
7
+ * [ BUGFIX] Fix value formatting.
8
+ * [ CHANGE] Make flag names consistent across projects.
9
+ * [ ENHANCEMENT] Auto-fill instance with IPv6 address.
10
+ * [ BUGFIX] Fix Go download link for several archs and OSes.
11
+ * [ BUGFIX] Use HTTPS and golang.org for Go download.
12
+ * [ BUGFIX] Re-add pprof endpoints.
13
+
1
14
## 0.1.0 / 2014-08-13
2
15
* [ FEATURE] When being scraped, metrics of the same name but with different
3
16
job/instance label are now merged into one metric family.
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- VERSION := 0.1.1
14
+ VERSION := 0.1.2
15
15
TARGET := pushgateway
16
16
17
17
REV := $(shell git rev-parse --short HEAD)
You can’t perform that action at this time.
0 commit comments