Skip to content

Commit

Permalink
Merge pull request #752 from mackerelio/bump-version-0.72.6
Browse files Browse the repository at this point in the history
Release version 0.72.6
  • Loading branch information
Krout0n authored Jan 12, 2022
2 parents 6850ea8 + ac29010 commit fe867c9
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.72.6 (2022-01-12)

* Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 #746 (susisu)


## 0.72.5 (2021-12-01)

* Bump github.com/mackerelio/mackerel-client-go from 0.17.0 to 0.19.0 #738 (dependabot[bot])
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.5
VERSION := 0.72.6
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
ARGS := "-conf=mackerel-agent.conf"
BUILD_OS_TARGETS := "linux darwin freebsd windows netbsd"
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb-systemd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
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)
<https://github.com/mackerelio/mackerel-agent/pull/746>

-- mackerel <[email protected]> Wed, 12 Jan 2022 05:30:05 +0000

mackerel-agent (0.72.5-1.systemd) stable; urgency=low

* Bump github.com/mackerelio/mackerel-client-go from 0.17.0 to 0.19.0 (by dependabot[bot])
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mackerel-agent (0.72.6-1) stable; urgency=low

* Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu)
<https://github.com/mackerelio/mackerel-agent/pull/746>

-- mackerel <[email protected]> Wed, 12 Jan 2022 05:30:05 +0000

mackerel-agent (0.72.5-1) stable; urgency=low

* Bump github.com/mackerelio/mackerel-client-go from 0.17.0 to 0.19.0 (by dependabot[bot])
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mackerel-agent-systemd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ systemctl enable %{name}.service
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf

%changelog
* Wed Jan 12 2022 <[email protected]> - 0.72.6
- Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu)

* Wed Dec 1 2021 <[email protected]> - 0.72.5
- Bump github.com/mackerelio/mackerel-client-go from 0.17.0 to 0.19.0 (by dependabot[bot])

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

%changelog
* Wed Jan 12 2022 <[email protected]> - 0.72.6
- Bump github.com/mackerelio/mkr from v0.45.3 to 0.46.0 (by susisu)

* Wed Dec 1 2021 <[email protected]> - 0.72.5
- Bump github.com/mackerelio/mackerel-client-go from 0.17.0 to 0.19.0 (by dependabot[bot])

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.5"
const version = "0.72.6"

var gitcommit string

0 comments on commit fe867c9

Please sign in to comment.