Skip to content

Commit

Permalink
Merge pull request #951 from mackerelio/bump-version-0.73.0
Browse files Browse the repository at this point in the history
Release version 0.73.0
  • Loading branch information
yseto committed Nov 9, 2022
2 parents 66cf1f8 + 0f84d75 commit b58e6bd
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.73.0 (2022-11-09)

* Fix Elasticsearch plugin. #950 (fujiwara)
* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 #946 (dependabot[bot])
* [mongodb] add metric-key-prefix option #945 (tukaelu)


## 0.72.2 (2022-10-20)

* Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 #942 (dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.72.2
VERSION = 0.73.0
VERBOSE_FLAG = $(if $(VERBOSE),-verbose)
CURRENT_REVISION = $(shell git rev-parse --short HEAD)

Expand Down
2 changes: 1 addition & 1 deletion mackerel-plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func run(args []string) int {
return exitOK
}

const version = "0.72.2"
const version = "0.73.0"

var gitcommit string

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 @@
mackerel-agent-plugins (0.73.0-1.v2) stable; urgency=low

* Fix Elasticsearch plugin. (by fujiwara)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/950>
* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/946>
* [mongodb] add metric-key-prefix option (by tukaelu)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/945>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 9 Nov 2022 06:43:59 +0000

mackerel-agent-plugins (0.72.2-1.v2) stable; urgency=low

* Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (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 @@
mackerel-agent-plugins (0.73.0-1) stable; urgency=low

* Fix Elasticsearch plugin. (by fujiwara)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/950>
* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/946>
* [mongodb] add metric-key-prefix option (by tukaelu)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/945>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 9 Nov 2022 06:43:59 +0000

mackerel-agent-plugins (0.72.2-1) stable; urgency=low

* Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot])
Expand Down
5 changes: 5 additions & 0 deletions packaging/rpm/mackerel-agent-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ done
%{__targetdir}/*

%changelog
* Wed Nov 9 2022 <mackerel-developers@hatena.ne.jp> - 0.73.0
- Fix Elasticsearch plugin. (by fujiwara)
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot])
- [mongodb] add metric-key-prefix option (by tukaelu)

* Thu Oct 20 2022 <mackerel-developers@hatena.ne.jp> - 0.72.2
- Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.8.3 to 1.9.0 (by dependabot[bot])
Expand Down
5 changes: 5 additions & 0 deletions packaging/rpm/mackerel-agent-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Nov 9 2022 <mackerel-developers@hatena.ne.jp> - 0.73.0
- Fix Elasticsearch plugin. (by fujiwara)
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot])
- [mongodb] add metric-key-prefix option (by tukaelu)

* Thu Oct 20 2022 <mackerel-developers@hatena.ne.jp> - 0.72.2
- Bump github.com/aws/aws-sdk-go from 1.44.56 to 1.44.116 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.8.3 to 1.9.0 (by dependabot[bot])
Expand Down

0 comments on commit b58e6bd

Please sign in to comment.