Skip to content

Commit

Permalink
Merge pull request #937 from mackerelio/bump-version-0.78.0
Browse files Browse the repository at this point in the history
Release version 0.78.0
  • Loading branch information
rmatsuoka committed Sep 22, 2023
2 parents e44c93a + 4ab36b6 commit 8acc11d
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.78.0 (2023-09-22)

* Bump github.com/mackerelio/mkr from 0.51.0 to 0.53.0 in /wix #936 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.78.0 to 0.79.0 in /wix #935 (dependabot[bot])
* Bump github.com/mackerelio/go-check-plugins from 0.44.0 to 0.45.0 in /wix #934 (dependabot[bot])
* update go version 1.19.x -> 1.20.x on GitHub Action #933 (rmatsuoka)
* Bump actions/checkout from 3 to 4 #932 (dependabot[bot])
* Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.8 #930 (dependabot[bot])
* Bump golang.org/x/text from 0.9.0 to 0.13.0 #929 (dependabot[bot])
* Bump golang.org/x/sys from 0.7.0 to 0.12.0 in /wix #928 (dependabot[bot])
* remove comment that differ from current plugin implementation #927 (kga)
* Remove old rpm packaging #926 (yseto)
* Bump github.com/BurntSushi/toml from 1.3.0 to 1.3.2 #910 (dependabot[bot])
* Bump actions/setup-go from 3 to 4 #887 (dependabot[bot])


## 0.77.1 (2023-07-13)

* Bump github.com/shirou/gopsutil/v3 from 3.23.3 to 3.23.6 #915 (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.77.1
VERSION := 0.78.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
ARGS := "-conf=mackerel-agent.conf"
BUILD_OS_TARGETS := "linux darwin freebsd windows netbsd"
Expand Down
29 changes: 29 additions & 0 deletions packaging/deb-systemd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
mackerel-agent (0.78.0-1.systemd) stable; urgency=low

* Bump github.com/mackerelio/mkr from 0.51.0 to 0.53.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/936>
* Bump github.com/mackerelio/mackerel-agent-plugins from 0.78.0 to 0.79.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/935>
* Bump github.com/mackerelio/go-check-plugins from 0.44.0 to 0.45.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/934>
* update go version 1.19.x -> 1.20.x on GitHub Action (by rmatsuoka)
<https://github.com/mackerelio/mackerel-agent/pull/933>
* Bump actions/checkout from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/932>
* Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.8 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/930>
* Bump golang.org/x/text from 0.9.0 to 0.13.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/929>
* Bump golang.org/x/sys from 0.7.0 to 0.12.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/928>
* remove comment that differ from current plugin implementation (by kga)
<https://github.com/mackerelio/mackerel-agent/pull/927>
* Remove old rpm packaging (by yseto)
<https://github.com/mackerelio/mackerel-agent/pull/926>
* Bump github.com/BurntSushi/toml from 1.3.0 to 1.3.2 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/910>
* Bump actions/setup-go from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/887>

-- mackerel <mackerel-developers@hatena.ne.jp> Fri, 22 Sep 2023 08:24:49 +0000

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

* Bump github.com/shirou/gopsutil/v3 from 3.23.3 to 3.23.6 (by dependabot[bot])
Expand Down
14 changes: 14 additions & 0 deletions packaging/rpm/mackerel-agent-systemd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@ systemctl enable %{name}.service
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf

%changelog
* Fri Sep 22 2023 <mackerel-developers@hatena.ne.jp> - 0.78.0
- Bump github.com/mackerelio/mkr from 0.51.0 to 0.53.0 in /wix (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-agent-plugins from 0.78.0 to 0.79.0 in /wix (by dependabot[bot])
- Bump github.com/mackerelio/go-check-plugins from 0.44.0 to 0.45.0 in /wix (by dependabot[bot])
- update go version 1.19.x -> 1.20.x on GitHub Action (by rmatsuoka)
- Bump actions/checkout from 3 to 4 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.23.6 to 3.23.8 (by dependabot[bot])
- Bump golang.org/x/text from 0.9.0 to 0.13.0 (by dependabot[bot])
- Bump golang.org/x/sys from 0.7.0 to 0.12.0 in /wix (by dependabot[bot])
- remove comment that differ from current plugin implementation (by kga)
- Remove old rpm packaging (by yseto)
- Bump github.com/BurntSushi/toml from 1.3.0 to 1.3.2 (by dependabot[bot])
- Bump actions/setup-go from 3 to 4 (by dependabot[bot])

* Thu Jul 13 2023 <mackerel-developers@hatena.ne.jp> - 0.77.1
- Bump github.com/shirou/gopsutil/v3 from 3.23.3 to 3.23.6 (by dependabot[bot])
- Bump github.com/mackerelio/mkr from 0.49.2 to 0.51.0 in /wix (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.77.1"
const version = "0.78.0"

var gitcommit string

0 comments on commit 8acc11d

Please sign in to comment.