diff --git a/CHANGELOG.md b/CHANGELOG.md index 52cd87696..14fade5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 0.74.0 (2022-12-20) + +* use ubuntu-20.04 #978 (yseto) +* fix packaging process on ci #971 (yseto) +* refine file rewrite process #970 (yseto) +* remove xentop on backward compatibility symlink #969 (yseto) +* fix packaging #968 (yseto) +* [plugin-elasticsearch] Fix the test for elasticsearch #966 (lufia) +* added external plugin support #964 (yseto) +* 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) diff --git a/Makefile b/Makefile index 80302f6dc..e74bda170 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/mackerel-plugin.go b/mackerel-plugin.go index cce3035dd..3a48ce328 100644 --- a/mackerel-plugin.go +++ b/mackerel-plugin.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.73.0" +const version = "0.74.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 2792d4374..6d34f05a2 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,32 @@ +mackerel-agent-plugins (0.74.0-1.v2) stable; urgency=low + + * use ubuntu-20.04 (by yseto) + + * fix packaging process on ci (by yseto) + + * refine file rewrite process (by yseto) + + * remove xentop on backward compatibility symlink (by yseto) + + * fix packaging (by yseto) + + * [plugin-elasticsearch] Fix the test for elasticsearch (by lufia) + + * added external plugin support (by yseto) + + * 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) + + + -- mackerel Tue, 20 Dec 2022 08:19:33 +0000 + mackerel-agent-plugins (0.73.0-1.v2) stable; urgency=low * Fix Elasticsearch plugin. (by fujiwara) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index f49d191bb..75aa845e1 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,32 @@ +mackerel-agent-plugins (0.74.0-1) stable; urgency=low + + * use ubuntu-20.04 (by yseto) + + * fix packaging process on ci (by yseto) + + * refine file rewrite process (by yseto) + + * remove xentop on backward compatibility symlink (by yseto) + + * fix packaging (by yseto) + + * [plugin-elasticsearch] Fix the test for elasticsearch (by lufia) + + * added external plugin support (by yseto) + + * 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) + + + -- mackerel Tue, 20 Dec 2022 08:19:33 +0000 + mackerel-agent-plugins (0.73.0-1) stable; urgency=low * Fix Elasticsearch plugin. (by fujiwara) diff --git a/packaging/mackerel-agent-plugins_0.73.0.orig.tar.gz b/packaging/mackerel-agent-plugins_0.74.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-agent-plugins_0.73.0.orig.tar.gz rename to packaging/mackerel-agent-plugins_0.74.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-agent-plugins-v2.spec b/packaging/rpm/mackerel-agent-plugins-v2.spec index 85ebc38c0..c48171cd0 100644 --- a/packaging/rpm/mackerel-agent-plugins-v2.spec +++ b/packaging/rpm/mackerel-agent-plugins-v2.spec @@ -39,6 +39,20 @@ done %{__targetdir}/* %changelog +* Tue Dec 20 2022 - 0.74.0 +- use ubuntu-20.04 (by yseto) +- fix packaging process on ci (by yseto) +- refine file rewrite process (by yseto) +- remove xentop on backward compatibility symlink (by yseto) +- fix packaging (by yseto) +- [plugin-elasticsearch] Fix the test for elasticsearch (by lufia) +- added external plugin support (by yseto) +- 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 - 0.73.0 - Fix Elasticsearch plugin. (by fujiwara) - Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot]) diff --git a/packaging/rpm/mackerel-agent-plugins.spec b/packaging/rpm/mackerel-agent-plugins.spec index 60503e2a5..d1bc91d44 100644 --- a/packaging/rpm/mackerel-agent-plugins.spec +++ b/packaging/rpm/mackerel-agent-plugins.spec @@ -48,6 +48,20 @@ done %{__oldtargetdir}/* %changelog +* Tue Dec 20 2022 - 0.74.0 +- use ubuntu-20.04 (by yseto) +- fix packaging process on ci (by yseto) +- refine file rewrite process (by yseto) +- remove xentop on backward compatibility symlink (by yseto) +- fix packaging (by yseto) +- [plugin-elasticsearch] Fix the test for elasticsearch (by lufia) +- added external plugin support (by yseto) +- 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 - 0.73.0 - Fix Elasticsearch plugin. (by fujiwara) - Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (by dependabot[bot])