Skip to content

Commit

Permalink
Merge pull request #1168 from mackerelio/bump-version-0.82.0
Browse files Browse the repository at this point in the history
Release version 0.82.0
  • Loading branch information
azukiazusa1 committed Apr 5, 2024
2 parents 76fb736 + c146a19 commit 03389ab
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.82.0 (2024-04-05)

* add STRING number support #1166 (kmuto)
* Allow mackerel-plugin-redis to specify username #1165 (mkadokawa-idcf)


## 0.81.0 (2024-03-05)

* [mackerel-plugin-windows-server-sessions] Remove the dependency for WMIC command #1155 (Arthur1)
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.81.0
VERSION = 0.82.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.81.0"
const version = "0.82.0"

var gitcommit string

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

* add STRING number support (by kmuto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1166>
* Allow mackerel-plugin-redis to specify username (by mkadokawa-idcf)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1165>

-- mackerel <[email protected]> Fri, 5 Apr 2024 01:26:19 +0000

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

* [mackerel-plugin-windows-server-sessions] Remove the dependency for WMIC command (by Arthur1)
Expand Down
4 changes: 4 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,10 @@ done
%{__targetdir}/*

%changelog
* Fri Apr 5 2024 <[email protected]> - 0.82.0
- add STRING number support (by kmuto)
- Allow mackerel-plugin-redis to specify username (by mkadokawa-idcf)

* Tue Mar 5 2024 <[email protected]> - 0.81.0
- [mackerel-plugin-windows-server-sessions] Remove the dependency for WMIC command (by Arthur1)

Expand Down

0 comments on commit 03389ab

Please sign in to comment.