Skip to content

Commit

Permalink
Merge pull request #982 from mackerelio/bump-version-0.79.0
Browse files Browse the repository at this point in the history
Release version 0.79.0
  • Loading branch information
Arthur1 authored Mar 6, 2024
2 parents ee8abb5 + 02149f2 commit aae7a0e
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.79.0 (2024-03-06)

* Bump github.com/mackerelio/mackerel-agent-plugins from 0.79.0 to 0.81.0 in /wix #981 (dependabot[bot])
* Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.24.2 #979 (dependabot[bot])
* Bump github.com/mackerelio/go-check-plugins from 0.46.1 to 0.46.2 in /wix #978 (dependabot[bot])
* Bump github.com/mackerelio/mkr from 0.54.0 to 0.55.0 in /wix #977 (dependabot[bot])
* fix build errors on *BSD platforms #975 (lufia)
* command: drop `go test -short` mode #972 (lufia)
* replace interface{} to any #971 (Arthur1)
* Use shirou/gopsutil for getting CPU info on Linux #970 (Arthur1)


## 0.78.3 (2023-12-25)

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

* Bump github.com/mackerelio/mackerel-agent-plugins from 0.79.0 to 0.81.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/981>
* Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.24.2 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/979>
* Bump github.com/mackerelio/go-check-plugins from 0.46.1 to 0.46.2 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/978>
* Bump github.com/mackerelio/mkr from 0.54.0 to 0.55.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/977>
* fix build errors on *BSD platforms (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/975>
* command: drop `go test -short` mode (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/972>
* replace interface{} to any (by Arthur1)
<https://github.com/mackerelio/mackerel-agent/pull/971>
* Use shirou/gopsutil for getting CPU info on Linux (by Arthur1)
<https://github.com/mackerelio/mackerel-agent/pull/970>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 6 Mar 2024 01:38:17 +0000

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

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

%changelog
* Wed Mar 6 2024 <mackerel-developers@hatena.ne.jp> - 0.79.0
- Bump github.com/mackerelio/mackerel-agent-plugins from 0.79.0 to 0.81.0 in /wix (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.24.2 (by dependabot[bot])
- Bump github.com/mackerelio/go-check-plugins from 0.46.1 to 0.46.2 in /wix (by dependabot[bot])
- Bump github.com/mackerelio/mkr from 0.54.0 to 0.55.0 in /wix (by dependabot[bot])
- fix build errors on *BSD platforms (by lufia)
- command: drop `go test -short` mode (by lufia)
- replace interface{} to any (by Arthur1)
- Use shirou/gopsutil for getting CPU info on Linux (by Arthur1)

* Mon Dec 25 2023 <mackerel-developers@hatena.ne.jp> - 0.78.3
- Bump github.com/mackerelio/mkr from 0.53.0 to 0.54.0 in /wix (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-client-go from 0.26.0 to 0.29.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.78.3"
const version = "0.79.0"

var gitcommit string

0 comments on commit aae7a0e

Please sign in to comment.