Skip to content

Commit

Permalink
Merge pull request #606 from mackerelio/bump-version-0.60.1
Browse files Browse the repository at this point in the history
Release version 0.60.1
  • Loading branch information
lufia committed Apr 3, 2020
2 parents 0882da5 + ebc2344 commit 6031de0
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.60.1 (2020-04-03)

* Bump github.com/jarcoal/httpmock from 1.0.4 to 1.0.5 #603 (dependabot-preview[bot])
* Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 #601 (dependabot-preview[bot])
* Bump github.com/aws/aws-sdk-go from 1.28.13 to 1.29.14 #598 (dependabot-preview[bot])
* Bump github.com/montanaflynn/stats from 0.5.0 to 0.6.3 #596 (dependabot-preview[bot])
* Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 #595 (dependabot-preview[bot])
* Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 #594 (dependabot-preview[bot])
* Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 #591 (dependabot-preview[bot])
* Bump github.com/go-redis/redis from 6.15.6+incompatible to 6.15.7+incompatible #585 (dependabot-preview[bot])
* Bump github.com/aws/aws-sdk-go from 1.28.5 to 1.28.13 #588 (dependabot-preview[bot])


## 0.60.0 (2020-02-05)

* [varnish] remove unnecessary printf #586 (lufia)
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.60.0
VERSION = 0.60.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.60.0"
const version = "0.60.1"

var gitcommit string

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

* Bump github.com/jarcoal/httpmock from 1.0.4 to 1.0.5 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/603>
* Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/601>
* Bump github.com/aws/aws-sdk-go from 1.28.13 to 1.29.14 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/598>
* Bump github.com/montanaflynn/stats from 0.5.0 to 0.6.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/596>
* Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/595>
* Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/594>
* Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/591>
* Bump github.com/go-redis/redis from 6.15.6+incompatible to 6.15.7+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/585>
* Bump github.com/aws/aws-sdk-go from 1.28.5 to 1.28.13 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/588>

-- mackerel <mackerel-developers@hatena.ne.jp> Fri, 03 Apr 2020 02:59:37 +0000

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

* [varnish] remove unnecessary printf (by lufia)
Expand Down
23 changes: 23 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
mackerel-agent-plugins (0.60.1-1) stable; urgency=low

* Bump github.com/jarcoal/httpmock from 1.0.4 to 1.0.5 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/603>
* Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/601>
* Bump github.com/aws/aws-sdk-go from 1.28.13 to 1.29.14 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/598>
* Bump github.com/montanaflynn/stats from 0.5.0 to 0.6.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/596>
* Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/595>
* Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/594>
* Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/591>
* Bump github.com/go-redis/redis from 6.15.6+incompatible to 6.15.7+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/585>
* Bump github.com/aws/aws-sdk-go from 1.28.5 to 1.28.13 (by dependabot-preview[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/588>

-- mackerel <mackerel-developers@hatena.ne.jp> Fri, 03 Apr 2020 02:59:37 +0000

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

* [varnish] remove unnecessary printf (by lufia)
Expand Down
11 changes: 11 additions & 0 deletions packaging/rpm/mackerel-agent-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ done
%{__targetdir}/*

%changelog
* Fri Apr 03 2020 <mackerel-developers@hatena.ne.jp> - 0.60.1
- Bump github.com/jarcoal/httpmock from 1.0.4 to 1.0.5 (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.28.13 to 1.29.14 (by dependabot-preview[bot])
- Bump github.com/montanaflynn/stats from 0.5.0 to 0.6.3 (by dependabot-preview[bot])
- Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (by dependabot-preview[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 (by dependabot-preview[bot])
- Bump github.com/go-redis/redis from 6.15.6+incompatible to 6.15.7+incompatible (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.28.5 to 1.28.13 (by dependabot-preview[bot])

* Wed Feb 05 2020 <mackerel-developers@hatena.ne.jp> - 0.60.0
- [varnish] remove unnecessary printf (by lufia)
- [varnish] Added metrics for Transient storage (by cohalz)
Expand Down
11 changes: 11 additions & 0 deletions packaging/rpm/mackerel-agent-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ done
%{__oldtargetdir}/*

%changelog
* Fri Apr 03 2020 <mackerel-developers@hatena.ne.jp> - 0.60.1
- Bump github.com/jarcoal/httpmock from 1.0.4 to 1.0.5 (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.29.14 to 1.29.24 (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.28.13 to 1.29.14 (by dependabot-preview[bot])
- Bump github.com/montanaflynn/stats from 0.5.0 to 0.6.3 (by dependabot-preview[bot])
- Bump github.com/fsouza/go-dockerclient from 1.6.0 to 1.6.3 (by dependabot-preview[bot])
- Bump github.com/stretchr/testify from 1.4.0 to 1.5.1 (by dependabot-preview[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.1.5 to 3.1.7 (by dependabot-preview[bot])
- Bump github.com/go-redis/redis from 6.15.6+incompatible to 6.15.7+incompatible (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.28.5 to 1.28.13 (by dependabot-preview[bot])

* Wed Feb 05 2020 <mackerel-developers@hatena.ne.jp> - 0.60.0
- [varnish] remove unnecessary printf (by lufia)
- [varnish] Added metrics for Transient storage (by cohalz)
Expand Down

0 comments on commit 6031de0

Please sign in to comment.