Skip to content

Commit a2a8095

Browse files
authored
Merge pull request mackerelio#799 from mackerelio/bump-version-0.46.0
Release version 0.46.0
2 parents 31c750a + e5da0f8 commit a2a8095

File tree

6 files changed

+57
-2
lines changed

6 files changed

+57
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.46.0 (2023-11-13)
4+
5+
* Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 #798 (dependabot[bot])
6+
* Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.10 #797 (dependabot[bot])
7+
* Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.47.3 #795 (dependabot[bot])
8+
* bump go version on build #791 (yseto)
9+
* fix the line handling of UTF-16le #790 (kmuto)
10+
* use mackerelio/workflows and upgrade maximum Go version to 1.21 #788 (lufia)
11+
* check-ntservice: exclude should be -x, not -E #782 (kmuto)
12+
* Bump github.com/lib/pq from 1.10.7 to 1.10.9 #780 (dependabot[bot])
13+
* Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 #775 (dependabot[bot])
14+
* Bump actions/checkout from 3 to 4 #773 (dependabot[bot])
15+
* support overwrite status #766 (yseto)
16+
17+
318
## 0.45.0 (2023-09-22)
419

520
* Bump golang.org/x/crypto from 0.6.0 to 0.13.0 #771 (dependabot[bot])

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.45.0
1+
VERSION = 0.46.0
22
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
33
ifeq ($(OS),Windows_NT)
44
GOPATH_ROOT:=$(shell cygpath ${GOPATH})

mackerel-check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func run(args []string) int {
6060
return exitOK
6161
}
6262

63-
const version = "0.45.0"
63+
const version = "0.46.0"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
mackerel-check-plugins (0.46.0-1.v2) stable; urgency=low
2+
3+
* Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 (by dependabot[bot])
4+
<https://github.com/mackerelio/go-check-plugins/pull/798>
5+
* Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.10 (by dependabot[bot])
6+
<https://github.com/mackerelio/go-check-plugins/pull/797>
7+
* Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.47.3 (by dependabot[bot])
8+
<https://github.com/mackerelio/go-check-plugins/pull/795>
9+
* bump go version on build (by yseto)
10+
<https://github.com/mackerelio/go-check-plugins/pull/791>
11+
* fix the line handling of UTF-16le (by kmuto)
12+
<https://github.com/mackerelio/go-check-plugins/pull/790>
13+
* use mackerelio/workflows and upgrade maximum Go version to 1.21 (by lufia)
14+
<https://github.com/mackerelio/go-check-plugins/pull/788>
15+
* check-ntservice: exclude should be -x, not -E (by kmuto)
16+
<https://github.com/mackerelio/go-check-plugins/pull/782>
17+
* Bump github.com/lib/pq from 1.10.7 to 1.10.9 (by dependabot[bot])
18+
<https://github.com/mackerelio/go-check-plugins/pull/780>
19+
* Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (by dependabot[bot])
20+
<https://github.com/mackerelio/go-check-plugins/pull/775>
21+
* Bump actions/checkout from 3 to 4 (by dependabot[bot])
22+
<https://github.com/mackerelio/go-check-plugins/pull/773>
23+
* support overwrite status (by yseto)
24+
<https://github.com/mackerelio/go-check-plugins/pull/766>
25+
26+
-- mackerel <[email protected]> Mon, 13 Nov 2023 06:59:46 +0000
27+
128
mackerel-check-plugins (0.45.0-1.v2) stable; urgency=low
229

330
* Bump golang.org/x/crypto from 0.6.0 to 0.13.0 (by dependabot[bot])
File renamed without changes.

packaging/rpm/mackerel-check-plugins-v2.spec

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,19 @@ done
3636
%{__targetdir}/*
3737

3838
%changelog
39+
* Mon Nov 13 2023 <[email protected]> - 0.46.0
40+
- Bump github.com/aws/aws-sdk-go from 1.47.3 to 1.47.9 (by dependabot[bot])
41+
- Bump github.com/shirou/gopsutil/v3 from 3.23.8 to 3.23.10 (by dependabot[bot])
42+
- Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.47.3 (by dependabot[bot])
43+
- bump go version on build (by yseto)
44+
- fix the line handling of UTF-16le (by kmuto)
45+
- use mackerelio/workflows and upgrade maximum Go version to 1.21 (by lufia)
46+
- check-ntservice: exclude should be -x, not -E (by kmuto)
47+
- Bump github.com/lib/pq from 1.10.7 to 1.10.9 (by dependabot[bot])
48+
- Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (by dependabot[bot])
49+
- Bump actions/checkout from 3 to 4 (by dependabot[bot])
50+
- support overwrite status (by yseto)
51+
3952
* Fri Sep 22 2023 <[email protected]> - 0.45.0
4053
- Bump golang.org/x/crypto from 0.6.0 to 0.13.0 (by dependabot[bot])
4154
- Bump github.com/shirou/gopsutil/v3 from 3.23.1 to 3.23.8 (by dependabot[bot])

0 commit comments

Comments
 (0)