Skip to content

Commit

Permalink
Merge pull request #320 from mackerelio/bump-version-0.40.4
Browse files Browse the repository at this point in the history
Release version 0.40.4
  • Loading branch information
lufia committed Oct 1, 2020
2 parents 47ab4d0 + c03fc10 commit ef54761
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 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])
* Bump github.com/mackerelio/mackerel-agent from 0.68.2 to 0.69.1 #317 (dependabot-preview[bot])


## 0.40.3 (2020-09-15)

* revert go1.15-alpine #315 (lufia)
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.3
VERSION := 0.40.4
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

Expand Down
9 changes: 9 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
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])
<https://github.com/mackerelio/mkr/pull/319>
* Bump github.com/mackerelio/mackerel-agent from 0.68.2 to 0.69.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/317>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 01 Oct 2020 05:58:58 +0000

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

* revert go1.15-alpine (by lufia)
Expand Down
9 changes: 9 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
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])
<https://github.com/mackerelio/mkr/pull/319>
* Bump github.com/mackerelio/mackerel-agent from 0.68.2 to 0.69.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/317>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 01 Oct 2020 05:58:58 +0000

mkr (0.40.3-1) stable; urgency=low

* revert go1.15-alpine (by lufia)
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* 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])

* Tue Sep 15 2020 <mackerel-developers@hatena.ne.jp> - 0.40.3
- revert go1.15-alpine (by lufia)
- revert changing filename (by lufia)
Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* 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])

* Tue Sep 15 2020 <mackerel-developers@hatena.ne.jp> - 0.40.3
- revert go1.15-alpine (by lufia)
- revert changing filename (by lufia)
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.3"
const version = "0.40.4"

var gitcommit string

0 comments on commit ef54761

Please sign in to comment.