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 #980

Merged
merged 1 commit into from Dec 20, 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
16 changes: 16 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion 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)

Expand Down
2 changes: 1 addition & 1 deletion mackerel-plugin.go
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
29 changes: 29 additions & 0 deletions 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)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/978>
* fix packaging process on ci (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/971>
* refine file rewrite process (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/970>
* remove xentop on backward compatibility symlink (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/969>
* fix packaging (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/968>
* [plugin-elasticsearch] Fix the test for elasticsearch (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/966>
* added external plugin support (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/964>
* 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> Tue, 20 Dec 2022 08:19:33 +0000

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

* Fix Elasticsearch plugin. (by fujiwara)
Expand Down
29 changes: 29 additions & 0 deletions packaging/deb/debian/changelog
@@ -1,3 +1,32 @@
mackerel-agent-plugins (0.74.0-1) stable; urgency=low

* use ubuntu-20.04 (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/978>
* fix packaging process on ci (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/971>
* refine file rewrite process (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/970>
* remove xentop on backward compatibility symlink (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/969>
* fix packaging (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/968>
* [plugin-elasticsearch] Fix the test for elasticsearch (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/966>
* added external plugin support (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/964>
* 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> Tue, 20 Dec 2022 08:19:33 +0000

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

* Fix Elasticsearch plugin. (by fujiwara)
Expand Down
14 changes: 14 additions & 0 deletions packaging/rpm/mackerel-agent-plugins-v2.spec
Expand Up @@ -39,6 +39,20 @@ done
%{__targetdir}/*

%changelog
* Tue Dec 20 2022 <mackerel-developers@hatena.ne.jp> - 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 <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
14 changes: 14 additions & 0 deletions packaging/rpm/mackerel-agent-plugins.spec
Expand Up @@ -48,6 +48,20 @@ done
%{__oldtargetdir}/*

%changelog
* Tue Dec 20 2022 <mackerel-developers@hatena.ne.jp> - 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 <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