Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.74.0 #965

Merged
merged 1 commit into from
Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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