Skip to content

Commit

Permalink
Merge pull request #661 from mackerelio/bump-version-0.69.1
Browse files Browse the repository at this point in the history
Release version 0.69.1
  • Loading branch information
astj committed Sep 15, 2020
2 parents 5c4adf7 + 9c17ec8 commit da65694
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.69.1 (2020-09-15)

* kcps, stage: add --target option to build rpm #660 (lufia)


## 0.69.0 (2020-09-15)

* revert changing filename unexpectedly #658 (lufia)
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.69.0
VERSION := 0.69.1
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
ARGS := "-conf=mackerel-agent.conf"
BUILD_OS_TARGETS := "linux darwin freebsd windows netbsd"
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb-systemd/debian/changelog
@@ -1,3 +1,10 @@
mackerel-agent (0.69.1-1.systemd) stable; urgency=low

* kcps, stage: add --target option to build rpm (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/660>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 15 Sep 2020 08:00:38 +0000

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

* revert changing filename unexpectedly (by lufia)
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
@@ -1,3 +1,10 @@
mackerel-agent (0.69.1-1) stable; urgency=low

* kcps, stage: add --target option to build rpm (by lufia)
<https://github.com/mackerelio/mackerel-agent/pull/660>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 15 Sep 2020 08:00:38 +0000

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

* revert changing filename unexpectedly (by lufia)
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mackerel-agent-systemd.spec
Expand Up @@ -54,6 +54,9 @@ systemctl enable %{name}.service
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf

%changelog
* Tue Sep 15 2020 <mackerel-developers@hatena.ne.jp> - 0.69.1
- kcps, stage: add --target option to build rpm (by lufia)

* 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])
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mackerel-agent.spec
Expand Up @@ -61,6 +61,9 @@ fi
/usr/local/bin/%{name}

%changelog
* Tue Sep 15 2020 <mackerel-developers@hatena.ne.jp> - 0.69.1
- kcps, stage: add --target option to build rpm (by lufia)

* 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])
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.69.0"
const version = "0.69.1"

var gitcommit string

0 comments on commit da65694

Please sign in to comment.