Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mackerelbot committed Sep 15, 2020
1 parent 3d0958c commit c8a06bd
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.37.0 (2020-09-15)

* add arm64 architecture packages #410 (lufia)
* Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible #408 (dependabot-preview[bot])
* Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 #411 (dependabot-preview[bot])
* [check-log] stabilize time-dependent tests #406 (astj)
* [check-http]adding more options to check-http #403 (fgouteroux)
* [check-load]fix check-load percpu output #405 (fgouteroux)
* Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible #400 (dependabot-preview[bot])
* Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 #399 (dependabot-preview[bot])
* Bump github.com/lib/pq from 1.7.1 to 1.8.0 #398 (dependabot-preview[bot])
* Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 #390 (dependabot-preview[bot])


## 0.36.0 (2020-07-29)

* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go #396 (astj)
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.36.0
VERSION = 0.37.0
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
ifeq ($(OS),Windows_NT)
GOPATH_ROOT:=$(shell cygpath ${GOPATH})
Expand Down
2 changes: 1 addition & 1 deletion mackerel-check.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.36.0"
const version = "0.37.0"

var gitcommit string

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

* add arm64 architecture packages (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/410>
* Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/408>
* Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/411>
* [check-log] stabilize time-dependent tests (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/406>
* [check-http]adding more options to check-http (by fgouteroux)
<https://github.com/mackerelio/go-check-plugins/pull/403>
* [check-load]fix check-load percpu output (by fgouteroux)
<https://github.com/mackerelio/go-check-plugins/pull/405>
* Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/400>
* Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/399>
* Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/398>
* Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/390>

-- mackerel <[email protected]> Tue, 15 Sep 2020 05:50:24 +0000

mackerel-check-plugins (0.36.0-1.v2) stable; urgency=low

* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
Expand Down
25 changes: 25 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
mackerel-check-plugins (0.37.0-1) stable; urgency=low

* add arm64 architecture packages (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/410>
* Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/408>
* Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/411>
* [check-log] stabilize time-dependent tests (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/406>
* [check-http]adding more options to check-http (by fgouteroux)
<https://github.com/mackerelio/go-check-plugins/pull/403>
* [check-load]fix check-load percpu output (by fgouteroux)
<https://github.com/mackerelio/go-check-plugins/pull/405>
* Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/400>
* Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/399>
* Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/398>
* Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/390>

-- mackerel <[email protected]> Tue, 15 Sep 2020 05:50:24 +0000

mackerel-check-plugins (0.36.0-1) stable; urgency=low

* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
Expand Down
12 changes: 12 additions & 0 deletions packaging/rpm/mackerel-check-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ done
%{__targetdir}/*

%changelog
* Tue Sep 15 2020 <[email protected]> - 0.37.0
- add arm64 architecture packages (by lufia)
- Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot])
- [check-log] stabilize time-dependent tests (by astj)
- [check-http]adding more options to check-http (by fgouteroux)
- [check-load]fix check-load percpu output (by fgouteroux)
- Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot])
- Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot])

* Wed Jul 29 2020 <[email protected]> - 0.36.0
- [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
- Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
Expand Down
12 changes: 12 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ done
%{__oldtargetdir}/*

%changelog
* Tue Sep 15 2020 <[email protected]> - 0.37.0
- add arm64 architecture packages (by lufia)
- Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.33.17 to 1.34.22 (by dependabot-preview[bot])
- [check-log] stabilize time-dependent tests (by astj)
- [check-http]adding more options to check-http (by fgouteroux)
- [check-load]fix check-load percpu output (by fgouteroux)
- Bump github.com/shirou/gopsutil from 2.20.6+incompatible to 2.20.7+incompatible (by dependabot-preview[bot])
- Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.33.17 (by dependabot-preview[bot])
- Bump github.com/lib/pq from 1.7.1 to 1.8.0 (by dependabot-preview[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.1.10 to 3.2.3 (by dependabot-preview[bot])

* Wed Jul 29 2020 <[email protected]> - 0.36.0
- [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
- Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
Expand Down

0 comments on commit c8a06bd

Please sign in to comment.