Skip to content

Commit

Permalink
Merge pull request #583 from mackerelio/bump-version-0.52.0
Browse files Browse the repository at this point in the history
Release version 0.52.0
  • Loading branch information
yohfee committed Jul 26, 2023
2 parents 39d8d54 + 511f058 commit 81874a3
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## 0.52.0 (2023-07-26)

* read annotation's description from file or stdin #582 (Arthur1)
* Bump github.com/mackerelio/mackerel-agent from 0.77.0 to 0.77.1 #581 (dependabot[bot])
* Bump golang.org/x/sync from 0.1.0 to 0.3.0 #577 (dependabot[bot])
* Bump github.com/urfave/cli from 1.22.12 to 1.22.14 #574 (dependabot[bot])
* Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 #573 (dependabot[bot])
* Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 #570 (dependabot[bot])
* Bump actions/setup-go from 3 to 4 #555 (dependabot[bot])


## 0.51.1 (2023-07-13)

* Bump github.com/mackerelio/mackerel-agent from 0.75.1 to 0.77.0 #576 (dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.51.1
VERSION := 0.52.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

Expand Down
19 changes: 19 additions & 0 deletions packaging/deb-v2/debian/changelog
@@ -1,3 +1,22 @@
mkr (0.52.0-1.v2) stable; urgency=low

* read annotation's description from file or stdin (by Arthur1)
<https://github.com/mackerelio/mkr/pull/582>
* Bump github.com/mackerelio/mackerel-agent from 0.77.0 to 0.77.1 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/581>
* Bump golang.org/x/sync from 0.1.0 to 0.3.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/577>
* Bump github.com/urfave/cli from 1.22.12 to 1.22.14 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/574>
* Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/573>
* Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/570>
* Bump actions/setup-go from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/555>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 26 Jul 2023 06:47:35 +0000

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])
Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions packaging/rpm/mkr-v2.spec
Expand Up @@ -35,6 +35,15 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Wed Jul 26 2023 <mackerel-developers@hatena.ne.jp> - 0.52.0
- read annotation's description from file or stdin (by Arthur1)
- Bump github.com/mackerelio/mackerel-agent from 0.77.0 to 0.77.1 (by dependabot[bot])
- Bump golang.org/x/sync from 0.1.0 to 0.3.0 (by dependabot[bot])
- Bump github.com/urfave/cli from 1.22.12 to 1.22.14 (by dependabot[bot])
- Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 (by dependabot[bot])
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (by dependabot[bot])
- Bump actions/setup-go from 3 to 4 (by dependabot[bot])

* 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])

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

%changelog
* Wed Jul 26 2023 <mackerel-developers@hatena.ne.jp> - 0.52.0
- read annotation's description from file or stdin (by Arthur1)
- Bump github.com/mackerelio/mackerel-agent from 0.77.0 to 0.77.1 (by dependabot[bot])
- Bump golang.org/x/sync from 0.1.0 to 0.3.0 (by dependabot[bot])
- Bump github.com/urfave/cli from 1.22.12 to 1.22.14 (by dependabot[bot])
- Bump github.com/itchyny/gojq from 0.12.12 to 0.12.13 (by dependabot[bot])
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (by dependabot[bot])
- Bump actions/setup-go from 3 to 4 (by dependabot[bot])

* 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])

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

const version = "0.51.1"
const version = "0.52.0"

var gitcommit string

0 comments on commit 81874a3

Please sign in to comment.