Skip to content

Commit

Permalink
Merge pull request #728 from mackerelio/bump-version-0.72.2
Browse files Browse the repository at this point in the history
Release version 0.72.2
  • Loading branch information
Krout0n committed Sep 6, 2021
2 parents d1a6117 + fb831dc commit 28f4328
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.72.2 (2021-09-06)

* Update Code Signing Certificates #727 (Krout0n)
* Bump github.com/mackerelio/go-check-plugins from 0.39.3 to 0.39.5 #722 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.64.2 to 0.65.0 #721 (dependabot[bot])
* Bump github.com/mackerelio/mkr from 0.45.1 to 0.45.2 #718 (dependabot[bot])


## 0.72.1 (2021-06-23)

* Bump github.com/mackerelio/go-check-plugins from 0.39.2 to 0.39.3 #711 (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.1
VERSION := 0.72.2
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
ARGS := "-conf=mackerel-agent.conf"
BUILD_OS_TARGETS := "linux darwin freebsd windows netbsd"
Expand Down
13 changes: 13 additions & 0 deletions packaging/deb-systemd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mackerel-agent (0.72.2-1.systemd) stable; urgency=low

* Update Code Signing Certificates (by Krout0n)
<https://github.com/mackerelio/mackerel-agent/pull/727>
* Bump github.com/mackerelio/go-check-plugins from 0.39.3 to 0.39.5 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/722>
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.64.2 to 0.65.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/721>
* Bump github.com/mackerelio/mkr from 0.45.1 to 0.45.2 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/718>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 6 Sep 2021 05:55:13 +0000

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

* Bump github.com/mackerelio/go-check-plugins from 0.39.2 to 0.39.3 (by dependabot[bot])
Expand Down
13 changes: 13 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
mackerel-agent (0.72.2-1) stable; urgency=low

* Update Code Signing Certificates (by Krout0n)
<https://github.com/mackerelio/mackerel-agent/pull/727>
* Bump github.com/mackerelio/go-check-plugins from 0.39.3 to 0.39.5 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/722>
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.64.2 to 0.65.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/721>
* Bump github.com/mackerelio/mkr from 0.45.1 to 0.45.2 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/718>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 6 Sep 2021 05:55:13 +0000

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

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

%changelog
* Mon Sep 6 2021 <mackerel-developers@hatena.ne.jp> - 0.72.2
- Update Code Signing Certificates (by Krout0n)
- Bump github.com/mackerelio/go-check-plugins from 0.39.3 to 0.39.5 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent-plugins from 0.64.2 to 0.65.0 (by dependabot[bot])
- Bump github.com/mackerelio/mkr from 0.45.1 to 0.45.2 (by dependabot[bot])

* Wed Jun 23 2021 <mackerel-developers@hatena.ne.jp> - 0.72.1
- Bump github.com/mackerelio/go-check-plugins from 0.39.2 to 0.39.3 (by dependabot[bot])
- Bump github.com/mattn/goveralls from 0.0.8 to 0.0.9 (by dependabot[bot])
Expand Down
6 changes: 6 additions & 0 deletions packaging/rpm/mackerel-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ fi
/usr/local/bin/%{name}

%changelog
* Mon Sep 6 2021 <mackerel-developers@hatena.ne.jp> - 0.72.2
- Update Code Signing Certificates (by Krout0n)
- Bump github.com/mackerelio/go-check-plugins from 0.39.3 to 0.39.5 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent-plugins from 0.64.2 to 0.65.0 (by dependabot[bot])
- Bump github.com/mackerelio/mkr from 0.45.1 to 0.45.2 (by dependabot[bot])

* Wed Jun 23 2021 <mackerel-developers@hatena.ne.jp> - 0.72.1
- Bump github.com/mackerelio/go-check-plugins from 0.39.2 to 0.39.3 (by dependabot[bot])
- Bump github.com/mattn/goveralls from 0.0.8 to 0.0.9 (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.1"
const version = "0.72.2"

var gitcommit string

0 comments on commit 28f4328

Please sign in to comment.