File tree 8 files changed +55
-2
lines changed
8 files changed +55
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.36.0 (2020-07-29)
4
+
5
+ * [ check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go #396 (astj)
6
+ * Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 #393 (dependabot-preview[ bot] )
7
+ * Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible #386 (dependabot-preview[ bot] )
8
+ * Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 #394 (dependabot-preview[ bot] )
9
+ * Bump github.com/lib/pq from 1.7.0 to 1.7.1 #395 (dependabot-preview[ bot] )
10
+
11
+
3
12
## 0.35.0 (2020-07-20)
4
13
5
14
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 #379 (dependabot-preview[ bot] )
Original file line number Diff line number Diff line change 1
- VERSION = 0.35 .0
1
+ VERSION = 0.36 .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.35 .0"
63
+ const version = "0.36 .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.36.0-1.v2) stable; urgency=low
2
+
3
+ * [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
4
+ <https://github.com/mackerelio/go-check-plugins/pull/396>
5
+ * Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
6
+ <https://github.com/mackerelio/go-check-plugins/pull/393>
7
+ * Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
8
+ <https://github.com/mackerelio/go-check-plugins/pull/386>
9
+ * Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
10
+ <https://github.com/mackerelio/go-check-plugins/pull/394>
11
+ * Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])
12
+ <https://github.com/mackerelio/go-check-plugins/pull/395>
13
+
14
+ -- mackerel <
[email protected] > Wed, 29 Jul 2020 08:08:25 +0000
15
+
1
16
mackerel-check-plugins (0.35.0-1.v2) stable; urgency=low
2
17
3
18
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
Original file line number Diff line number Diff line change
1
+ mackerel-check-plugins (0.36.0-1) stable; urgency=low
2
+
3
+ * [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
4
+ <https://github.com/mackerelio/go-check-plugins/pull/396>
5
+ * Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
6
+ <https://github.com/mackerelio/go-check-plugins/pull/393>
7
+ * Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
8
+ <https://github.com/mackerelio/go-check-plugins/pull/386>
9
+ * Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
10
+ <https://github.com/mackerelio/go-check-plugins/pull/394>
11
+ * Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])
12
+ <https://github.com/mackerelio/go-check-plugins/pull/395>
13
+
14
+ -- mackerel <
[email protected] > Wed, 29 Jul 2020 08:08:25 +0000
15
+
1
16
mackerel-check-plugins (0.35.0-1) stable; urgency=low
2
17
3
18
* Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
File renamed without changes.
Original file line number Diff line number Diff line change 37
37
%{__targetdir}/*
38
38
39
39
%changelog
40
+ *
Wed Jul 29 2020 <[email protected] > - 0.36.0
41
+ - [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
42
+ - Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
43
+ - Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
44
+ - Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
45
+ - Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])
46
+
40
47
*
Mon Jul 20 2020 <[email protected] > - 0.35.0
41
48
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
42
49
- Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
Original file line number Diff line number Diff line change 46
46
%{__oldtargetdir}/*
47
47
48
48
%changelog
49
+ *
Wed Jul 29 2020 <[email protected] > - 0.36.0
50
+ - [check-aws-sqs-queue-size] Replace GoAMZ with aws-sdk-go (by astj)
51
+ - Bump github.com/aws/aws-sdk-go from 1.31.11 to 1.33.12 (by dependabot-preview[bot])
52
+ - Bump github.com/shirou/gopsutil from 2.20.4+incompatible to 2.20.6+incompatible (by dependabot-preview[bot])
53
+ - Bump github.com/mattn/go-zglob from 0.0.1 to 0.0.3 (by dependabot-preview[bot])
54
+ - Bump github.com/lib/pq from 1.7.0 to 1.7.1 (by dependabot-preview[bot])
55
+
49
56
*
Mon Jul 20 2020 <[email protected] > - 0.35.0
50
57
- Bump github.com/lib/pq from 1.6.0 to 1.7.0 (by dependabot-preview[bot])
51
58
- Bump golang.org/x/text from 0.3.2 to 0.3.3 (by dependabot-preview[bot])
You can’t perform that action at this time.
0 commit comments