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.78.1 #946

Merged
merged 1 commit into from
Nov 15, 2023
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.78.1 (2023-11-15)

* Bump github.com/mackerelio/go-check-plugins from 0.45.0 to 0.46.1 in /wix #945 (dependabot[bot])
* Bump golang.org/x/sys from 0.12.0 to 0.14.0 in /wix #941 (dependabot[bot])
* Bump golang.org/x/net from 0.15.0 to 0.17.0 in /wix #940 (dependabot[bot])


## 0.78.0 (2023-09-22)

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

* Bump github.com/mackerelio/go-check-plugins from 0.45.0 to 0.46.1 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/945>
* Bump golang.org/x/sys from 0.12.0 to 0.14.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/941>
* Bump golang.org/x/net from 0.15.0 to 0.17.0 in /wix (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent/pull/940>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 15 Nov 2023 06:06:23 +0000

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

%changelog
* Wed Nov 15 2023 <mackerel-developers@hatena.ne.jp> - 0.78.1
- Bump github.com/mackerelio/go-check-plugins from 0.45.0 to 0.46.1 in /wix (by dependabot[bot])
- Bump golang.org/x/sys from 0.12.0 to 0.14.0 in /wix (by dependabot[bot])
- Bump golang.org/x/net from 0.15.0 to 0.17.0 in /wix (by dependabot[bot])

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

var gitcommit string
Loading