Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.39.2
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Oct 2, 2019
1 parent f190249 commit 9ff7cc2
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.2 (2019-10-02)

* Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 #234 (dependabot-preview[bot])
* Bump github.com/urfave/cli from 1.22.0 to 1.22.1 #230 (dependabot-preview[bot])
* Bump github.com/mackerelio/mackerel-agent from 0.62.1 to 0.63.0 #227 (dependabot-preview[bot])
* Bump github.com/mackerelio/mackerel-client-go from 0.7.0 to 0.8.0 #229 (dependabot-preview[bot])
* Bump github.com/mackerelio/mackerel-client-go from 0.6.0 to 0.7.0 #224 (dependabot-preview[bot])
* Bump github.com/urfave/cli from 1.21.0 to 1.22.0 #225 (dependabot-preview[bot])
* Bump github.com/mackerelio/mackerel-agent from 0.62.0 to 0.62.1 #223 (dependabot-preview[bot])
* Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 #221 (dependabot-preview[bot])


## 0.39.1 (2019-08-29)

* rename gopkg.in/urfave/cli.v1 -> github.com/urfave/cli #220 (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.1
VERSION := 0.39.2
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.2-1.v2) stable; urgency=low

* Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/234>
* Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/230>
* Bump github.com/mackerelio/mackerel-agent from 0.62.1 to 0.63.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/227>
* Bump github.com/mackerelio/mackerel-client-go from 0.7.0 to 0.8.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/229>
* Bump github.com/mackerelio/mackerel-client-go from 0.6.0 to 0.7.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/224>
* Bump github.com/urfave/cli from 1.21.0 to 1.22.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/225>
* Bump github.com/mackerelio/mackerel-agent from 0.62.0 to 0.62.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/223>
* Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/221>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 02 Oct 2019 06:57:36 +0000

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

* rename gopkg.in/urfave/cli.v1 -> github.com/urfave/cli (by lufia)
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.2-1) stable; urgency=low

* Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/234>
* Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/230>
* Bump github.com/mackerelio/mackerel-agent from 0.62.1 to 0.63.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/227>
* Bump github.com/mackerelio/mackerel-client-go from 0.7.0 to 0.8.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/229>
* Bump github.com/mackerelio/mackerel-client-go from 0.6.0 to 0.7.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/224>
* Bump github.com/urfave/cli from 1.21.0 to 1.22.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/225>
* Bump github.com/mackerelio/mackerel-agent from 0.62.0 to 0.62.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/223>
* Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/221>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 02 Oct 2019 06:57:36 +0000

mkr (0.39.1-1) stable; urgency=low

* rename gopkg.in/urfave/cli.v1 -> github.com/urfave/cli (by lufia)
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 Oct 02 2019 <mackerel-developers@hatena.ne.jp> - 0.39.2
- Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (by dependabot-preview[bot])
- Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.62.1 to 0.63.0 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-client-go from 0.7.0 to 0.8.0 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-client-go from 0.6.0 to 0.7.0 (by dependabot-preview[bot])
- Bump github.com/urfave/cli from 1.21.0 to 1.22.0 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.62.0 to 0.62.1 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])

* Thu Aug 29 2019 <mackerel-developers@hatena.ne.jp> - 0.39.1
- rename gopkg.in/urfave/cli.v1 -> github.com/urfave/cli (by lufia)
- Bump github.com/mackerelio/mackerel-agent from 0.61.1 to 0.62.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 Oct 02 2019 <mackerel-developers@hatena.ne.jp> - 0.39.2
- Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (by dependabot-preview[bot])
- Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.62.1 to 0.63.0 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-client-go from 0.7.0 to 0.8.0 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-client-go from 0.6.0 to 0.7.0 (by dependabot-preview[bot])
- Bump github.com/urfave/cli from 1.21.0 to 1.22.0 (by dependabot-preview[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.62.0 to 0.62.1 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot])

* Thu Aug 29 2019 <mackerel-developers@hatena.ne.jp> - 0.39.1
- rename gopkg.in/urfave/cli.v1 -> github.com/urfave/cli (by lufia)
- Bump github.com/mackerelio/mackerel-agent from 0.61.1 to 0.62.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.1"
const version = "0.39.2"

var gitcommit string

0 comments on commit 9ff7cc2

Please sign in to comment.