Skip to content

Commit

Permalink
Merge pull request #1157 from mackerelio/bump-version-0.81.0
Browse files Browse the repository at this point in the history
Release version 0.81.0
  • Loading branch information
Arthur1 authored Mar 5, 2024
2 parents c120e56 + e9bff2d commit 99db858
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.81.0 (2024-03-05)

* [mackerel-plugin-windows-server-sessions] Remove the dependency for WMIC command #1155 (Arthur1)


## 0.80.0 (2024-02-27)

* Update mysql, mongodb plugins. #1152 (yseto)
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.80.0
VERSION = 0.81.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.80.0"
const version = "0.81.0"

var gitcommit string

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

* [mackerel-plugin-windows-server-sessions] Remove the dependency for WMIC command (by Arthur1)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1155>

-- mackerel <[email protected]> Tue, 5 Mar 2024 09:44:31 +0000

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

* Update mysql, mongodb plugins. (by yseto)
Expand Down
3 changes: 3 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,9 @@ done
%{__targetdir}/*

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

* Tue Feb 27 2024 <[email protected]> - 0.80.0
- Update mysql, mongodb plugins. (by yseto)
- update go version -> 1.22 (by lufia)
Expand Down

0 comments on commit 99db858

Please sign in to comment.