Skip to content

Commit

Permalink
Merge pull request #462 from mackerelio/bump-version-0.46.6
Browse files Browse the repository at this point in the history
Release version 0.46.6
  • Loading branch information
mechairoi authored May 26, 2022
2 parents 8e41bf5 + 70a5402 commit b245b58
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.46.6 (2022-05-26)

* Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.2 #460 (dependabot[bot])
* Bump github.com/Songmu/goxz from 0.8.1 to 0.8.2 #456 (dependabot[bot])
* Bump github.com/urfave/cli from 1.22.5 to 1.22.9 #455 (dependabot[bot])
* [ci] Fix: Input 'job-number' has been deprecated with message: use flag-name instead #452 (ne-sachirou)
* Bump github.com/mackerelio/mackerel-agent from 0.72.8 to 0.72.11 #451 (dependabot[bot])


## 0.46.5 (2022-03-30)

* Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 #445 (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.5
VERSION := 0.46.6
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.46.6-1.v2) stable; urgency=low

* Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/460>
* Bump github.com/Songmu/goxz from 0.8.1 to 0.8.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/456>
* Bump github.com/urfave/cli from 1.22.5 to 1.22.9 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/455>
* [ci] Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou)
<https://github.com/mackerelio/mkr/pull/452>
* Bump github.com/mackerelio/mackerel-agent from 0.72.8 to 0.72.11 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/451>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 26 May 2022 02:29:13 +0000

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

* Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 (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.46.6-1) stable; urgency=low

* Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/460>
* Bump github.com/Songmu/goxz from 0.8.1 to 0.8.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/456>
* Bump github.com/urfave/cli from 1.22.5 to 1.22.9 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/455>
* [ci] Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou)
<https://github.com/mackerelio/mkr/pull/452>
* Bump github.com/mackerelio/mackerel-agent from 0.72.8 to 0.72.11 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/451>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 26 May 2022 02:29:13 +0000

mkr (0.46.5-1) stable; urgency=low

* Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 (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
* Thu May 26 2022 <mackerel-developers@hatena.ne.jp> - 0.46.6
- Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.2 (by dependabot[bot])
- Bump github.com/Songmu/goxz from 0.8.1 to 0.8.2 (by dependabot[bot])
- Bump github.com/urfave/cli from 1.22.5 to 1.22.9 (by dependabot[bot])
- [ci] Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou)
- Bump github.com/mackerelio/mackerel-agent from 0.72.8 to 0.72.11 (by dependabot[bot])

* Wed Mar 30 2022 <mackerel-developers@hatena.ne.jp> - 0.46.5
- Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 (by dependabot[bot])
- Bump github.com/golangci/golangci-lint from 1.44.2 to 1.45.0 (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
* Thu May 26 2022 <mackerel-developers@hatena.ne.jp> - 0.46.6
- Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.2 (by dependabot[bot])
- Bump github.com/Songmu/goxz from 0.8.1 to 0.8.2 (by dependabot[bot])
- Bump github.com/urfave/cli from 1.22.5 to 1.22.9 (by dependabot[bot])
- [ci] Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou)
- Bump github.com/mackerelio/mackerel-agent from 0.72.8 to 0.72.11 (by dependabot[bot])

* Wed Mar 30 2022 <mackerel-developers@hatena.ne.jp> - 0.46.5
- Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 (by dependabot[bot])
- Bump github.com/golangci/golangci-lint from 1.44.2 to 1.45.0 (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.5"
const version = "0.46.6"

var gitcommit string

0 comments on commit b245b58

Please sign in to comment.