Skip to content

Commit

Permalink
Merge pull request #491 from mackerelio/bump-version-0.39.3
Browse files Browse the repository at this point in the history
Release version 0.39.3
  • Loading branch information
susisu committed Jun 3, 2021
2 parents 6c89192 + 5d0436c commit 5e43bc6
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.39.3 (2021-06-03)

* Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 #489 (dependabot[bot])
* Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 #473 (dependabot[bot])
* Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 #486 (dependabot[bot])
* Bump github.com/jessevdk/go-flags from 1.4.0 to 1.5.0 #470 (dependabot[bot])
* Bump github.com/lib/pq from 1.10.0 to 1.10.2 #488 (dependabot[bot])
* Bump golang.org/x/text from 0.3.5 to 0.3.6 #474 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.37.30 to 1.38.40 #487 (dependabot[bot])
* Bump github.com/mackerelio/go-osstat from 0.1.0 to 0.2.0 #484 (dependabot[bot])
* Bump github.com/go-ldap/ldap/v3 from 3.2.4 to 3.3.0 #476 (dependabot[bot])
* upgrade go1.14 -> 1.16 #480 (lufia)
* Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.30 #468 (dependabot[bot])
* Bump github.com/fsouza/go-dockerclient from 1.7.0 to 1.7.2 #466 (dependabot[bot])
* Bump github.com/lib/pq from 1.9.0 to 1.10.0 #469 (dependabot[bot])
* [check-mysql] Use go-mysql-driver and sqlx instead of mymysql #464 (nonylene)
* [ci] replace token #461 (yseto)
* [ci] replace mackerel-github-release #459 (yseto)


## 0.39.2 (2021-02-03)

* Bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.1 #454 (dependabot[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.39.2
VERSION = 0.39.3
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.39.2"
const version = "0.39.3"

var gitcommit string

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

* Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/489>
* Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/473>
* Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/486>
* Bump github.com/jessevdk/go-flags from 1.4.0 to 1.5.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/470>
* Bump github.com/lib/pq from 1.10.0 to 1.10.2 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/488>
* Bump golang.org/x/text from 0.3.5 to 0.3.6 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/474>
* Bump github.com/aws/aws-sdk-go from 1.37.30 to 1.38.40 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/487>
* Bump github.com/mackerelio/go-osstat from 0.1.0 to 0.2.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/484>
* Bump github.com/go-ldap/ldap/v3 from 3.2.4 to 3.3.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/476>
* upgrade go1.14 -> 1.16 (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/480>
* Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.30 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/468>
* Bump github.com/fsouza/go-dockerclient from 1.7.0 to 1.7.2 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/466>
* Bump github.com/lib/pq from 1.9.0 to 1.10.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/469>
* [check-mysql] Use go-mysql-driver and sqlx instead of mymysql (by nonylene)
<https://github.com/mackerelio/go-check-plugins/pull/464>
* [ci] replace token (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/461>
* [ci] replace mackerel-github-release (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/459>

-- mackerel <[email protected]> Thu, 03 Jun 2021 02:58:31 +0000

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

* Bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.1 (by dependabot[bot])
Expand Down
37 changes: 37 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
mackerel-check-plugins (0.39.3-1) stable; urgency=low

* Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/489>
* Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/473>
* Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/486>
* Bump github.com/jessevdk/go-flags from 1.4.0 to 1.5.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/470>
* Bump github.com/lib/pq from 1.10.0 to 1.10.2 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/488>
* Bump golang.org/x/text from 0.3.5 to 0.3.6 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/474>
* Bump github.com/aws/aws-sdk-go from 1.37.30 to 1.38.40 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/487>
* Bump github.com/mackerelio/go-osstat from 0.1.0 to 0.2.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/484>
* Bump github.com/go-ldap/ldap/v3 from 3.2.4 to 3.3.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/476>
* upgrade go1.14 -> 1.16 (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/480>
* Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.30 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/468>
* Bump github.com/fsouza/go-dockerclient from 1.7.0 to 1.7.2 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/466>
* Bump github.com/lib/pq from 1.9.0 to 1.10.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/469>
* [check-mysql] Use go-mysql-driver and sqlx instead of mymysql (by nonylene)
<https://github.com/mackerelio/go-check-plugins/pull/464>
* [ci] replace token (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/461>
* [ci] replace mackerel-github-release (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/459>

-- mackerel <[email protected]> Thu, 03 Jun 2021 02:58:31 +0000

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

* Bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.1 (by dependabot[bot])
Expand Down
18 changes: 18 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,24 @@ done
%{__targetdir}/*

%changelog
* Thu Jun 03 2021 <[email protected]> - 0.39.3
- Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 (by dependabot[bot])
- Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (by dependabot[bot])
- Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 (by dependabot[bot])
- Bump github.com/jessevdk/go-flags from 1.4.0 to 1.5.0 (by dependabot[bot])
- Bump github.com/lib/pq from 1.10.0 to 1.10.2 (by dependabot[bot])
- Bump golang.org/x/text from 0.3.5 to 0.3.6 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.37.30 to 1.38.40 (by dependabot[bot])
- Bump github.com/mackerelio/go-osstat from 0.1.0 to 0.2.0 (by dependabot[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.2.4 to 3.3.0 (by dependabot[bot])
- upgrade go1.14 -> 1.16 (by lufia)
- Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.30 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.7.0 to 1.7.2 (by dependabot[bot])
- Bump github.com/lib/pq from 1.9.0 to 1.10.0 (by dependabot[bot])
- [check-mysql] Use go-mysql-driver and sqlx instead of mymysql (by nonylene)
- [ci] replace token (by yseto)
- [ci] replace mackerel-github-release (by yseto)

* Wed Feb 03 2021 <[email protected]> - 0.39.2
- Bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.1 (by dependabot[bot])
- Closes #455 check-load fix null pointer issue when critical (by hurrycaine)
Expand Down
18 changes: 18 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,24 @@ done
%{__oldtargetdir}/*

%changelog
* Thu Jun 03 2021 <[email protected]> - 0.39.3
- Bump github.com/aws/aws-sdk-go from 1.38.40 to 1.38.45 (by dependabot[bot])
- Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (by dependabot[bot])
- Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 (by dependabot[bot])
- Bump github.com/jessevdk/go-flags from 1.4.0 to 1.5.0 (by dependabot[bot])
- Bump github.com/lib/pq from 1.10.0 to 1.10.2 (by dependabot[bot])
- Bump golang.org/x/text from 0.3.5 to 0.3.6 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.37.30 to 1.38.40 (by dependabot[bot])
- Bump github.com/mackerelio/go-osstat from 0.1.0 to 0.2.0 (by dependabot[bot])
- Bump github.com/go-ldap/ldap/v3 from 3.2.4 to 3.3.0 (by dependabot[bot])
- upgrade go1.14 -> 1.16 (by lufia)
- Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.30 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.7.0 to 1.7.2 (by dependabot[bot])
- Bump github.com/lib/pq from 1.9.0 to 1.10.0 (by dependabot[bot])
- [check-mysql] Use go-mysql-driver and sqlx instead of mymysql (by nonylene)
- [ci] replace token (by yseto)
- [ci] replace mackerel-github-release (by yseto)

* Wed Feb 03 2021 <[email protected]> - 0.39.2
- Bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.1 (by dependabot[bot])
- Closes #455 check-load fix null pointer issue when critical (by hurrycaine)
Expand Down

0 comments on commit 5e43bc6

Please sign in to comment.