Skip to content

Commit

Permalink
Merge pull request #384 from mackerelio/bump-version-0.45.0
Browse files Browse the repository at this point in the history
Release version 0.45.0
  • Loading branch information
shibayu36 committed Apr 26, 2021
2 parents 0827f56 + d7bb55d commit c1cb005
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.45.0 (2021-04-26)

* Bump github.com/mackerelio/mackerel-client-go from 0.16.0 to 0.17.0 #383 (dependabot[bot])
* [Breaking changes] Remove `mkr dashboards generate` and `mkr dashboards migrate` #380 (shibayu36)
* Bump github.com/golangci/golangci-lint from 1.38.0 to 1.39.0 #377 (dependabot[bot])
* Bump github.com/Songmu/prompter from 0.4.0 to 0.5.0 #375 (dependabot[bot])
* update mackerel-client-go 0.16.0 #374 (yseto)


## 0.44.2 (2021-03-05)

* Bump github.com/golangci/golangci-lint from 1.37.1 to 1.38.0 #369 (dependabot[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.44.2
VERSION := 0.45.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

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

* Bump github.com/mackerelio/mackerel-client-go from 0.16.0 to 0.17.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/383>
* [Breaking changes] Remove `mkr dashboards generate` and `mkr dashboards migrate` (by shibayu36)
<https://github.com/mackerelio/mkr/pull/380>
* Bump github.com/golangci/golangci-lint from 1.38.0 to 1.39.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/377>
* Bump github.com/Songmu/prompter from 0.4.0 to 0.5.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/375>
* update mackerel-client-go 0.16.0 (by yseto)
<https://github.com/mackerelio/mkr/pull/374>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 26 Apr 2021 03:09:32 +0000

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

* Bump github.com/golangci/golangci-lint from 1.37.1 to 1.38.0 (by dependabot[bot])
Expand Down
15 changes: 15 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
mkr (0.45.0-1) stable; urgency=low

* Bump github.com/mackerelio/mackerel-client-go from 0.16.0 to 0.17.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/383>
* [Breaking changes] Remove `mkr dashboards generate` and `mkr dashboards migrate` (by shibayu36)
<https://github.com/mackerelio/mkr/pull/380>
* Bump github.com/golangci/golangci-lint from 1.38.0 to 1.39.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/377>
* Bump github.com/Songmu/prompter from 0.4.0 to 0.5.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/375>
* update mackerel-client-go 0.16.0 (by yseto)
<https://github.com/mackerelio/mkr/pull/374>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 26 Apr 2021 03:09:32 +0000

mkr (0.44.2-1) stable; urgency=low

* Bump github.com/golangci/golangci-lint from 1.37.1 to 1.38.0 (by dependabot[bot])
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Mon Apr 26 2021 <mackerel-developers@hatena.ne.jp> - 0.45.0
- Bump github.com/mackerelio/mackerel-client-go from 0.16.0 to 0.17.0 (by dependabot[bot])
- [Breaking changes] Remove `mkr dashboards generate` and `mkr dashboards migrate` (by shibayu36)
- Bump github.com/golangci/golangci-lint from 1.38.0 to 1.39.0 (by dependabot[bot])
- Bump github.com/Songmu/prompter from 0.4.0 to 0.5.0 (by dependabot[bot])
- update mackerel-client-go 0.16.0 (by yseto)

* Fri Mar 05 2021 <mackerel-developers@hatena.ne.jp> - 0.44.2
- Bump github.com/golangci/golangci-lint from 1.37.1 to 1.38.0 (by dependabot[bot])
- Bump alpine from 3.13.0 to 3.13.2 (by dependabot[bot])
Expand Down
7 changes: 7 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Mon Apr 26 2021 <mackerel-developers@hatena.ne.jp> - 0.45.0
- Bump github.com/mackerelio/mackerel-client-go from 0.16.0 to 0.17.0 (by dependabot[bot])
- [Breaking changes] Remove `mkr dashboards generate` and `mkr dashboards migrate` (by shibayu36)
- Bump github.com/golangci/golangci-lint from 1.38.0 to 1.39.0 (by dependabot[bot])
- Bump github.com/Songmu/prompter from 0.4.0 to 0.5.0 (by dependabot[bot])
- update mackerel-client-go 0.16.0 (by yseto)

* Fri Mar 05 2021 <mackerel-developers@hatena.ne.jp> - 0.44.2
- Bump github.com/golangci/golangci-lint from 1.37.1 to 1.38.0 (by dependabot[bot])
- Bump alpine from 3.13.0 to 3.13.2 (by dependabot[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.44.2"
const version = "0.45.0"

var gitcommit string

0 comments on commit c1cb005

Please sign in to comment.