File tree 8 files changed +69
-2
lines changed
8 files changed +69
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.38.0 (2020-12-09)
4
+
5
+ * Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible #416 (dependabot-preview[ bot] )
6
+ * migrate CIs to GitHub Actions #432 (lufia)
7
+ * Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.35 #431 (dependabot[ bot] )
8
+ * Bump golang.org/x/text from 0.3.3 to 0.3.4 #422 (dependabot-preview[ bot] )
9
+ * Bump github.com/go-ldap/ldap/v3 from 3.2.3 to 3.2.4 #420 (dependabot-preview[ bot] )
10
+ * Update Dependabot config file #428 (dependabot-preview[ bot] )
11
+ * [ check-postgresql] Add sslrootcert option #425 (nonylene)
12
+
13
+
3
14
## 0.37.1 (2020-10-01)
4
15
5
16
* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 #414 (dependabot-preview[ bot] )
Original file line number Diff line number Diff line change 1
- VERSION = 0.37.1
1
+ VERSION = 0.38.0
2
2
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
3
3
ifeq ($(OS ) ,Windows_NT)
4
4
GOPATH_ROOT: =$(shell cygpath ${GOPATH})
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ func run(args []string) int {
60
60
return exitOK
61
61
}
62
62
63
- const version = "0.37.1 "
63
+ const version = "0.38.0 "
64
64
65
65
var gitcommit string
66
66
Original file line number Diff line number Diff line change
1
+ mackerel-check-plugins (0.38.0-1.v2) stable; urgency=low
2
+
3
+ * Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
4
+ <https://github.com/mackerelio/go-check-plugins/pull/416>
5
+ * migrate CIs to GitHub Actions (by lufia)
6
+ <https://github.com/mackerelio/go-check-plugins/pull/432>
7
+ * Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.35 (by dependabot[bot])
8
+ <https://github.com/mackerelio/go-check-plugins/pull/431>
9
+ * Bump golang.org/x/text from 0.3.3 to 0.3.4 (by dependabot-preview[bot])
10
+ <https://github.com/mackerelio/go-check-plugins/pull/422>
11
+ * Bump github.com/go-ldap/ldap/v3 from 3.2.3 to 3.2.4 (by dependabot-preview[bot])
12
+ <https://github.com/mackerelio/go-check-plugins/pull/420>
13
+ * Update Dependabot config file (by dependabot-preview[bot])
14
+ <https://github.com/mackerelio/go-check-plugins/pull/428>
15
+ * [check-postgresql] Add sslrootcert option (by nonylene)
16
+ <https://github.com/mackerelio/go-check-plugins/pull/425>
17
+
18
+ -- mackerel <
[email protected] > Wed, 09 Dec 2020 02:10:20 +0000
19
+
1
20
mackerel-check-plugins (0.37.1-1.v2) stable; urgency=low
2
21
3
22
* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
Original file line number Diff line number Diff line change
1
+ mackerel-check-plugins (0.38.0-1) stable; urgency=low
2
+
3
+ * Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
4
+ <https://github.com/mackerelio/go-check-plugins/pull/416>
5
+ * migrate CIs to GitHub Actions (by lufia)
6
+ <https://github.com/mackerelio/go-check-plugins/pull/432>
7
+ * Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.35 (by dependabot[bot])
8
+ <https://github.com/mackerelio/go-check-plugins/pull/431>
9
+ * Bump golang.org/x/text from 0.3.3 to 0.3.4 (by dependabot-preview[bot])
10
+ <https://github.com/mackerelio/go-check-plugins/pull/422>
11
+ * Bump github.com/go-ldap/ldap/v3 from 3.2.3 to 3.2.4 (by dependabot-preview[bot])
12
+ <https://github.com/mackerelio/go-check-plugins/pull/420>
13
+ * Update Dependabot config file (by dependabot-preview[bot])
14
+ <https://github.com/mackerelio/go-check-plugins/pull/428>
15
+ * [check-postgresql] Add sslrootcert option (by nonylene)
16
+ <https://github.com/mackerelio/go-check-plugins/pull/425>
17
+
18
+ -- mackerel <
[email protected] > Wed, 09 Dec 2020 02:10:20 +0000
19
+
1
20
mackerel-check-plugins (0.37.1-1) stable; urgency=low
2
21
3
22
* Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
File renamed without changes.
Original file line number Diff line number Diff line change 36
36
%{__targetdir}/*
37
37
38
38
%changelog
39
+ *
Wed Dec 09 2020 <[email protected] > - 0.38.0
40
+ - Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
41
+ - migrate CIs to GitHub Actions (by lufia)
42
+ - Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.35 (by dependabot[bot])
43
+ - Bump golang.org/x/text from 0.3.3 to 0.3.4 (by dependabot-preview[bot])
44
+ - Bump github.com/go-ldap/ldap/v3 from 3.2.3 to 3.2.4 (by dependabot-preview[bot])
45
+ - Update Dependabot config file (by dependabot-preview[bot])
46
+ - [check-postgresql] Add sslrootcert option (by nonylene)
47
+
39
48
*
Thu Oct 01 2020 <[email protected] > - 0.37.1
40
49
- Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
41
50
Original file line number Diff line number Diff line change 45
45
%{__oldtargetdir}/*
46
46
47
47
%changelog
48
+ *
Wed Dec 09 2020 <[email protected] > - 0.38.0
49
+ - Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible (by dependabot-preview[bot])
50
+ - migrate CIs to GitHub Actions (by lufia)
51
+ - Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.35 (by dependabot[bot])
52
+ - Bump golang.org/x/text from 0.3.3 to 0.3.4 (by dependabot-preview[bot])
53
+ - Bump github.com/go-ldap/ldap/v3 from 3.2.3 to 3.2.4 (by dependabot-preview[bot])
54
+ - Update Dependabot config file (by dependabot-preview[bot])
55
+ - [check-postgresql] Add sslrootcert option (by nonylene)
56
+
48
57
*
Thu Oct 01 2020 <[email protected] > - 0.37.1
49
58
- Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.32 (by dependabot-preview[bot])
50
59
You can’t perform that action at this time.
0 commit comments