Skip to content

Commit

Permalink
Merge pull request #415 from mackerelio/bump-version-0.45.0
Browse files Browse the repository at this point in the history
Release version 0.45.0
  • Loading branch information
astj committed Sep 27, 2017
2 parents 5c66970 + 6ef62b8 commit a41e054
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.45.0 (2017-09-27)

* build with Go 1.9 #414 (astj)


## 0.44.2 (2017-08-30)

* Change the log level for failure of posting metric values #409 (itchyny)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
MACKEREL_AGENT_NAME ?= "mackerel-agent"
MACKEREL_API_BASE ?= "https://mackerel.io"
VERSION = 0.44.2
VERSION = 0.45.0
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
ARGS = "-conf=mackerel-agent.conf"
BUILD_OS_TARGETS = "linux darwin freebsd windows netbsd"
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb-systemd/debian/changelog
@@ -1,3 +1,10 @@
mackerel-agent (0.45.0-1.systemd) stable; urgency=low

* build with Go 1.9 (by astj)
<https://github.com/mackerelio/mackerel-agent/pull/414>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 27 Sep 2017 12:06:52 +0900

mackerel-agent (0.44.2-1.systemd) stable; urgency=low

* Change the log level for failure of posting metric values (by itchyny)
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
@@ -1,3 +1,10 @@
mackerel-agent (0.45.0-1) stable; urgency=low

* build with Go 1.9 (by astj)
<https://github.com/mackerelio/mackerel-agent/pull/414>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 27 Sep 2017 12:06:52 +0900

mackerel-agent (0.44.2-1) stable; urgency=low

* Change the log level for failure of posting metric values (by itchyny)
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mackerel-agent-systemd.spec
Expand Up @@ -55,6 +55,9 @@ systemctl enable %{name}.service
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf

%changelog
* Wed Sep 27 2017 <mackerel-developers@hatena.ne.jp> - 0.45.0
- build with Go 1.9 (by astj)

* Wed Aug 30 2017 <mackerel-developers@hatena.ne.jp> - 0.44.2
- Change the log level for failure of posting metric values (by itchyny)
- Show CPU/SoC model name on Linux/MIPS (by hnw)
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mackerel-agent.spec
Expand Up @@ -62,6 +62,9 @@ fi
/usr/local/bin/%{name}

%changelog
* Wed Sep 27 2017 <mackerel-developers@hatena.ne.jp> - 0.45.0
- build with Go 1.9 (by astj)

* Wed Aug 30 2017 <mackerel-developers@hatena.ne.jp> - 0.44.2
- Change the log level for failure of posting metric values (by itchyny)
- Show CPU/SoC model name on Linux/MIPS (by hnw)
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.44.2"
const version = "0.45.0"

var gitcommit string

0 comments on commit a41e054

Please sign in to comment.