Skip to content

Commit

Permalink
Merge pull request #965 from mackerelio/bump-version-0.74.0
Browse files Browse the repository at this point in the history
Release version 0.74.0
  • Loading branch information
lufia committed Dec 15, 2022
2 parents 9690d91 + ac45022 commit c37130b
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.74.0 (2022-12-14)

* sort plugins on packaging files. #963 (yseto)
* Purge less-used plugins from mackerel-agent-plugins package #962 (lufia)
* Purge mackerel-plugin-nvidia-smi #961 (lufia)
* Update dependencies #960 (lufia)
* added test for elasticsearch #952 (yseto)


## 0.73.0 (2022-11-09)

* Fix Elasticsearch plugin. #950 (fujiwara)
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.73.0
VERSION = 0.74.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.73.0"
const version = "0.74.0"

var gitcommit string

Expand Down
15 changes: 15 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
mackerel-agent-plugins (0.74.0-1.v2) stable; urgency=low

* sort plugins on packaging files. (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/963>
* Purge less-used plugins from mackerel-agent-plugins package (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/962>
* Purge mackerel-plugin-nvidia-smi (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/961>
* Update dependencies (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/960>
* added test for elasticsearch (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/952>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 14 Dec 2022 11:06:41 +0000

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

* Fix Elasticsearch plugin. (by fujiwara)
Expand Down
15 changes: 15 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
mackerel-agent-plugins (0.74.0-1) stable; urgency=low

* sort plugins on packaging files. (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/963>
* Purge less-used plugins from mackerel-agent-plugins package (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/962>
* Purge mackerel-plugin-nvidia-smi (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/961>
* Update dependencies (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/960>
* added test for elasticsearch (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/952>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 14 Dec 2022 11:06:41 +0000

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

* Fix Elasticsearch plugin. (by fujiwara)
Expand Down
7 changes: 7 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,13 @@ done
%{__targetdir}/*

%changelog
* Wed Dec 14 2022 <mackerel-developers@hatena.ne.jp> - 0.74.0
- sort plugins on packaging files. (by yseto)
- Purge less-used plugins from mackerel-agent-plugins package (by lufia)
- Purge mackerel-plugin-nvidia-smi (by lufia)
- Update dependencies (by lufia)
- added test for elasticsearch (by yseto)

* 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])
Expand Down
7 changes: 7 additions & 0 deletions packaging/rpm/mackerel-agent-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Dec 14 2022 <mackerel-developers@hatena.ne.jp> - 0.74.0
- sort plugins on packaging files. (by yseto)
- Purge less-used plugins from mackerel-agent-plugins package (by lufia)
- Purge mackerel-plugin-nvidia-smi (by lufia)
- Update dependencies (by lufia)
- added test for elasticsearch (by yseto)

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

0 comments on commit c37130b

Please sign in to comment.