Skip to content

Commit

Permalink
Merge pull request #251 from mackerelio/bump-version-0.39.5
Browse files Browse the repository at this point in the history
Release version 0.39.5
  • Loading branch information
tanatana committed Dec 5, 2019
2 parents 97b7a49 + e8c7469 commit 68ca1c0
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.5 (2019-12-05)

* Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 #244 (dependabot-preview[bot])
* Bump github.com/Songmu/prompter from 0.2.0 to 0.3.0 #250 (dependabot-preview[bot])
* Bump github.com/urfave/cli from 1.22.1 to 1.22.2 #248 (dependabot-preview[bot])
* Bump github.com/mackerelio/mackerel-agent from 0.64.0 to 0.64.1 #249 (dependabot-preview[bot])


## 0.39.4 (2019-11-21)

* always set GO111MODULE=on #246 (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.39.4
VERSION := 0.39.5
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.5-1.v2) stable; urgency=low

* Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/244>
* Bump github.com/Songmu/prompter from 0.2.0 to 0.3.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/250>
* Bump github.com/urfave/cli from 1.22.1 to 1.22.2 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/248>
* Bump github.com/mackerelio/mackerel-agent from 0.64.0 to 0.64.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/249>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 05 Dec 2019 05:46:12 +0000

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

* always set GO111MODULE=on (by lufia)
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.5-1) stable; urgency=low

* Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/244>
* Bump github.com/Songmu/prompter from 0.2.0 to 0.3.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/250>
* Bump github.com/urfave/cli from 1.22.1 to 1.22.2 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/248>
* Bump github.com/mackerelio/mackerel-agent from 0.64.0 to 0.64.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/249>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 05 Dec 2019 05:46:12 +0000

mkr (0.39.4-1) stable; urgency=low

* always set GO111MODULE=on (by lufia)
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
* Thu Dec 05 2019 <mackerel-developers@hatena.ne.jp> - 0.39.5
- Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (by dependabot-preview[bot])
- Bump github.com/Songmu/prompter from 0.2.0 to 0.3.0 (by dependabot-preview[bot])
- Bump github.com/urfave/cli from 1.22.1 to 1.22.2 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.64.0 to 0.64.1 (by dependabot-preview[bot])

* Thu Nov 21 2019 <mackerel-developers@hatena.ne.jp> - 0.39.4
- always set GO111MODULE=on (by lufia)
- Bump alpine from 3.9 to 3.10.3 (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 @@ -42,6 +42,12 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Thu Dec 05 2019 <mackerel-developers@hatena.ne.jp> - 0.39.5
- Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (by dependabot-preview[bot])
- Bump github.com/Songmu/prompter from 0.2.0 to 0.3.0 (by dependabot-preview[bot])
- Bump github.com/urfave/cli from 1.22.1 to 1.22.2 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.64.0 to 0.64.1 (by dependabot-preview[bot])

* Thu Nov 21 2019 <mackerel-developers@hatena.ne.jp> - 0.39.4
- always set GO111MODULE=on (by lufia)
- Bump alpine from 3.9 to 3.10.3 (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.39.4"
const version = "0.39.5"

var gitcommit string

0 comments on commit 68ca1c0

Please sign in to comment.