From a99341e33a4af0932308249737a23544c295dfb5 Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Wed, 2 Feb 2022 02:09:40 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.72.7 --- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- packaging/deb-systemd/debian/changelog | 17 +++++++++++++++++ packaging/deb/debian/changelog | 17 +++++++++++++++++ packaging/rpm/mackerel-agent-systemd.spec | 8 ++++++++ packaging/rpm/mackerel-agent.spec | 8 ++++++++ version.go | 2 +- 7 files changed, 62 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ead97a2..55d78a29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.72.7 (2022-02-02) + +* Bump github.com/mackerelio/mkr from 0.46.0 to 0.46.1 in /wix #756 (dependabot[bot]) +* Bump github.com/mackerelio/mackerel-agent-plugins from 0.69.1 to 0.70.2 in /wix #755 (dependabot[bot]) +* Bump github.com/mackerelio/go-check-plugins from 0.41.1 to 0.41.4 in /wix #754 (dependabot[bot]) +* Bump github.com/BurntSushi/toml from 0.3.1 to 1.0.0 #753 (dependabot[bot]) +* Bump github.com/Songmu/goxz from 0.7.0 to 0.8.1 #749 (dependabot[bot]) +* Bump github.com/mackerelio/mackerel-client-go from 0.19.0 to 0.21.0 #748 (dependabot[bot]) + + ## 0.72.6 (2022-01-12) * Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 #746 (susisu) diff --git a/Makefile b/Makefile index ef552ca3c..b5127232f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ MACKEREL_AGENT_NAME ?= "mackerel-agent" MACKEREL_API_BASE ?= "https://api.mackerelio.com" -VERSION := 0.72.6 +VERSION := 0.72.7 CURRENT_REVISION := $(shell git rev-parse --short HEAD) ARGS := "-conf=mackerel-agent.conf" BUILD_OS_TARGETS := "linux darwin freebsd windows netbsd" diff --git a/packaging/deb-systemd/debian/changelog b/packaging/deb-systemd/debian/changelog index 2b8d6459d..7919627de 100644 --- a/packaging/deb-systemd/debian/changelog +++ b/packaging/deb-systemd/debian/changelog @@ -1,3 +1,20 @@ +mackerel-agent (0.72.7-1.systemd) stable; urgency=low + + * Bump github.com/mackerelio/mkr from 0.46.0 to 0.46.1 in /wix (by dependabot[bot]) + + * Bump github.com/mackerelio/mackerel-agent-plugins from 0.69.1 to 0.70.2 in /wix (by dependabot[bot]) + + * Bump github.com/mackerelio/go-check-plugins from 0.41.1 to 0.41.4 in /wix (by dependabot[bot]) + + * Bump github.com/BurntSushi/toml from 0.3.1 to 1.0.0 (by dependabot[bot]) + + * Bump github.com/Songmu/goxz from 0.7.0 to 0.8.1 (by dependabot[bot]) + + * Bump github.com/mackerelio/mackerel-client-go from 0.19.0 to 0.21.0 (by dependabot[bot]) + + + -- mackerel Wed, 2 Feb 2022 02:09:39 +0000 + mackerel-agent (0.72.6-1.systemd) stable; urgency=low * Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 690b9a233..f33f8a992 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,20 @@ +mackerel-agent (0.72.7-1) stable; urgency=low + + * Bump github.com/mackerelio/mkr from 0.46.0 to 0.46.1 in /wix (by dependabot[bot]) + + * Bump github.com/mackerelio/mackerel-agent-plugins from 0.69.1 to 0.70.2 in /wix (by dependabot[bot]) + + * Bump github.com/mackerelio/go-check-plugins from 0.41.1 to 0.41.4 in /wix (by dependabot[bot]) + + * Bump github.com/BurntSushi/toml from 0.3.1 to 1.0.0 (by dependabot[bot]) + + * Bump github.com/Songmu/goxz from 0.7.0 to 0.8.1 (by dependabot[bot]) + + * Bump github.com/mackerelio/mackerel-client-go from 0.19.0 to 0.21.0 (by dependabot[bot]) + + + -- mackerel Wed, 2 Feb 2022 02:09:39 +0000 + mackerel-agent (0.72.6-1) stable; urgency=low * Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu) diff --git a/packaging/rpm/mackerel-agent-systemd.spec b/packaging/rpm/mackerel-agent-systemd.spec index 360c08c65..84c4cd3a0 100644 --- a/packaging/rpm/mackerel-agent-systemd.spec +++ b/packaging/rpm/mackerel-agent-systemd.spec @@ -54,6 +54,14 @@ systemctl enable %{name}.service %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf %changelog +* Wed Feb 2 2022 - 0.72.7 +- Bump github.com/mackerelio/mkr from 0.46.0 to 0.46.1 in /wix (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-agent-plugins from 0.69.1 to 0.70.2 in /wix (by dependabot[bot]) +- Bump github.com/mackerelio/go-check-plugins from 0.41.1 to 0.41.4 in /wix (by dependabot[bot]) +- Bump github.com/BurntSushi/toml from 0.3.1 to 1.0.0 (by dependabot[bot]) +- Bump github.com/Songmu/goxz from 0.7.0 to 0.8.1 (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-client-go from 0.19.0 to 0.21.0 (by dependabot[bot]) + * Wed Jan 12 2022 - 0.72.6 - Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu) diff --git a/packaging/rpm/mackerel-agent.spec b/packaging/rpm/mackerel-agent.spec index 9243eeccb..ff2b2a008 100644 --- a/packaging/rpm/mackerel-agent.spec +++ b/packaging/rpm/mackerel-agent.spec @@ -61,6 +61,14 @@ fi /usr/local/bin/%{name} %changelog +* Wed Feb 2 2022 - 0.72.7 +- Bump github.com/mackerelio/mkr from 0.46.0 to 0.46.1 in /wix (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-agent-plugins from 0.69.1 to 0.70.2 in /wix (by dependabot[bot]) +- Bump github.com/mackerelio/go-check-plugins from 0.41.1 to 0.41.4 in /wix (by dependabot[bot]) +- Bump github.com/BurntSushi/toml from 0.3.1 to 1.0.0 (by dependabot[bot]) +- Bump github.com/Songmu/goxz from 0.7.0 to 0.8.1 (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-client-go from 0.19.0 to 0.21.0 (by dependabot[bot]) + * Wed Jan 12 2022 - 0.72.6 - Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu) diff --git a/version.go b/version.go index ebad85dd0..aaec65eca 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.72.6" +const version = "0.72.7" var gitcommit string