Skip to content

Commit

Permalink
Merge pull request #265 from mackerelio/bump-version-0.39.6
Browse files Browse the repository at this point in the history
Release version 0.39.6
  • Loading branch information
astj committed Jan 22, 2020
2 parents 164f1f4 + 99a498a commit 097cc02
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.39.6 (2020-01-22)

* Bump github.com/pkg/errors from 0.8.1 to 0.9.1 #262 (dependabot-preview[bot])
* Bump alpine from 3.11.2 to 3.11.3 #264 (dependabot-preview[bot])
* Stop using alias imports for mackerel-client-go for simplicity #263 (stefafafan)
* Bump github.com/fatih/color from 1.8.0 to 1.9.0 #258 (dependabot-preview[bot])
* Bump github.com/fatih/color from 1.7.0 to 1.8.0 #257 (dependabot-preview[bot])
* Bump alpine from 3.11.0 to 3.11.2 #255 (dependabot-preview[bot])
* Bump alpine from 3.10.3 to 3.11.0 #254 (dependabot-preview[bot])
* Bump github.com/mackerelio/mackerel-agent from 0.64.1 to 0.65.0 #252 (dependabot-preview[bot])


## 0.39.5 (2019-12-05)

* Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 #244 (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.39.5
VERSION := 0.39.6
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

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

* Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/262>
* Bump alpine from 3.11.2 to 3.11.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/264>
* Stop using alias imports for mackerel-client-go for simplicity (by stefafafan)
<https://github.com/mackerelio/mkr/pull/263>
* Bump github.com/fatih/color from 1.8.0 to 1.9.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/258>
* Bump github.com/fatih/color from 1.7.0 to 1.8.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/257>
* Bump alpine from 3.11.0 to 3.11.2 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/255>
* Bump alpine from 3.10.3 to 3.11.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/254>
* Bump github.com/mackerelio/mackerel-agent from 0.64.1 to 0.65.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/252>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 22 Jan 2020 07:19:36 +0000

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])
Expand Down
21 changes: 21 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
mkr (0.39.6-1) stable; urgency=low

* Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/262>
* Bump alpine from 3.11.2 to 3.11.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/264>
* Stop using alias imports for mackerel-client-go for simplicity (by stefafafan)
<https://github.com/mackerelio/mkr/pull/263>
* Bump github.com/fatih/color from 1.8.0 to 1.9.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/258>
* Bump github.com/fatih/color from 1.7.0 to 1.8.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/257>
* Bump alpine from 3.11.0 to 3.11.2 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/255>
* Bump alpine from 3.10.3 to 3.11.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/254>
* Bump github.com/mackerelio/mackerel-agent from 0.64.1 to 0.65.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/252>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 22 Jan 2020 07:19:36 +0000

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])
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Wed Jan 22 2020 <mackerel-developers@hatena.ne.jp> - 0.39.6
- Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot])
- Bump alpine from 3.11.2 to 3.11.3 (by dependabot-preview[bot])
- Stop using alias imports for mackerel-client-go for simplicity (by stefafafan)
- Bump github.com/fatih/color from 1.8.0 to 1.9.0 (by dependabot-preview[bot])
- Bump github.com/fatih/color from 1.7.0 to 1.8.0 (by dependabot-preview[bot])
- Bump alpine from 3.11.0 to 3.11.2 (by dependabot-preview[bot])
- Bump alpine from 3.10.3 to 3.11.0 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.64.1 to 0.65.0 (by dependabot-preview[bot])

* 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])
Expand Down
10 changes: 10 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Wed Jan 22 2020 <mackerel-developers@hatena.ne.jp> - 0.39.6
- Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot])
- Bump alpine from 3.11.2 to 3.11.3 (by dependabot-preview[bot])
- Stop using alias imports for mackerel-client-go for simplicity (by stefafafan)
- Bump github.com/fatih/color from 1.8.0 to 1.9.0 (by dependabot-preview[bot])
- Bump github.com/fatih/color from 1.7.0 to 1.8.0 (by dependabot-preview[bot])
- Bump alpine from 3.11.0 to 3.11.2 (by dependabot-preview[bot])
- Bump alpine from 3.10.3 to 3.11.0 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.64.1 to 0.65.0 (by dependabot-preview[bot])

* 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])
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.5"
const version = "0.39.6"

var gitcommit string

0 comments on commit 097cc02

Please sign in to comment.