Skip to content

Commit

Permalink
Merge pull request #471 from mackerelio/bump-version-0.46.8
Browse files Browse the repository at this point in the history
Release version 0.46.8
  • Loading branch information
Arthur1 committed Jun 22, 2022
2 parents 6e5e759 + fcaf3b6 commit 2e01a5a
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.46.8 (2022-06-22)

* Bump github.com/mackerelio/mackerel-agent from 0.72.12 to 0.72.13 #468 (dependabot[bot])


## 0.46.7 (2022-06-08)

* Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 #466 (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.7
VERSION := 0.46.8
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

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

* Bump github.com/mackerelio/mackerel-agent from 0.72.12 to 0.72.13 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/468>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 22 Jun 2022 06:36:07 +0000

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])
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mkr (0.46.8-1) stable; urgency=low

* Bump github.com/mackerelio/mackerel-agent from 0.72.12 to 0.72.13 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/468>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 22 Jun 2022 06:36:07 +0000

mkr (0.46.7-1) stable; urgency=low

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

%changelog
* Wed Jun 22 2022 <mackerel-developers@hatena.ne.jp> - 0.46.8
- Bump github.com/mackerelio/mackerel-agent from 0.72.12 to 0.72.13 (by dependabot[bot])

* 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])
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Wed Jun 22 2022 <mackerel-developers@hatena.ne.jp> - 0.46.8
- Bump github.com/mackerelio/mackerel-agent from 0.72.12 to 0.72.13 (by dependabot[bot])

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

var gitcommit string

0 comments on commit 2e01a5a

Please sign in to comment.