Skip to content

Commit

Permalink
Merge pull request #726 from mackerelio/bump-version-0.44.0
Browse files Browse the repository at this point in the history
Release version 0.44.0
  • Loading branch information
lufia authored Feb 27, 2023
2 parents 7279522 + 47fcaff commit 8cf10d1
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.44.0 (2023-02-27)

* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 #722 (dependabot[bot])
* fix gosimple, ineffassign #720 (wafuwafu13)
* Bump github.com/containerd/containerd from 1.6.14 to 1.6.18 #717 (dependabot[bot])
* check-dns: add `expected-string` option #715 (wafuwafu13)
* Bump github.com/aws/aws-sdk-go from 1.44.189 to 1.44.199 #714 (dependabot[bot])
* Bump golang.org/x/crypto from 0.5.0 to 0.6.0 #713 (dependabot[bot])
* Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 #712 (dependabot[bot])
* Bump golang.org/x/text from 0.6.0 to 0.7.0 #711 (dependabot[bot])
* Bump golang.org/x/sys from 0.4.0 to 0.5.0 #710 (dependabot[bot])
* added dns plugin on package #709 (yseto)
* Remove `circle.yml` #708 (wafuwafu13)
* Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 #706 (dependabot[bot])
* Add check-dns plugin #704 (wafuwafu13)


## 0.43.0 (2023-02-01)

* fix generate docs #703 (yseto)
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.43.0
VERSION = 0.44.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.43.0"
const version = "0.44.0"

var gitcommit string

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

* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/722>
* fix gosimple, ineffassign (by wafuwafu13)
<https://github.com/mackerelio/go-check-plugins/pull/720>
* Bump github.com/containerd/containerd from 1.6.14 to 1.6.18 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/717>
* check-dns: add `expected-string` option (by wafuwafu13)
<https://github.com/mackerelio/go-check-plugins/pull/715>
* Bump github.com/aws/aws-sdk-go from 1.44.189 to 1.44.199 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/714>
* Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/713>
* Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/712>
* Bump golang.org/x/text from 0.6.0 to 0.7.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/711>
* Bump golang.org/x/sys from 0.4.0 to 0.5.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/710>
* added dns plugin on package (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/709>
* Remove `circle.yml` (by wafuwafu13)
<https://github.com/mackerelio/go-check-plugins/pull/708>
* Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/706>
* Add check-dns plugin (by wafuwafu13)
<https://github.com/mackerelio/go-check-plugins/pull/704>

-- mackerel <mackerel-developers@hatena.ne.jp> Mon, 27 Feb 2023 10:10:02 +0000

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

* fix generate docs (by yseto)
Expand Down
15 changes: 15 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,21 @@ done
%{__targetdir}/*

%changelog
* Mon Feb 27 2023 <mackerel-developers@hatena.ne.jp> - 0.44.0
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
- fix gosimple, ineffassign (by wafuwafu13)
- Bump github.com/containerd/containerd from 1.6.14 to 1.6.18 (by dependabot[bot])
- check-dns: add `expected-string` option (by wafuwafu13)
- Bump github.com/aws/aws-sdk-go from 1.44.189 to 1.44.199 (by dependabot[bot])
- Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 (by dependabot[bot])
- Bump golang.org/x/text from 0.6.0 to 0.7.0 (by dependabot[bot])
- Bump golang.org/x/sys from 0.4.0 to 0.5.0 (by dependabot[bot])
- added dns plugin on package (by yseto)
- Remove `circle.yml` (by wafuwafu13)
- Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 (by dependabot[bot])
- Add check-dns plugin (by wafuwafu13)

* Wed Feb 1 2023 <mackerel-developers@hatena.ne.jp> - 0.43.0
- fix generate docs (by yseto)
- Bump actions/checkout from 2 to 3 (by dependabot[bot])
Expand Down
15 changes: 15 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,21 @@ done
%{__oldtargetdir}/*

%changelog
* Mon Feb 27 2023 <mackerel-developers@hatena.ne.jp> - 0.44.0
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
- fix gosimple, ineffassign (by wafuwafu13)
- Bump github.com/containerd/containerd from 1.6.14 to 1.6.18 (by dependabot[bot])
- check-dns: add `expected-string` option (by wafuwafu13)
- Bump github.com/aws/aws-sdk-go from 1.44.189 to 1.44.199 (by dependabot[bot])
- Bump golang.org/x/crypto from 0.5.0 to 0.6.0 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 (by dependabot[bot])
- Bump golang.org/x/text from 0.6.0 to 0.7.0 (by dependabot[bot])
- Bump golang.org/x/sys from 0.4.0 to 0.5.0 (by dependabot[bot])
- added dns plugin on package (by yseto)
- Remove `circle.yml` (by wafuwafu13)
- Bump github.com/shirou/gopsutil/v3 from 3.22.12 to 3.23.1 (by dependabot[bot])
- Add check-dns plugin (by wafuwafu13)

* Wed Feb 1 2023 <mackerel-developers@hatena.ne.jp> - 0.43.0
- fix generate docs (by yseto)
- Bump actions/checkout from 2 to 3 (by dependabot[bot])
Expand Down

0 comments on commit 8cf10d1

Please sign in to comment.