Skip to content

Commit

Permalink
Merge pull request #133 from mackerelio/bump-version-0.23.0
Browse files Browse the repository at this point in the history
Release version 0.23.0
  • Loading branch information
astj committed Nov 28, 2017
2 parents 3d92115 + ae37a1c commit c4d1ec0
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.23.0 (2017-11-28)

* [plugin.install] support direct URL target #130 (Songmu)
* [plugin.install] support tarball archives #131 (Songmu)
* fix hostId option flag in the command help of throw and metrics commands #129 (astj)
* Refactor mkr plugin install implementation #127 (shibayu36)


## 0.22.0 (2017-10-26)

* Release mkr plugin install #125 (shibayu36)
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.22.0
VERSION = 0.23.0
CURRENT_REVISION = $(shell git rev-parse --short HEAD)

all: clean cross lint gofmt test rpm deb
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.23.0-1.v2) stable; urgency=low

* [plugin.install] support direct URL target (by Songmu)
<https://github.com/mackerelio/mkr/pull/130>
* [plugin.install] support tarball archives (by Songmu)
<https://github.com/mackerelio/mkr/pull/131>
* fix hostId option flag in the command help of throw and metrics commands (by astj)
<https://github.com/mackerelio/mkr/pull/129>
* Refactor mkr plugin install implementation (by shibayu36)
<https://github.com/mackerelio/mkr/pull/127>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 28 Nov 2017 12:58:08 +0900

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

* Release mkr plugin install (by shibayu36)
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.23.0-1) stable; urgency=low

* [plugin.install] support direct URL target (by Songmu)
<https://github.com/mackerelio/mkr/pull/130>
* [plugin.install] support tarball archives (by Songmu)
<https://github.com/mackerelio/mkr/pull/131>
* fix hostId option flag in the command help of throw and metrics commands (by astj)
<https://github.com/mackerelio/mkr/pull/129>
* Refactor mkr plugin install implementation (by shibayu36)
<https://github.com/mackerelio/mkr/pull/127>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 28 Nov 2017 12:58:08 +0900

mkr (0.22.0-1) stable; urgency=low

* Release mkr plugin install (by shibayu36)
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
* Tue Nov 28 2017 <mackerel-developers@hatena.ne.jp> - 0.23.0
- [plugin.install] support direct URL target (by Songmu)
- [plugin.install] support tarball archives (by Songmu)
- fix hostId option flag in the command help of throw and metrics commands (by astj)
- Refactor mkr plugin install implementation (by shibayu36)

* Thu Oct 26 2017 <mackerel-developers@hatena.ne.jp> - 0.22.0
- Release mkr plugin install (by shibayu36)
- Add metrics command (by edangelion)
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
* Tue Nov 28 2017 <mackerel-developers@hatena.ne.jp> - 0.23.0
- [plugin.install] support direct URL target (by Songmu)
- [plugin.install] support tarball archives (by Songmu)
- fix hostId option flag in the command help of throw and metrics commands (by astj)
- Refactor mkr plugin install implementation (by shibayu36)

* Thu Oct 26 2017 <mackerel-developers@hatena.ne.jp> - 0.22.0
- Release mkr plugin install (by shibayu36)
- Add metrics command (by edangelion)
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.22.0"
const version = "0.23.0"

var gitcommit string

0 comments on commit c4d1ec0

Please sign in to comment.