Skip to content

Commit

Permalink
Merge pull request #467 from mackerelio/bump-version-0.46.7
Browse files Browse the repository at this point in the history
Release version 0.46.7
  • Loading branch information
pyto86pri committed Jun 8, 2022
2 parents 3030248 + 597eab9 commit 9bc3c58
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.46.7 (2022-06-08)

* Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 #466 (dependabot[bot])
* Bump github.com/Songmu/prompter from 0.5.0 to 0.5.1 #464 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-agent from 0.72.11 to 0.72.12 #463 (dependabot[bot])


## 0.46.6 (2022-05-26)

* Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.2 #460 (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.6
VERSION := 0.46.7
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.46.7-1.v2) stable; urgency=low

* Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/466>
* Bump github.com/Songmu/prompter from 0.5.0 to 0.5.1 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/464>
* Bump github.com/mackerelio/mackerel-agent from 0.72.11 to 0.72.12 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/463>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 8 Jun 2022 02:38:19 +0000

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])
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.46.7-1) stable; urgency=low

* Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/466>
* Bump github.com/Songmu/prompter from 0.5.0 to 0.5.1 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/464>
* Bump github.com/mackerelio/mackerel-agent from 0.72.11 to 0.72.12 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/463>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 8 Jun 2022 02:38:19 +0000

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])
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
* Wed Jun 8 2022 <mackerel-developers@hatena.ne.jp> - 0.46.7
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (by dependabot[bot])
- Bump github.com/Songmu/prompter from 0.5.0 to 0.5.1 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.72.11 to 0.72.12 (by dependabot[bot])

* 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])
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
* Wed Jun 8 2022 <mackerel-developers@hatena.ne.jp> - 0.46.7
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (by dependabot[bot])
- Bump github.com/Songmu/prompter from 0.5.0 to 0.5.1 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent from 0.72.11 to 0.72.12 (by dependabot[bot])

* 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])
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.6"
const version = "0.46.7"

var gitcommit string

0 comments on commit 9bc3c58

Please sign in to comment.