Skip to content

Commit

Permalink
Merge pull request #499 from mackerelio/bump-version-0.47.0
Browse files Browse the repository at this point in the history
Release version 0.47.0
  • Loading branch information
Arthur1 committed Sep 6, 2022
2 parents 335ca5f + 5222960 commit 5171af8
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.47.0 (2022-09-06)

* Go 1.17 -> 1.19 #496 (yseto)
* added filter by gojq #490 (yseto)
* Organize flat packages in layers #489 (yseto)


## 0.46.9 (2022-07-20)

* Bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.1 #479 (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.46.9
VERSION := 0.47.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

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

* Go 1.17 -> 1.19 (by yseto)
<https://github.com/mackerelio/mkr/pull/496>
* added filter by gojq (by yseto)
<https://github.com/mackerelio/mkr/pull/490>
* Organize flat packages in layers (by yseto)
<https://github.com/mackerelio/mkr/pull/489>

-- mackerel <[email protected]> Tue, 6 Sep 2022 06:50:48 +0000

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

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

* Go 1.17 -> 1.19 (by yseto)
<https://github.com/mackerelio/mkr/pull/496>
* added filter by gojq (by yseto)
<https://github.com/mackerelio/mkr/pull/490>
* Organize flat packages in layers (by yseto)
<https://github.com/mackerelio/mkr/pull/489>

-- mackerel <[email protected]> Tue, 6 Sep 2022 06:50:48 +0000

mkr (0.46.9-1) stable; urgency=low

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

%changelog
* Tue Sep 6 2022 <[email protected]> - 0.47.0
- Go 1.17 -> 1.19 (by yseto)
- added filter by gojq (by yseto)
- Organize flat packages in layers (by yseto)

* Wed Jul 20 2022 <[email protected]> - 0.46.9
- Bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.1 (by dependabot[bot])
- Bump alpine from 3.16.0 to 3.16.1 (by dependabot[bot])
Expand Down
5 changes: 5 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Tue Sep 6 2022 <[email protected]> - 0.47.0
- Go 1.17 -> 1.19 (by yseto)
- added filter by gojq (by yseto)
- Organize flat packages in layers (by yseto)

* Wed Jul 20 2022 <[email protected]> - 0.46.9
- Bump github.com/golangci/golangci-lint from 1.46.2 to 1.47.1 (by dependabot[bot])
- Bump alpine from 3.16.0 to 3.16.1 (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.46.9"
const version = "0.47.0"

var gitcommit string

0 comments on commit 5171af8

Please sign in to comment.