Skip to content

Commit

Permalink
Merge pull request #580 from mackerelio/bump-version-0.51.1
Browse files Browse the repository at this point in the history
Release version 0.51.1
  • Loading branch information
mdsboy committed Jul 13, 2023
2 parents a3ff38f + 941d471 commit 348eb86
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.51.1 (2023-07-13)

* Bump github.com/mackerelio/mackerel-agent from 0.75.1 to 0.77.0 #576 (dependabot[bot])


## 0.51.0 (2023-05-31)

* Bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 #568 (dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.51.0
VERSION := 0.51.1
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
@@ -1,3 +1,10 @@
mkr (0.51.1-1.v2) stable; urgency=low

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

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 13 Jul 2023 06:30:21 +0000

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

* Bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 (by dependabot[bot])
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions packaging/rpm/mkr-v2.spec
Expand Up @@ -35,6 +35,9 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Thu Jul 13 2023 <mackerel-developers@hatena.ne.jp> - 0.51.1
- Bump github.com/mackerelio/mackerel-agent from 0.75.1 to 0.77.0 (by dependabot[bot])

* Wed May 31 2023 <mackerel-developers@hatena.ne.jp> - 0.51.0
- Bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 (by dependabot[bot])

Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mkr.spec
Expand Up @@ -41,6 +41,9 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Thu Jul 13 2023 <mackerel-developers@hatena.ne.jp> - 0.51.1
- Bump github.com/mackerelio/mackerel-agent from 0.75.1 to 0.77.0 (by dependabot[bot])

* Wed May 31 2023 <mackerel-developers@hatena.ne.jp> - 0.51.0
- Bump github.com/mackerelio/mackerel-client-go from 0.25.0 to 0.26.0 (by dependabot[bot])

Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.51.0"
const version = "0.51.1"

var gitcommit string

0 comments on commit 348eb86

Please sign in to comment.