Skip to content

Commit

Permalink
Merge 0d2e7d5 into 4f39082
Browse files Browse the repository at this point in the history
  • Loading branch information
syou6162 committed Jul 22, 2019
2 parents 4f39082 + 0d2e7d5 commit 58c6def
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.39.0 (2019-07-22)

* Implement anomaly detection monitor #212 (syou6162)
* Bump github.com/mackerelio/mackerel-agent from 0.59.3 to 0.60.0 #213 (dependabot-preview[bot])
* add fakeroot to build dependencies #211 (astj)
* upgrade builder image and enable go modules #210 (lufia)


## 0.38.0 (2019-06-11)

* Move implementation of `mkr create` into mkr/hosts #208 (astj)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.38.0
VERSION := 0.39.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

Expand Down
13 changes: 13 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mkr (0.39.0-1.v2) stable; urgency=low

* Implement anomaly detection monitor (by syou6162)
<https://github.com/mackerelio/mkr/pull/212>
* Bump github.com/mackerelio/mackerel-agent from 0.59.3 to 0.60.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/213>
* add fakeroot to build dependencies (by astj)
<https://github.com/mackerelio/mkr/pull/211>
* upgrade builder image and enable go modules (by lufia)
<https://github.com/mackerelio/mkr/pull/210>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 22 Jul 2019 13:12:16 +0900

mkr (0.38.0-1.v2) stable; urgency=low

* Move implementation of `mkr create` into mkr/hosts (by astj)
Expand Down
13 changes: 13 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mkr (0.39.0-1) stable; urgency=low

* Implement anomaly detection monitor (by syou6162)
<https://github.com/mackerelio/mkr/pull/212>
* Bump github.com/mackerelio/mackerel-agent from 0.59.3 to 0.60.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/213>
* add fakeroot to build dependencies (by astj)
<https://github.com/mackerelio/mkr/pull/211>
* upgrade builder image and enable go modules (by lufia)
<https://github.com/mackerelio/mkr/pull/210>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 22 Jul 2019 13:12:16 +0900

mkr (0.38.0-1) stable; urgency=low

* Move implementation of `mkr create` into mkr/hosts (by astj)
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Mon Jul 22 2019 <mackerel-developers@hatena.ne.jp> - 0.39.0
- Implement anomaly detection monitor (by syou6162)
- Bump github.com/mackerelio/mackerel-agent from 0.59.3 to 0.60.0 (by dependabot-preview[bot])
- add fakeroot to build dependencies (by astj)
- upgrade builder image and enable go modules (by lufia)

* Tue Jun 11 2019 <mackerel-developers@hatena.ne.jp> - 0.38.0
- Move implementation of `mkr create` into mkr/hosts (by astj)
- Build With Go 1.12 (by astj)
Expand Down
6 changes: 6 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Mon Jul 22 2019 <mackerel-developers@hatena.ne.jp> - 0.39.0
- Implement anomaly detection monitor (by syou6162)
- Bump github.com/mackerelio/mackerel-agent from 0.59.3 to 0.60.0 (by dependabot-preview[bot])
- add fakeroot to build dependencies (by astj)
- upgrade builder image and enable go modules (by lufia)

* Tue Jun 11 2019 <mackerel-developers@hatena.ne.jp> - 0.38.0
- Move implementation of `mkr create` into mkr/hosts (by astj)
- Build With Go 1.12 (by astj)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const version = "0.38.0"
const version = "0.39.0"

var gitcommit string

0 comments on commit 58c6def

Please sign in to comment.