Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuuki committed Nov 12, 2018
1 parent bdb46b8 commit f4b3255
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.33.0 (2018-11-12)

* Follow https://github.com/mholt/archiver's change #175 (astj)
* update subcommand should keep the interface infromation #174 (itchyny)
* show alert.Message as monitor message in mkr alerts list #173 (astj)
* implement org subcommand #172 (itchyny)


## 0.32.1 (2018-10-17)

* Build with Go 1.11 #169 (astj)
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.32.1
VERSION = 0.33.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.33.0-1.v2) stable; urgency=low

* Follow https://github.com/mholt/archiver's change (by astj)
<https://github.com/mackerelio/mkr/pull/175>
* update subcommand should keep the interface infromation (by itchyny)
<https://github.com/mackerelio/mkr/pull/174>
* show alert.Message as monitor message in mkr alerts list (by astj)
<https://github.com/mackerelio/mkr/pull/173>
* implement org subcommand (by itchyny)
<https://github.com/mackerelio/mkr/pull/172>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 12 Nov 2018 11:35:35 +0900

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

* Build with Go 1.11 (by astj)
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.33.0-1) stable; urgency=low

* Follow https://github.com/mholt/archiver's change (by astj)
<https://github.com/mackerelio/mkr/pull/175>
* update subcommand should keep the interface infromation (by itchyny)
<https://github.com/mackerelio/mkr/pull/174>
* show alert.Message as monitor message in mkr alerts list (by astj)
<https://github.com/mackerelio/mkr/pull/173>
* implement org subcommand (by itchyny)
<https://github.com/mackerelio/mkr/pull/172>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 12 Nov 2018 11:35:35 +0900

mkr (0.32.1-1) stable; urgency=low

* Build with Go 1.11 (by astj)
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
* Mon Nov 12 2018 <mackerel-developers@hatena.ne.jp> - 0.33.0
- Follow https://github.com/mholt/archiver's change (by astj)
- update subcommand should keep the interface infromation (by itchyny)
- show alert.Message as monitor message in mkr alerts list (by astj)
- implement org subcommand (by itchyny)

* Wed Oct 17 2018 <mackerel-developers@hatena.ne.jp> - 0.32.1
- Build with Go 1.11 (by astj)

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
* Mon Nov 12 2018 <mackerel-developers@hatena.ne.jp> - 0.33.0
- Follow https://github.com/mholt/archiver's change (by astj)
- update subcommand should keep the interface infromation (by itchyny)
- show alert.Message as monitor message in mkr alerts list (by astj)
- implement org subcommand (by itchyny)

* Wed Oct 17 2018 <mackerel-developers@hatena.ne.jp> - 0.32.1
- Build with Go 1.11 (by astj)

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.32.1"
const version = "0.33.0"

var gitcommit string

0 comments on commit f4b3255

Please sign in to comment.