Skip to content

Commit

Permalink
Merge pull request #659 from mackerelio/bump-version-0.69.0
Browse files Browse the repository at this point in the history
Release version 0.69.0
  • Loading branch information
astj committed Sep 15, 2020
2 parents 5406d90 + 01060dd commit 85f05de
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## 0.69.0 (2020-09-15)

* revert changing filename unexpectedly #658 (lufia)
* Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.8+incompatible #656 (dependabot-preview[bot])
* Bump github.com/mattn/goveralls from 0.0.6 to 0.0.7 #657 (dependabot-preview[bot])
* Bump github.com/Songmu/prompter from 0.3.0 to 0.4.0 #655 (dependabot-preview[bot])
* revert mkdir with shell expansion #654 (lufia)
* add arm64 RPM packages, and change deb architecture to be correct #653 (lufia)
* update go: 1.12 -> 1.14 #648 (lufia)


## 0.68.2 (2020-07-29)

* Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible #647 (dependabot-preview[bot])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
MACKEREL_AGENT_NAME ?= "mackerel-agent"
MACKEREL_API_BASE ?= "https://api.mackerelio.com"
VERSION := 0.68.2
VERSION := 0.69.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
ARGS := "-conf=mackerel-agent.conf"
BUILD_OS_TARGETS := "linux darwin freebsd windows netbsd"
Expand Down
19 changes: 19 additions & 0 deletions packaging/deb-systemd/debian/changelog
@@ -1,3 +1,22 @@
mackerel-agent (0.69.0-1.systemd) stable; urgency=low

* revert changing filename unexpectedly (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/658>
* Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent/pull/656>
* Bump github.com/mattn/goveralls from 0.0.6 to 0.0.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent/pull/657>
* Bump github.com/Songmu/prompter from 0.3.0 to 0.4.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent/pull/655>
* revert mkdir with shell expansion (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/654>
* add arm64 RPM packages, and change deb architecture to be correct (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/653>
* update go: 1.12 -> 1.14 (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/648>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 15 Sep 2020 05:46:16 +0000

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

* Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
Expand Down
19 changes: 19 additions & 0 deletions packaging/deb/debian/changelog
@@ -1,3 +1,22 @@
mackerel-agent (0.69.0-1) stable; urgency=low

* revert changing filename unexpectedly (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/658>
* Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent/pull/656>
* Bump github.com/mattn/goveralls from 0.0.6 to 0.0.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent/pull/657>
* Bump github.com/Songmu/prompter from 0.3.0 to 0.4.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent/pull/655>
* revert mkdir with shell expansion (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/654>
* add arm64 RPM packages, and change deb architecture to be correct (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/653>
* update go: 1.12 -> 1.14 (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/648>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 15 Sep 2020 05:46:16 +0000

mackerel-agent (0.68.2-1) stable; urgency=low

* Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
Expand Down
9 changes: 9 additions & 0 deletions packaging/rpm/mackerel-agent-systemd.spec
Expand Up @@ -54,6 +54,15 @@ systemctl enable %{name}.service
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf

%changelog
* Tue Sep 15 2020 <mackerel-developers@hatena.ne.jp> - 0.69.0
- revert changing filename unexpectedly (by lufia)
- Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
- Bump github.com/mattn/goveralls from 0.0.6 to 0.0.7 (by dependabot-preview[bot])
- Bump github.com/Songmu/prompter from 0.3.0 to 0.4.0 (by dependabot-preview[bot])
- revert mkdir with shell expansion (by lufia)
- add arm64 RPM packages, and change deb architecture to be correct (by lufia)
- update go: 1.12 -> 1.14 (by lufia)

* Wed Jul 29 2020 <mackerel-developers@hatena.ne.jp> - 0.68.2
- Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])

Expand Down
9 changes: 9 additions & 0 deletions packaging/rpm/mackerel-agent.spec
Expand Up @@ -61,6 +61,15 @@ fi
/usr/local/bin/%{name}

%changelog
* Tue Sep 15 2020 <mackerel-developers@hatena.ne.jp> - 0.69.0
- revert changing filename unexpectedly (by lufia)
- Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
- Bump github.com/mattn/goveralls from 0.0.6 to 0.0.7 (by dependabot-preview[bot])
- Bump github.com/Songmu/prompter from 0.3.0 to 0.4.0 (by dependabot-preview[bot])
- revert mkdir with shell expansion (by lufia)
- add arm64 RPM packages, and change deb architecture to be correct (by lufia)
- update go: 1.12 -> 1.14 (by lufia)

* Wed Jul 29 2020 <mackerel-developers@hatena.ne.jp> - 0.68.2
- Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])

Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.68.2"
const version = "0.69.0"

var gitcommit string

0 comments on commit 85f05de

Please sign in to comment.