Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.42.2 #628

Merged
merged 1 commit into from
Jul 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
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.42.1
VERSION = 0.42.2
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.42.1"
const version = "0.42.2"

var gitcommit string

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

* Ignores fuse.portal partitions (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/626>
* Bump github.com/aws/aws-sdk-go from 1.44.37 to 1.44.56 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/623>
* Bump github.com/gomodule/redigo from 1.8.8 to 1.8.9 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/620>
* Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/618>
* Bump github.com/fsouza/go-dockerclient from 1.7.10 to 1.8.1 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/610>
* Bump github.com/lib/pq from 1.10.4 to 1.10.6 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/603>
* Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/595>
* Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/592>

-- mackerel <mackerel-developers@hatena.ne.jp> 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])
Expand Down
21 changes: 21 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
mackerel-check-plugins (0.42.2-1) stable; urgency=low

* Ignores fuse.portal partitions (by lufia)
<https://github.com/mackerelio/go-check-plugins/pull/626>
* Bump github.com/aws/aws-sdk-go from 1.44.37 to 1.44.56 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/623>
* Bump github.com/gomodule/redigo from 1.8.8 to 1.8.9 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/620>
* Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/618>
* Bump github.com/fsouza/go-dockerclient from 1.7.10 to 1.8.1 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/610>
* Bump github.com/lib/pq from 1.10.4 to 1.10.6 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/603>
* Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/595>
* Bump github.com/go-ldap/ldap/v3 from 3.4.2 to 3.4.3 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/592>

-- mackerel <mackerel-developers@hatena.ne.jp> 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])
Expand Down
10 changes: 10 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,16 @@ done
%{__targetdir}/*

%changelog
* Wed Jul 27 2022 <mackerel-developers@hatena.ne.jp> - 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 <mackerel-developers@hatena.ne.jp> - 0.42.1
- Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.37 (by dependabot[bot])

Expand Down
10 changes: 10 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Jul 27 2022 <mackerel-developers@hatena.ne.jp> - 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 <mackerel-developers@hatena.ne.jp> - 0.42.1
- Bump github.com/aws/aws-sdk-go from 1.43.26 to 1.44.37 (by dependabot[bot])

Expand Down