Skip to content

Commit

Permalink
Merge pull request #772 from mackerelio/bump-version-0.45.0
Browse files Browse the repository at this point in the history
Release version 0.45.0
  • Loading branch information
rmatsuoka authored Sep 22, 2023
2 parents e18f786 + 6cd1fba commit f98a267
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.45.0 (2023-09-22)

* Bump golang.org/x/crypto from 0.6.0 to 0.13.0 #771 (dependabot[bot])
* Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.8 #770 (dependabot[bot])
* [check-tcp] Supports option to monitor that ports are closed. #767 (tukaelu)
* Improve ntservice #765 (tukaelu)
* Remove old rpm packaging #764 (yseto)
* Bump github.com/aws/aws-sdk-go from 1.44.199 to 1.44.271 #762 (dependabot[bot])
* Bump actions/setup-go from 3 to 4 #737 (dependabot[bot])
* Bump github.com/mackerelio/go-osstat from 0.2.3 to 0.2.4 #735 (dependabot[bot])


## 0.44.1 (2023-07-13)

* added build tests. #760 (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.44.1
VERSION = 0.45.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.44.1"
const version = "0.45.0"

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.45.0-1.v2) stable; urgency=low

* Bump golang.org/x/crypto from 0.6.0 to 0.13.0 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/771>
* Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.8 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/770>
* [check-tcp] Supports option to monitor that ports are closed. (by tukaelu)
<https://github.com/mackerelio/go-check-plugins/pull/767>
* Improve ntservice (by tukaelu)
<https://github.com/mackerelio/go-check-plugins/pull/765>
* Remove old rpm packaging (by yseto)
<https://github.com/mackerelio/go-check-plugins/pull/764>
* Bump github.com/aws/aws-sdk-go from 1.44.199 to 1.44.271 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/762>
* Bump actions/setup-go from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/737>
* Bump github.com/mackerelio/go-osstat from 0.2.3 to 0.2.4 (by dependabot[bot])
<https://github.com/mackerelio/go-check-plugins/pull/735>

-- mackerel <mackerel-developers@hatena.ne.jp> Fri, 22 Sep 2023 02:52:42 +0000

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

* added build tests. (by yseto)
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
* Fri Sep 22 2023 <mackerel-developers@hatena.ne.jp> - 0.45.0
- Bump golang.org/x/crypto from 0.6.0 to 0.13.0 (by dependabot[bot])
- Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.8 (by dependabot[bot])
- [check-tcp] Supports option to monitor that ports are closed. (by tukaelu)
- Improve ntservice (by tukaelu)
- Remove old rpm packaging (by yseto)
- Bump github.com/aws/aws-sdk-go from 1.44.199 to 1.44.271 (by dependabot[bot])
- Bump actions/setup-go from 3 to 4 (by dependabot[bot])
- Bump github.com/mackerelio/go-osstat from 0.2.3 to 0.2.4 (by dependabot[bot])

* Thu Jul 13 2023 <mackerel-developers@hatena.ne.jp> - 0.44.1
- added build tests. (by yseto)

Expand Down

0 comments on commit f98a267

Please sign in to comment.