Skip to content

Commit

Permalink
Merge pull request #397 from mackerelio/bump-version-0.36.0
Browse files Browse the repository at this point in the history
Release version 0.36.0
  • Loading branch information
lufia committed Jul 29, 2020
2 parents 9dc93e4 + 8b20977 commit 6e05411
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.36.0 (2020-07-29)

* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go #396 (astj)
* Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 #393 (dependabot-preview[bot])
* Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible #386 (dependabot-preview[bot])
* Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 #394 (dependabot-preview[bot])
* Bump github.com/lib/pq from 1.7.0 to 1.7.1 #395 (dependabot-preview[bot])


## 0.35.0 (2020-07-20)

* Bump github.com/lib/pq from 1.6.0 to 1.7.0 #379 (dependabot-preview[bot])
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.35.0
VERSION = 0.36.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.35.0"
const version = "0.36.0"

var gitcommit string

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

* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/396>
* Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/393>
* Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/386>
* Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/394>
* Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/395>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 29 Jul 2020 08:08:25 +0000

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

* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
Expand Down
15 changes: 15 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
mackerel-check-plugins (0.36.0-1) stable; urgency=low

* [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
<https://github.com/mackerelio/go-check-plugins/pull/396>
* Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/393>
* Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/386>
* Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/394>
* Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])
<https://github.com/mackerelio/go-check-plugins/pull/395>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 29 Jul 2020 08:08:25 +0000

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

* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
Expand Down
7 changes: 7 additions & 0 deletions packaging/rpm/mackerel-check-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ done
%{__targetdir}/*

%changelog
* Wed Jul 29 2020 <mackerel-developers@hatena.ne.jp> - 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])
- Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
- Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
- Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])

* Mon Jul 20 2020 <mackerel-developers@hatena.ne.jp> - 0.35.0
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
- Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
Expand Down
7 changes: 7 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Jul 29 2020 <mackerel-developers@hatena.ne.jp> - 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])
- Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
- Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
- Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])

* Mon Jul 20 2020 <mackerel-developers@hatena.ne.jp> - 0.35.0
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
- Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
Expand Down

0 comments on commit 6e05411

Please sign in to comment.