Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.41.0 #327

Merged
merged 1 commit into from
Oct 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.41.0 (2020-10-28)

* Print empty array if hosts not found #326 (kazeburo)
* Add armhf Debian package to GitHub release #323 (hnw)
* Bump alpine from 3.12.0 to 3.12.1 #325 (dependabot-preview[bot])
* Bump github.com/mackerelio/mackerel-agent from 0.69.1 to 0.69.2 #321 (dependabot-preview[bot])


## 0.40.4 (2020-10-01)

* Bump github.com/mackerelio/mackerel-client-go from 0.10.1 to 0.11.0 #319 (dependabot-preview[bot])
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.40.4
VERSION := 0.41.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.41.0-1.v2) stable; urgency=low

* Print empty array if hosts not found (by kazeburo)
<https://github.com/mackerelio/mkr/pull/326>
* Add armhf Debian package to GitHub release (by hnw)
<https://github.com/mackerelio/mkr/pull/323>
* Bump alpine from 3.12.0 to 3.12.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/325>
* Bump github.com/mackerelio/mackerel-agent from 0.69.1 to 0.69.2 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/321>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 28 Oct 2020 02:36:24 +0000

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

* Bump github.com/mackerelio/mackerel-client-go from 0.10.1 to 0.11.0 (by dependabot-preview[bot])
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.41.0-1) stable; urgency=low

* Print empty array if hosts not found (by kazeburo)
<https://github.com/mackerelio/mkr/pull/326>
* Add armhf Debian package to GitHub release (by hnw)
<https://github.com/mackerelio/mkr/pull/323>
* Bump alpine from 3.12.0 to 3.12.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/325>
* Bump github.com/mackerelio/mackerel-agent from 0.69.1 to 0.69.2 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/321>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 28 Oct 2020 02:36:24 +0000

mkr (0.40.4-1) stable; urgency=low

* Bump github.com/mackerelio/mackerel-client-go from 0.10.1 to 0.11.0 (by dependabot-preview[bot])
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 @@ -35,6 +35,12 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* 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)
- Bump alpine from 3.12.0 to 3.12.1 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.69.1 to 0.69.2 (by dependabot-preview[bot])

* Thu Oct 01 2020 <mackerel-developers@hatena.ne.jp> - 0.40.4
- Bump github.com/mackerelio/mackerel-client-go from 0.10.1 to 0.11.0 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.68.2 to 0.69.1 (by dependabot-preview[bot])
Expand Down
6 changes: 6 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* 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)
- Bump alpine from 3.12.0 to 3.12.1 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.69.1 to 0.69.2 (by dependabot-preview[bot])

* Thu Oct 01 2020 <mackerel-developers@hatena.ne.jp> - 0.40.4
- Bump github.com/mackerelio/mackerel-client-go from 0.10.1 to 0.11.0 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.68.2 to 0.69.1 (by dependabot-preview[bot])
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.40.4"
const version = "0.41.0"

var gitcommit string