Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.78.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mackerelbot committed Dec 25, 2023
1 parent 032094f commit 3997f97
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.78.3 (2023-12-25)

* Bump github.com/mackerelio/mkr from 0.53.0 to 0.54.0 in /wix #959 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-client-go from 0.26.0 to 0.29.0 #958 (dependabot[bot])
* Bump actions/setup-go from 4 to 5 #954 (dependabot[bot])
* Bump actions/github-script from 6 to 7 #948 (dependabot[bot])
* Bump github.com/fatih/color from 1.15.0 to 1.16.0 #944 (dependabot[bot])
* Bump golang.org/x/text from 0.13.0 to 0.14.0 #943 (dependabot[bot])


## 0.78.2 (2023-12-01)

* Avoid iowait percentage's overflow when counter is reset #947 (Arthur1)
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.2
VERSION := 0.78.3
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
ARGS := "-conf=mackerel-agent.conf"
BUILD_OS_TARGETS := "linux darwin freebsd windows netbsd"
Expand Down
17 changes: 17 additions & 0 deletions packaging/deb-systemd/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
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])
<https://github.com/mackerelio/mackerel-agent/pull/959>
* Bump github.com/mackerelio/mackerel-client-go from 0.26.0 to 0.29.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/958>
* Bump actions/setup-go from 4 to 5 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/954>
* Bump actions/github-script from 6 to 7 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/948>
* Bump github.com/fatih/color from 1.15.0 to 1.16.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/944>
* Bump golang.org/x/text from 0.13.0 to 0.14.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/943>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 25 Dec 2023 00:56:40 +0000

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

* Avoid iowait percentage's overflow when counter is reset (by Arthur1)
Expand Down
8 changes: 8 additions & 0 deletions packaging/rpm/mackerel-agent-systemd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ systemctl enable %{name}.service
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf

%changelog
* 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])
- Bump actions/setup-go from 4 to 5 (by dependabot[bot])
- Bump actions/github-script from 6 to 7 (by dependabot[bot])
- Bump github.com/fatih/color from 1.15.0 to 1.16.0 (by dependabot[bot])
- Bump golang.org/x/text from 0.13.0 to 0.14.0 (by dependabot[bot])

* Fri Dec 1 2023 <mackerel-developers@hatena.ne.jp> - 0.78.2
- Avoid iowait percentage's overflow when counter is reset (by Arthur1)

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.2"
const version = "0.78.3"

var gitcommit string

0 comments on commit 3997f97

Please sign in to comment.