Skip to content

Commit

Permalink
Merge pull request #989 from mackerelio/bump-version-0.80.0
Browse files Browse the repository at this point in the history
Release version 0.80.0
  • Loading branch information
yohfee authored Mar 19, 2024
2 parents 3fc1d80 + f803cd1 commit 5d8a078
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.80.0 (2024-03-19)

* Bump github.com/mackerelio/mkr from 0.55.0 to 0.57.0 in /wix #987 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-client-go from 0.29.0 to 0.30.0 #986 (dependabot[bot])
* Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /wix #985 (dependabot[bot])
* refactor: lint and test workflows #973 (lufia)


## 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])
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.79.0
VERSION := 0.80.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
ARGS := "-conf=mackerel-agent.conf"
BUILD_OS_TARGETS := "linux darwin freebsd windows netbsd"
Expand Down
13 changes: 13 additions & 0 deletions packaging/deb-systemd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
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])
<https://github.com/mackerelio/mackerel-agent/pull/987>
* Bump github.com/mackerelio/mackerel-client-go from 0.29.0 to 0.30.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/986>
* Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/985>
* refactor: lint and test workflows (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/973>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 19 Mar 2024 03:35:09 +0000

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])
Expand Down
6 changes: 6 additions & 0 deletions packaging/rpm/mackerel-agent-systemd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ systemctl enable %{name}.service
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf

%changelog
* 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])
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /wix (by dependabot[bot])
- refactor: lint and test workflows (by lufia)

* 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])
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.79.0"
const version = "0.80.0"

var gitcommit string

0 comments on commit 5d8a078

Please sign in to comment.