Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mackerelbot committed Jul 27, 2022
1 parent 642ac18 commit 0f6450a
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.73.0 (2022-07-27)

* Bump github.com/mackerelio/mkr from 0.46.8 to 0.46.9 in /wix #797 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.71.0 to 0.72.1 in /wix #796 (dependabot[bot])
* Loosen the conditions of delaying report of check monitering. #792 (sugy)


## 0.72.15 (2022-07-20)

* Bump github.com/mackerelio/mkr from 0.46.7 to 0.46.8 in /wix #791 (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.15
VERSION := 0.73.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
ARGS := "-conf=mackerel-agent.conf"
BUILD_OS_TARGETS := "linux darwin freebsd windows netbsd"
Expand Down
11 changes: 11 additions & 0 deletions packaging/deb-systemd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
mackerel-agent (0.73.0-1.systemd) stable; urgency=low

* Bump github.com/mackerelio/mkr from 0.46.8 to 0.46.9 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/797>
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.71.0 to 0.72.1 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/796>
* Loosen the conditions of delaying report of check monitering. (by sugy)
<https://github.com/mackerelio/mackerel-agent/pull/792>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 27 Jul 2022 06:23:12 +0000

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

* Bump github.com/mackerelio/mkr from 0.46.7 to 0.46.8 in /wix (by dependabot[bot])
Expand Down
11 changes: 11 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
mackerel-agent (0.73.0-1) stable; urgency=low

* Bump github.com/mackerelio/mkr from 0.46.8 to 0.46.9 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/797>
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.71.0 to 0.72.1 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/796>
* Loosen the conditions of delaying report of check monitering. (by sugy)
<https://github.com/mackerelio/mackerel-agent/pull/792>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 27 Jul 2022 06:23:12 +0000

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

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

%changelog
* Wed Jul 27 2022 <mackerel-developers@hatena.ne.jp> - 0.73.0
- Bump github.com/mackerelio/mkr from 0.46.8 to 0.46.9 in /wix (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent-plugins from 0.71.0 to 0.72.1 in /wix (by dependabot[bot])
- Loosen the conditions of delaying report of check monitering. (by sugy)

* Wed Jul 20 2022 <mackerel-developers@hatena.ne.jp> - 0.72.15
- Bump github.com/mackerelio/mkr from 0.46.7 to 0.46.8 in /wix (by dependabot[bot])
- Bump github.com/mackerelio/go-check-plugins from 0.42.0 to 0.42.1 in /wix (by dependabot[bot])
Expand Down
5 changes: 5 additions & 0 deletions packaging/rpm/mackerel-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ fi
/usr/local/bin/%{name}

%changelog
* Wed Jul 27 2022 <mackerel-developers@hatena.ne.jp> - 0.73.0
- Bump github.com/mackerelio/mkr from 0.46.8 to 0.46.9 in /wix (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent-plugins from 0.71.0 to 0.72.1 in /wix (by dependabot[bot])
- Loosen the conditions of delaying report of check monitering. (by sugy)

* Wed Jul 20 2022 <mackerel-developers@hatena.ne.jp> - 0.72.15
- Bump github.com/mackerelio/mkr from 0.46.7 to 0.46.8 in /wix (by dependabot[bot])
- Bump github.com/mackerelio/go-check-plugins from 0.42.0 to 0.42.1 in /wix (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.15"
const version = "0.73.0"

var gitcommit string

0 comments on commit 0f6450a

Please sign in to comment.