diff --git a/CHANGELOG.md b/CHANGELOG.md index 847f2f95..749434ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.42.2 (2022-07-27) + +* Ignores fuse.portal partitions #626 (lufia) +* Bump github.com/aws/aws-sdk-go from 1.44.37 to 1.44.56 #623 (dependabot[bot]) +* Bump github.com/gomodule/redigo from 1.8.8 to 1.8.9 #620 (dependabot[bot]) +* Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 #618 (dependabot[bot]) +* Bump github.com/fsouza/go-dockerclient from 1.7.10 to 1.8.1 #610 (dependabot[bot]) +* Bump github.com/lib/pq from 1.10.4 to 1.10.6 #603 (dependabot[bot]) +* Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 #595 (dependabot[bot]) +* Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 #592 (dependabot[bot]) + + ## 0.42.1 (2022-06-22) * Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.37 #612 (dependabot[bot]) diff --git a/Makefile b/Makefile index ad46084d..3daeb2a2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.42.1 +VERSION = 0.42.2 CURRENT_REVISION = $(shell git rev-parse --short HEAD) ifeq ($(OS),Windows_NT) GOPATH_ROOT:=$(shell cygpath ${GOPATH}) diff --git a/mackerel-check.go b/mackerel-check.go index 731a9a84..66c97165 100644 --- a/mackerel-check.go +++ b/mackerel-check.go @@ -60,7 +60,7 @@ func run(args []string) int { return exitOK } -const version = "0.42.1" +const version = "0.42.2" var gitcommit string diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index cf4ca46a..cc9da607 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,24 @@ +mackerel-check-plugins (0.42.2-1.v2) stable; urgency=low + + * Ignores fuse.portal partitions (by lufia) + + * Bump github.com/aws/aws-sdk-go from 1.44.37 to 1.44.56 (by dependabot[bot]) + + * Bump github.com/gomodule/redigo from 1.8.8 to 1.8.9 (by dependabot[bot]) + + * Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (by dependabot[bot]) + + * Bump github.com/fsouza/go-dockerclient from 1.7.10 to 1.8.1 (by dependabot[bot]) + + * Bump github.com/lib/pq from 1.10.4 to 1.10.6 (by dependabot[bot]) + + * Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 (by dependabot[bot]) + + * Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 (by dependabot[bot]) + + + -- mackerel Wed, 27 Jul 2022 06:13:10 +0000 + mackerel-check-plugins (0.42.1-1.v2) stable; urgency=low * Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.37 (by dependabot[bot]) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 5c820ef5..e1480652 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,24 @@ +mackerel-check-plugins (0.42.2-1) stable; urgency=low + + * Ignores fuse.portal partitions (by lufia) + + * Bump github.com/aws/aws-sdk-go from 1.44.37 to 1.44.56 (by dependabot[bot]) + + * Bump github.com/gomodule/redigo from 1.8.8 to 1.8.9 (by dependabot[bot]) + + * Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (by dependabot[bot]) + + * Bump github.com/fsouza/go-dockerclient from 1.7.10 to 1.8.1 (by dependabot[bot]) + + * Bump github.com/lib/pq from 1.10.4 to 1.10.6 (by dependabot[bot]) + + * Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 (by dependabot[bot]) + + * Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 (by dependabot[bot]) + + + -- mackerel Wed, 27 Jul 2022 06:13:10 +0000 + mackerel-check-plugins (0.42.1-1) stable; urgency=low * Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.37 (by dependabot[bot]) diff --git a/packaging/mackerel-check-plugins_0.42.1.orig.tar.gz b/packaging/mackerel-check-plugins_0.42.2.orig.tar.gz similarity index 100% rename from packaging/mackerel-check-plugins_0.42.1.orig.tar.gz rename to packaging/mackerel-check-plugins_0.42.2.orig.tar.gz diff --git a/packaging/rpm/mackerel-check-plugins-v2.spec b/packaging/rpm/mackerel-check-plugins-v2.spec index 3fa87a0b..5eadeb34 100644 --- a/packaging/rpm/mackerel-check-plugins-v2.spec +++ b/packaging/rpm/mackerel-check-plugins-v2.spec @@ -36,6 +36,16 @@ done %{__targetdir}/* %changelog +* Wed Jul 27 2022 - 0.42.2 +- Ignores fuse.portal partitions (by lufia) +- Bump github.com/aws/aws-sdk-go from 1.44.37 to 1.44.56 (by dependabot[bot]) +- Bump github.com/gomodule/redigo from 1.8.8 to 1.8.9 (by dependabot[bot]) +- Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (by dependabot[bot]) +- Bump github.com/fsouza/go-dockerclient from 1.7.10 to 1.8.1 (by dependabot[bot]) +- Bump github.com/lib/pq from 1.10.4 to 1.10.6 (by dependabot[bot]) +- Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 (by dependabot[bot]) +- Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 (by dependabot[bot]) + * Wed Jun 22 2022 - 0.42.1 - Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.37 (by dependabot[bot]) diff --git a/packaging/rpm/mackerel-check-plugins.spec b/packaging/rpm/mackerel-check-plugins.spec index 674f3d04..e3f637a7 100644 --- a/packaging/rpm/mackerel-check-plugins.spec +++ b/packaging/rpm/mackerel-check-plugins.spec @@ -45,6 +45,16 @@ done %{__oldtargetdir}/* %changelog +* Wed Jul 27 2022 - 0.42.2 +- Ignores fuse.portal partitions (by lufia) +- Bump github.com/aws/aws-sdk-go from 1.44.37 to 1.44.56 (by dependabot[bot]) +- Bump github.com/gomodule/redigo from 1.8.8 to 1.8.9 (by dependabot[bot]) +- Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (by dependabot[bot]) +- Bump github.com/fsouza/go-dockerclient from 1.7.10 to 1.8.1 (by dependabot[bot]) +- Bump github.com/lib/pq from 1.10.4 to 1.10.6 (by dependabot[bot]) +- Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 (by dependabot[bot]) +- Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 (by dependabot[bot]) + * Wed Jun 22 2022 - 0.42.1 - Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.37 (by dependabot[bot])