Skip to content

Commit

Permalink
Merge pull request #1217 from mackerelio/bump-version-0.85.0
Browse files Browse the repository at this point in the history
Release version 0.85.0
  • Loading branch information
yohfee authored Aug 8, 2024
2 parents 7a35f04 + ad14330 commit ec7e2e6
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.85.0 (2024-08-08)

* Bump golang.org/x/text from 0.15.0 to 0.17.0 #1216 (dependabot[bot])
* [mackerel-plugin-snmp] support 32bit counter overflow. #1214 (yseto)
* Bump github.com/mackerelio/go-mackerel-plugin from 0.1.4 to 0.1.5 #1198 (dependabot[bot])
* Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.2 to 0.1.3 #1196 (dependabot[bot])
* Bump github.com/mackerelio/go-osstat from 0.2.4 to 0.2.5 #1195 (dependabot[bot])
* Bump github.com/jmoiron/sqlx from 1.3.5 to 1.4.0 #1178 (dependabot[bot])


## 0.84.0 (2024-07-01)

* [mackerel-plugin-php-fpm] add slow_requests_delta metrics because slow_requests is a counter #1201 (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.84.0
VERSION = 0.85.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.84.0"
const version = "0.85.0"

var gitcommit string

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

* Bump golang.org/x/text from 0.15.0 to 0.17.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1216>
* [mackerel-plugin-snmp] support 32bit counter overflow. (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1214>
* Bump github.com/mackerelio/go-mackerel-plugin from 0.1.4 to 0.1.5 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1198>
* Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.2 to 0.1.3 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1196>
* Bump github.com/mackerelio/go-osstat from 0.2.4 to 0.2.5 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1195>
* Bump github.com/jmoiron/sqlx from 1.3.5 to 1.4.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1178>

-- mackerel <[email protected]> Thu, 8 Aug 2024 02:27:12 +0000

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

* [mackerel-plugin-php-fpm] add slow_requests_delta metrics because slow_requests is a counter (by Arthur1)
Expand Down
8 changes: 8 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,14 @@ done
%{__targetdir}/*

%changelog
* Thu Aug 8 2024 <[email protected]> - 0.85.0
- Bump golang.org/x/text from 0.15.0 to 0.17.0 (by dependabot[bot])
- [mackerel-plugin-snmp] support 32bit counter overflow. (by yseto)
- Bump github.com/mackerelio/go-mackerel-plugin from 0.1.4 to 0.1.5 (by dependabot[bot])
- Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.2 to 0.1.3 (by dependabot[bot])
- Bump github.com/mackerelio/go-osstat from 0.2.4 to 0.2.5 (by dependabot[bot])
- Bump github.com/jmoiron/sqlx from 1.3.5 to 1.4.0 (by dependabot[bot])

* Mon Jul 1 2024 <[email protected]> - 0.84.0
- [mackerel-plugin-php-fpm] add slow_requests_delta metrics because slow_requests is a counter (by Arthur1)

Expand Down

0 comments on commit ec7e2e6

Please sign in to comment.