Skip to content

Commit

Permalink
Merge pull request #853 from mackerelio/bump-version-0.74.1
Browse files Browse the repository at this point in the history
Release version 0.74.1
  • Loading branch information
mechairoi authored Jan 18, 2023
2 parents 859cbb9 + 44e70fa commit 0812f0a
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.74.1 (2023-01-18)

* Replace WMI library #851 (Arthur1)
* Update some libraries #847 (yseto)
* Remove deb builder #845 (yseto)


## 0.74.0 (2022-12-20)

* [ci]fix timeout #843 (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.74.0
VERSION := 0.74.1
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.74.1-1.systemd) stable; urgency=low

* Replace WMI library (by Arthur1)
<https://github.com/mackerelio/mackerel-agent/pull/851>
* Update some libraries (by yseto)
<https://github.com/mackerelio/mackerel-agent/pull/847>
* Remove deb builder (by yseto)
<https://github.com/mackerelio/mackerel-agent/pull/845>

-- mackerel <[email protected]> Wed, 18 Jan 2023 06:20:14 +0000

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

* [ci]fix timeout (by yseto)
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.74.1-1) stable; urgency=low

* Replace WMI library (by Arthur1)
<https://github.com/mackerelio/mackerel-agent/pull/851>
* Update some libraries (by yseto)
<https://github.com/mackerelio/mackerel-agent/pull/847>
* Remove deb builder (by yseto)
<https://github.com/mackerelio/mackerel-agent/pull/845>

-- mackerel <[email protected]> Wed, 18 Jan 2023 06:20:14 +0000

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

* [ci]fix timeout (by yseto)
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 Jan 18 2023 <[email protected]> - 0.74.1
- Replace WMI library (by Arthur1)
- Update some libraries (by yseto)
- Remove deb builder (by yseto)

* Tue Dec 20 2022 <[email protected]> - 0.74.0
- [ci]fix timeout (by yseto)
- use ubuntu-20.04 (by yseto)
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 Jan 18 2023 <[email protected]> - 0.74.1
- Replace WMI library (by Arthur1)
- Update some libraries (by yseto)
- Remove deb builder (by yseto)

* Tue Dec 20 2022 <[email protected]> - 0.74.0
- [ci]fix timeout (by yseto)
- use ubuntu-20.04 (by yseto)
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.74.0"
const version = "0.74.1"

var gitcommit string

0 comments on commit 0812f0a

Please sign in to comment.