Skip to content

Commit 12a8eb5

Browse files
authored
Merge pull request #1154 from mackerelio/bump-version-0.80.0
Release version 0.80.0
2 parents 8e10acd + b71369b commit 12a8eb5

File tree

6 files changed

+41
-2
lines changed

6 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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])

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.79.0
1+
VERSION = 0.80.0
22
VERBOSE_FLAG = $(if $(VERBOSE),-verbose)
33
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
44

mackerel-plugin.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.79.0"
63+
const version = "0.80.0"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
mackerel-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.

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ done
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])

0 commit comments

Comments
 (0)