Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.81.0 #997

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.81.0 (2024-04-25)

* Update wix go-check-plugins v0.46.3, mackerel-agent-plugins v0.82.1 #996 (ne-sachirou)
* Bump golang.org/x/net from 0.22.0 to 0.23.0 in /wix #995 (dependabot[bot])
* Ignore errors of getting information of a disk on Windows #994 (Arthur1)
* Bump github.com/mackerelio/mackerel-client-go from 0.30.0 to 0.31.0 #993 (dependabot[bot])
* Bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.3 #992 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.81.0 to 0.82.0 in /wix #991 (dependabot[bot])
* Bump golang.org/x/sys from 0.18.0 to 0.19.0 in /wix #990 (dependabot[bot])
* Bump peter-evans/repository-dispatch from 2 to 3 #965 (dependabot[bot])
* Bump actions/cache from 3 to 4 #964 (dependabot[bot])
* Bump actions/download-artifact from 3 to 4 #956 (dependabot[bot])
* Bump actions/upload-artifact from 3 to 4 #955 (dependabot[bot])


## 0.80.0 (2024-03-19)

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

* Update wix go-check-plugins v0.46.3, mackerel-agent-plugins v0.82.1 (by ne-sachirou)
<https://github.com/mackerelio/mackerel-agent/pull/996>
* Bump golang.org/x/net from 0.22.0 to 0.23.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/995>
* Ignore errors of getting information of a disk on Windows (by Arthur1)
<https://github.com/mackerelio/mackerel-agent/pull/994>
* Bump github.com/mackerelio/mackerel-client-go from 0.30.0 to 0.31.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/993>
* Bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.3 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/992>
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.81.0 to 0.82.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/991>
* Bump golang.org/x/sys from 0.18.0 to 0.19.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/990>
* Bump peter-evans/repository-dispatch from 2 to 3 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/965>
* Bump actions/cache from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/964>
* Bump actions/download-artifact from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/956>
* Bump actions/upload-artifact from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/955>

-- mackerel <[email protected]> Thu, 25 Apr 2024 02:05:25 +0000

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

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

%changelog
* Thu Apr 25 2024 <[email protected]> - 0.81.0
- Update wix go-check-plugins v0.46.3, mackerel-agent-plugins v0.82.1 (by ne-sachirou)
- Bump golang.org/x/net from 0.22.0 to 0.23.0 in /wix (by dependabot[bot])
- Ignore errors of getting information of a disk on Windows (by Arthur1)
- Bump github.com/mackerelio/mackerel-client-go from 0.30.0 to 0.31.0 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.3 (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent-plugins from 0.81.0 to 0.82.0 in /wix (by dependabot[bot])
- Bump golang.org/x/sys from 0.18.0 to 0.19.0 in /wix (by dependabot[bot])
- Bump peter-evans/repository-dispatch from 2 to 3 (by dependabot[bot])
- Bump actions/cache from 3 to 4 (by dependabot[bot])
- Bump actions/download-artifact from 3 to 4 (by dependabot[bot])
- Bump actions/upload-artifact from 3 to 4 (by dependabot[bot])

* Tue Mar 19 2024 <[email protected]> - 0.80.0
- Bump github.com/mackerelio/mkr from 0.55.0 to 0.57.0 in /wix (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-client-go from 0.29.0 to 0.30.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.80.0"
const version = "0.81.0"

var gitcommit string
Loading