Skip to content

Commit

Permalink
Merge pull request #294 from mackerelio/bump-version-0.40.1
Browse files Browse the repository at this point in the history
Release version 0.40.1
  • Loading branch information
lufia committed May 14, 2020
2 parents 33bf378 + 9fc0b8d commit f556371
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.40.1 (2020-05-14)

* Bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 #293 (dependabot-preview[bot])
* Bump alpine from 3.11.5 to 3.11.6 #292 (dependabot-preview[bot])
* Build with Go 1.14 #286 (lufia)
* Bump github.com/urfave/cli from 1.22.3 to 1.22.4 #287 (dependabot-preview[bot])
* Bump github.com/mackerelio/mackerel-agent from 0.67.0 to 0.67.1 #289 (dependabot-preview[bot])


## 0.40.0 (2020-04-03)

* Bump alpine from 3.11.3 to 3.11.5 #285 (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.0
VERSION := 0.40.1
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.40.1-1.v2) stable; urgency=low

* Bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/293>
* Bump alpine from 3.11.5 to 3.11.6 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/292>
* Build with Go 1.14 (by lufia)
<https://github.com/mackerelio/mkr/pull/286>
* Bump github.com/urfave/cli from 1.22.3 to 1.22.4 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/287>
* Bump github.com/mackerelio/mackerel-agent from 0.67.0 to 0.67.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/289>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 14 May 2020 06:07:32 +0000

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

* Bump alpine from 3.11.3 to 3.11.5 (by dependabot-preview[bot])
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.40.1-1) stable; urgency=low

* Bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/293>
* Bump alpine from 3.11.5 to 3.11.6 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/292>
* Build with Go 1.14 (by lufia)
<https://github.com/mackerelio/mkr/pull/286>
* Bump github.com/urfave/cli from 1.22.3 to 1.22.4 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/287>
* Bump github.com/mackerelio/mackerel-agent from 0.67.0 to 0.67.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/289>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 14 May 2020 06:07:32 +0000

mkr (0.40.0-1) stable; urgency=low

* Bump alpine from 3.11.3 to 3.11.5 (by dependabot-preview[bot])
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 @@ -36,6 +36,13 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Thu May 14 2020 <mackerel-developers@hatena.ne.jp> - 0.40.1
- Bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (by dependabot-preview[bot])
- Bump alpine from 3.11.5 to 3.11.6 (by dependabot-preview[bot])
- Build with Go 1.14 (by lufia)
- Bump github.com/urfave/cli from 1.22.3 to 1.22.4 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.67.0 to 0.67.1 (by dependabot-preview[bot])

* Fri Apr 03 2020 <mackerel-developers@hatena.ne.jp> - 0.40.0
- Bump alpine from 3.11.3 to 3.11.5 (by dependabot-preview[bot])
- Implement `mkr channels pull` command (by stefafafan)
Expand Down
7 changes: 7 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Thu May 14 2020 <mackerel-developers@hatena.ne.jp> - 0.40.1
- Bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 (by dependabot-preview[bot])
- Bump alpine from 3.11.5 to 3.11.6 (by dependabot-preview[bot])
- Build with Go 1.14 (by lufia)
- Bump github.com/urfave/cli from 1.22.3 to 1.22.4 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.67.0 to 0.67.1 (by dependabot-preview[bot])

* Fri Apr 03 2020 <mackerel-developers@hatena.ne.jp> - 0.40.0
- Bump alpine from 3.11.3 to 3.11.5 (by dependabot-preview[bot])
- Implement `mkr channels pull` command (by stefafafan)
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.0"
const version = "0.40.1"

var gitcommit string

0 comments on commit f556371

Please sign in to comment.