Skip to content

Commit

Permalink
Merge pull request #757 from mackerelio/bump-version-0.72.7
Browse files Browse the repository at this point in the history
Release version 0.72.7
  • Loading branch information
mechairoi authored Feb 2, 2022
2 parents 7b34975 + a99341e commit eca4245
Show file tree
Hide file tree
Showing 7 changed files with 62 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.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)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
17 changes: 17 additions & 0 deletions packaging/deb-systemd/debian/changelog
Original file line number Diff line number Diff line change
@@ -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])
<https://github.com/mackerelio/mackerel-agent/pull/756>
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.69.1 to 0.70.2 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/755>
* Bump github.com/mackerelio/go-check-plugins from 0.41.1 to 0.41.4 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/754>
* Bump github.com/BurntSushi/toml from 0.3.1 to 1.0.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/753>
* Bump github.com/Songmu/goxz from 0.7.0 to 0.8.1 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/749>
* Bump github.com/mackerelio/mackerel-client-go from 0.19.0 to 0.21.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/748>

-- mackerel <[email protected]> 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)
Expand Down
17 changes: 17 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -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])
<https://github.com/mackerelio/mackerel-agent/pull/756>
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.69.1 to 0.70.2 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/755>
* Bump github.com/mackerelio/go-check-plugins from 0.41.1 to 0.41.4 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/754>
* Bump github.com/BurntSushi/toml from 0.3.1 to 1.0.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/753>
* Bump github.com/Songmu/goxz from 0.7.0 to 0.8.1 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/749>
* Bump github.com/mackerelio/mackerel-client-go from 0.19.0 to 0.21.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/748>

-- mackerel <[email protected]> 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)
Expand Down
8 changes: 8 additions & 0 deletions packaging/rpm/mackerel-agent-systemd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ systemctl enable %{name}.service
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf

%changelog
* Wed Feb 2 2022 <[email protected]> - 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 <[email protected]> - 0.72.6
- Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu)

Expand Down
8 changes: 8 additions & 0 deletions packaging/rpm/mackerel-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ fi
/usr/local/bin/%{name}

%changelog
* Wed Feb 2 2022 <[email protected]> - 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 <[email protected]> - 0.72.6
- Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu)

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const version = "0.72.6"
const version = "0.72.7"

var gitcommit string

0 comments on commit eca4245

Please sign in to comment.