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.67.1 #797

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.67.1 (2021-08-05)

* [accesslog] use Seek to skip the log #795 (lufia)
* [ci][fluentd] add test.sh #794 (lufia)


## 0.67.0 (2021-07-28)

* [fluentd] add workers option. #791 (sugy)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.67.0
VERSION = 0.67.1
VERBOSE_FLAG = $(if $(VERBOSE),-verbose)
CURRENT_REVISION = $(shell git rev-parse --short HEAD)

Expand Down
2 changes: 1 addition & 1 deletion mackerel-plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func run(args []string) int {
return exitOK
}

const version = "0.67.0"
const version = "0.67.1"

var gitcommit string

Expand Down
9 changes: 9 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mackerel-agent-plugins (0.67.1-1.v2) stable; urgency=low

* [accesslog] use Seek to skip the log (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/795>
* [ci][fluentd] add test.sh (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/794>

-- mackerel <[email protected]> Thu, 5 Aug 2021 02:38:55 +0000

mackerel-agent-plugins (0.67.0-1.v2) stable; urgency=low

* [fluentd] add workers option. (by sugy)
Expand Down
9 changes: 9 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mackerel-agent-plugins (0.67.1-1) stable; urgency=low

* [accesslog] use Seek to skip the log (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/795>
* [ci][fluentd] add test.sh (by lufia)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/794>

-- mackerel <[email protected]> Thu, 5 Aug 2021 02:38:55 +0000

mackerel-agent-plugins (0.67.0-1) stable; urgency=low

* [fluentd] add workers option. (by sugy)
Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/mackerel-agent-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ done
%{__targetdir}/*

%changelog
* Thu Aug 5 2021 <[email protected]> - 0.67.1
- [accesslog] use Seek to skip the log (by lufia)
- [ci][fluentd] add test.sh (by lufia)

* Wed Jul 28 2021 <[email protected]> - 0.67.0
- [fluentd] add workers option. (by sugy)
- Bump github.com/aws/aws-sdk-go from 1.38.70 to 1.39.4 (by dependabot[bot])
Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/mackerel-agent-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ done
%{__oldtargetdir}/*

%changelog
* Thu Aug 5 2021 <[email protected]> - 0.67.1
- [accesslog] use Seek to skip the log (by lufia)
- [ci][fluentd] add test.sh (by lufia)

* Wed Jul 28 2021 <[email protected]> - 0.67.0
- [fluentd] add workers option. (by sugy)
- Bump github.com/aws/aws-sdk-go from 1.38.70 to 1.39.4 (by dependabot[bot])
Expand Down