diff --git a/CHANGELOG.md b/CHANGELOG.md index 9517d3d3..721a81ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/workflows@v1.2.0 #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]) diff --git a/Makefile b/Makefile index 50450461..8052290f 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/mackerel-plugin.go b/mackerel-plugin.go index 4243f91b..1919c4d8 100644 --- a/mackerel-plugin.go +++ b/mackerel-plugin.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.86.0" +const version = "0.87.0" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index ff6a5525..e2bc377f 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,42 @@ +mackerel-agent-plugins (0.87.0-1.v2) stable; urgency=low + + * 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/workflows@v1.2.0 (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]) + + + -- mackerel 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]) diff --git a/packaging/mackerel-agent-plugins_0.86.0.orig.tar.gz b/packaging/mackerel-agent-plugins_0.87.0.orig.tar.gz similarity index 100% rename from packaging/mackerel-agent-plugins_0.86.0.orig.tar.gz rename to packaging/mackerel-agent-plugins_0.87.0.orig.tar.gz diff --git a/packaging/rpm/mackerel-agent-plugins-v2.spec b/packaging/rpm/mackerel-agent-plugins-v2.spec index bb1e5794..95f0f89f 100644 --- a/packaging/rpm/mackerel-agent-plugins-v2.spec +++ b/packaging/rpm/mackerel-agent-plugins-v2.spec @@ -39,6 +39,25 @@ done %{__targetdir}/* %changelog +* Mon Jan 27 2025 - 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/workflows@v1.2.0 (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 - 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)