Skip to content

Commit

Permalink
Merge pull request #1250 from mackerelio/bump-version-0.87.0
Browse files Browse the repository at this point in the history
Release version 0.87.0
  • Loading branch information
ne-sachirou authored Jan 27, 2025
2 parents 867b198 + d932551 commit 43d16b2
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.87.0 (2025-01-27)

* Fix CI build #1247 (ne-sachirou)
* Bump golang.org/x/net from 0.23.0 to 0.33.0 in /mackerel-plugin-gcp-compute-engine #1246 (dependabot[bot])
* Bump golang.org/x/crypto from 0.17.0 to 0.31.0 in /mackerel-plugin-mongodb #1244 (dependabot[bot])
* use mackerelio/[email protected] #1243 (yseto)
* Bump golang.org/x/text from 0.17.0 to 0.21.0 #1242 (dependabot[bot])
* Bump golang.org/x/sync from 0.8.0 to 0.10.0 #1241 (dependabot[bot])
* Bump github.com/stretchr/testify from 1.8.1 to 1.10.0 in /mackerel-plugin-nvidia-smi #1240 (dependabot[bot])
* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #1239 (dependabot[bot])
* [jvm] add prefix option #1238 (masarasi)
* Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.7.0 #1233 (dependabot[bot])
* Bump github.com/urfave/cli from 1.22.15 to 1.22.16 #1232 (dependabot[bot])
* Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.2 to 0.1.3 in /mackerel-plugin-nvidia-smi #1230 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-plugin-mongodb from 1.1.0 to 1.1.1 in /mackerel-plugin-mongodb #1227 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-plugin-json from 1.2.4 to 1.2.5 in /mackerel-plugin-json #1226 (dependabot[bot])
* Bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 #1221 (dependabot[bot])
* Bump github.com/gosnmp/gosnmp from 1.35.0 to 1.38.0 #1215 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.51.26 to 1.55.5 #1212 (dependabot[bot])


## 0.86.0 (2024-10-08)

* Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql #1228 (dependabot[bot])
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.86.0
VERSION = 0.87.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.86.0"
const version = "0.87.0"

var gitcommit string

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

* Fix CI build (by ne-sachirou)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1247>
* Bump golang.org/x/net from 0.23.0 to 0.33.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1246>
* Bump golang.org/x/crypto from 0.17.0 to 0.31.0 in /mackerel-plugin-mongodb (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1244>
* use mackerelio/[email protected] (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1243>
* Bump golang.org/x/text from 0.17.0 to 0.21.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1242>
* Bump golang.org/x/sync from 0.8.0 to 0.10.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1241>
* Bump github.com/stretchr/testify from 1.8.1 to 1.10.0 in /mackerel-plugin-nvidia-smi (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1240>
* Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1239>
* [jvm] add prefix option (by masarasi)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1238>
* Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.7.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1233>
* Bump github.com/urfave/cli from 1.22.15 to 1.22.16 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1232>
* Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.2 to 0.1.3 in /mackerel-plugin-nvidia-smi (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1230>
* Bump github.com/mackerelio/mackerel-plugin-mongodb from 1.1.0 to 1.1.1 in /mackerel-plugin-mongodb (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1227>
* Bump github.com/mackerelio/mackerel-plugin-json from 1.2.4 to 1.2.5 in /mackerel-plugin-json (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1226>
* Bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1221>
* Bump github.com/gosnmp/gosnmp from 1.35.0 to 1.38.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1215>
* Bump github.com/aws/aws-sdk-go from 1.51.26 to 1.55.5 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1212>

-- mackerel <[email protected]> Mon, 27 Jan 2025 05:46:20 +0000

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

* Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql (by dependabot[bot])
Expand Down
19 changes: 19 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,25 @@ done
%{__targetdir}/*

%changelog
* Mon Jan 27 2025 <[email protected]> - 0.87.0
- Fix CI build (by ne-sachirou)
- Bump golang.org/x/net from 0.23.0 to 0.33.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])
- Bump golang.org/x/crypto from 0.17.0 to 0.31.0 in /mackerel-plugin-mongodb (by dependabot[bot])
- use mackerelio/[email protected] (by yseto)
- Bump golang.org/x/text from 0.17.0 to 0.21.0 (by dependabot[bot])
- Bump golang.org/x/sync from 0.8.0 to 0.10.0 (by dependabot[bot])
- Bump github.com/stretchr/testify from 1.8.1 to 1.10.0 in /mackerel-plugin-nvidia-smi (by dependabot[bot])
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (by dependabot[bot])
- [jvm] add prefix option (by masarasi)
- Bump github.com/redis/go-redis/v9 from 9.5.1 to 9.7.0 (by dependabot[bot])
- Bump github.com/urfave/cli from 1.22.15 to 1.22.16 (by dependabot[bot])
- Bump github.com/mackerelio/go-mackerel-plugin-helper from 0.1.2 to 0.1.3 in /mackerel-plugin-nvidia-smi (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-plugin-mongodb from 1.1.0 to 1.1.1 in /mackerel-plugin-mongodb (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-plugin-json from 1.2.4 to 1.2.5 in /mackerel-plugin-json (by dependabot[bot])
- Bump github.com/opencontainers/runc from 1.1.12 to 1.1.14 (by dependabot[bot])
- Bump github.com/gosnmp/gosnmp from 1.35.0 to 1.38.0 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.51.26 to 1.55.5 (by dependabot[bot])

* Tue Oct 8 2024 <[email protected]> - 0.86.0
- Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.1 to 1.3.0 in /mackerel-plugin-mysql (by dependabot[bot])
- Watch every module go.mod (by yohfee)
Expand Down

0 comments on commit 43d16b2

Please sign in to comment.