Skip to content

Commit

Permalink
Merge pull request #980 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 20, 2022
2 parents f6817a6 + f15bd8d commit 73c37ab
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 2 deletions.
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

0 comments on commit 73c37ab

Please sign in to comment.