File tree Expand file tree Collapse file tree 6 files changed +41
-2
lines changed
Expand file tree Collapse file tree 6 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.80.0 (2024-02-27)
4+
5+ * Update mysql, mongodb plugins. #1152 (yseto)
6+ * update go version -> 1.22 #1145 (lufia)
7+ * added TLS support on mackerel-plugin-redis #1144 (yseto)
8+ * Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 #1141 (dependabot[ bot] )
9+ * Bump actions/upload-artifact from 3 to 4 #1140 (dependabot[ bot] )
10+ * Bump actions/download-artifact from 3 to 4 #1139 (dependabot[ bot] )
11+ * Bump actions/setup-go from 4 to 5 #1136 (dependabot[ bot] )
12+
13+
314## 0.79.0 (2023-09-22)
415
516* Bump github.com/aws/aws-sdk-go from 1.44.239 to 1.45.11 #1109 (dependabot[ bot] )
Original file line number Diff line number Diff line change 1- VERSION = 0.79 .0
1+ VERSION = 0.80 .0
22VERBOSE_FLAG = $(if $(VERBOSE ) ,-verbose)
33CURRENT_REVISION = $(shell git rev-parse --short HEAD)
44
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ func run(args []string) int {
6060 return exitOK
6161}
6262
63- const version = "0.79 .0"
63+ const version = "0.80 .0"
6464
6565var gitcommit string
6666
Original file line number Diff line number Diff line change 1+ mackerel-agent-plugins (0.80.0-1.v2) stable; urgency=low
2+
3+ * Update mysql, mongodb plugins. (by yseto)
4+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1152>
5+ * update go version -> 1.22 (by lufia)
6+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1145>
7+ * added TLS support on mackerel-plugin-redis (by yseto)
8+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1144>
9+ * Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 (by dependabot[bot])
10+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1141>
11+ * Bump actions/upload-artifact from 3 to 4 (by dependabot[bot])
12+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1140>
13+ * Bump actions/download-artifact from 3 to 4 (by dependabot[bot])
14+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1139>
15+ * Bump actions/setup-go from 4 to 5 (by dependabot[bot])
16+ <https://github.com/mackerelio/mackerel-agent-plugins/pull/1136>
17+
18+ -- mackerel <mackerel-developers@hatena.ne.jp> Tue, 27 Feb 2024 06:04:13 +0000
19+
120mackerel-agent-plugins (0.79.0-1.v2) stable; urgency=low
221
322 * Bump github.com/aws/aws-sdk-go from 1.44.239 to 1.45.11 (by dependabot[bot])
File renamed without changes.
Original file line number Diff line number Diff line change 3939%{__targetdir}/*
4040
4141%changelog
42+ * Tue Feb 27 2024 <mackerel-developers@hatena.ne.jp> - 0.80.0
43+ - Update mysql, mongodb plugins. (by yseto)
44+ - update go version -> 1.22 (by lufia)
45+ - added TLS support on mackerel-plugin-redis (by yseto)
46+ - Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 (by dependabot[bot])
47+ - Bump actions/upload-artifact from 3 to 4 (by dependabot[bot])
48+ - Bump actions/download-artifact from 3 to 4 (by dependabot[bot])
49+ - Bump actions/setup-go from 4 to 5 (by dependabot[bot])
50+
4251* Fri Sep 22 2023 <mackerel-developers@hatena.ne.jp> - 0.79.0
4352- Bump github.com/aws/aws-sdk-go from 1.44.239 to 1.45.11 (by dependabot[bot])
4453- Bump actions/checkout from 3 to 4 (by dependabot[bot])
You can’t perform that action at this time.
0 commit comments