Skip to content

Commit

Permalink
Merge pull request #833 from mackerelio/bump-version-0.73.3
Browse files Browse the repository at this point in the history
Release version 0.73.3
  • Loading branch information
yseto authored Nov 9, 2022
2 parents c13184b + 0e57887 commit 5197ded
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.73.3 (2022-11-09)

* Fix config test #830 (ryuichi1208)


## 0.73.2 (2022-11-04)

* Replace linter #821 (yseto)
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.73.2
VERSION := 0.73.3
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.73.3-1.systemd) stable; urgency=low

* Fix config test (by ryuichi1208)
<https://github.com/mackerelio/mackerel-agent/pull/830>

-- mackerel <[email protected]> Wed, 9 Nov 2022 06:34:45 +0000

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

* Replace linter (by yseto)
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.73.3-1) stable; urgency=low

* Fix config test (by ryuichi1208)
<https://github.com/mackerelio/mackerel-agent/pull/830>

-- mackerel <[email protected]> Wed, 9 Nov 2022 06:34:45 +0000

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

* Replace linter (by yseto)
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 Nov 9 2022 <[email protected]> - 0.73.3
- Fix config test (by ryuichi1208)

* Fri Nov 4 2022 <[email protected]> - 0.73.2
- Replace linter (by yseto)
- Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.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 Nov 9 2022 <[email protected]> - 0.73.3
- Fix config test (by ryuichi1208)

* Fri Nov 4 2022 <[email protected]> - 0.73.2
- Replace linter (by yseto)
- Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.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.73.2"
const version = "0.73.3"

var gitcommit string

0 comments on commit 5197ded

Please sign in to comment.