Skip to content

Commit

Permalink
Merge pull request #997 from mackerelio/bump-version-0.81.0
Browse files Browse the repository at this point in the history
Release version 0.81.0
  • Loading branch information
ne-sachirou committed Apr 25, 2024
2 parents 3b12d7c + 3f5baa2 commit 77eba6d
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 2 deletions.
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 <mackerel-developers@hatena.ne.jp> 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 <mackerel-developers@hatena.ne.jp> - 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 <mackerel-developers@hatena.ne.jp> - 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

0 comments on commit 77eba6d

Please sign in to comment.