Skip to content

Commit

Permalink
Merge pull request #336 from mackerelio/bump-version-0.42.0
Browse files Browse the repository at this point in the history
Release version 0.42.0
  • Loading branch information
lufia committed Nov 25, 2020
2 parents 675cc26 + 1d10c7b commit 634bbe3
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.42.0 (2020-11-25)

* Add AlertStatusOnGone by updating mackerel-client-go to v0.12.0 #335 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-agent from 0.69.3 to 0.70.2 #334 (dependabot[bot])
* Bump github.com/urfave/cli from 1.22.4 to 1.22.5 #331 (dependabot-preview[bot])
* Bump github.com/mackerelio/mackerel-agent from 0.69.2 to 0.69.3 #329 (dependabot-preview[bot])
* Update Dependabot config file #332 (dependabot-preview[bot])


## 0.41.0 (2020-10-28)

* Print empty array if hosts not found #326 (kazeburo)
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.41.0
VERSION := 0.42.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

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

* Add AlertStatusOnGone by updating mackerel-client-go to v0.12.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/335>
* Bump github.com/mackerelio/mackerel-agent from 0.69.3 to 0.70.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/334>
* Bump github.com/urfave/cli from 1.22.4 to 1.22.5 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/331>
* Bump github.com/mackerelio/mackerel-agent from 0.69.2 to 0.69.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/329>
* Update Dependabot config file (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/332>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 25 Nov 2020 06:44:23 +0000

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

* Print empty array if hosts not found (by kazeburo)
Expand Down
15 changes: 15 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
mkr (0.42.0-1) stable; urgency=low

* Add AlertStatusOnGone by updating mackerel-client-go to v0.12.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/335>
* Bump github.com/mackerelio/mackerel-agent from 0.69.3 to 0.70.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/334>
* Bump github.com/urfave/cli from 1.22.4 to 1.22.5 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/331>
* Bump github.com/mackerelio/mackerel-agent from 0.69.2 to 0.69.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/329>
* Update Dependabot config file (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/332>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 25 Nov 2020 06:44:23 +0000

mkr (0.41.0-1) stable; urgency=low

* Print empty array if hosts not found (by kazeburo)
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Wed Nov 25 2020 <mackerel-developers@hatena.ne.jp> - 0.42.0
- Add AlertStatusOnGone by updating mackerel-client-go to v0.12.0 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.69.3 to 0.70.2 (by dependabot[bot])
- Bump github.com/urfave/cli from 1.22.4 to 1.22.5 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.69.2 to 0.69.3 (by dependabot-preview[bot])
- Update Dependabot config file (by dependabot-preview[bot])

* Wed Oct 28 2020 <mackerel-developers@hatena.ne.jp> - 0.41.0
- Print empty array if hosts not found (by kazeburo)
- Add armhf Debian package to GitHub release (by hnw)
Expand Down
7 changes: 7 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Wed Nov 25 2020 <mackerel-developers@hatena.ne.jp> - 0.42.0
- Add AlertStatusOnGone by updating mackerel-client-go to v0.12.0 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.69.3 to 0.70.2 (by dependabot[bot])
- Bump github.com/urfave/cli from 1.22.4 to 1.22.5 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.69.2 to 0.69.3 (by dependabot-preview[bot])
- Update Dependabot config file (by dependabot-preview[bot])

* Wed Oct 28 2020 <mackerel-developers@hatena.ne.jp> - 0.41.0
- Print empty array if hosts not found (by kazeburo)
- Add armhf Debian package to GitHub release (by hnw)
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.41.0"
const version = "0.42.0"

var gitcommit string

0 comments on commit 634bbe3

Please sign in to comment.