Skip to content

Commit

Permalink
Merge pull request #1110 from mackerelio/bump-version-0.79.0
Browse files Browse the repository at this point in the history
Release version 0.79.0
  • Loading branch information
lufia authored Sep 22, 2023
2 parents 00c2241 + 097d976 commit 021564f
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.79.0 (2023-09-22)

* Bump github.com/aws/aws-sdk-go from 1.44.239 to 1.45.11 #1109 (dependabot[bot])
* Bump actions/checkout from 3 to 4 #1108 (dependabot[bot])
* use go-redis #1105 (yseto)
* Bump golang.org/x/text from 0.9.0 to 0.13.0 #1103 (dependabot[bot])
* Bump golang.org/x/sync from 0.1.0 to 0.3.0 #1082 (dependabot[bot])
* Bump github.com/urfave/cli from 1.22.12 to 1.22.14 #1080 (dependabot[bot])
* Bump github.com/montanaflynn/stats from 0.7.0 to 0.7.1 #1068 (dependabot[bot])
* Bump github.com/lib/pq from 1.10.7 to 1.10.9 #1063 (dependabot[bot])


## 0.78.4 (2023-09-04)

* Fixed Docker CPU Percentage's unusual spike when restarting containers #1100 (Arthur1)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.78.4
VERSION = 0.79.0
VERBOSE_FLAG = $(if $(VERBOSE),-verbose)
CURRENT_REVISION = $(shell git rev-parse --short HEAD)

Expand Down
2 changes: 1 addition & 1 deletion mackerel-plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func run(args []string) int {
return exitOK
}

const version = "0.78.4"
const version = "0.79.0"

var gitcommit string

Expand Down
21 changes: 21 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
mackerel-agent-plugins (0.79.0-1.v2) stable; urgency=low

* Bump github.com/aws/aws-sdk-go from 1.44.239 to 1.45.11 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1109>
* Bump actions/checkout from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1108>
* use go-redis (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1105>
* Bump golang.org/x/text from 0.9.0 to 0.13.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1103>
* Bump golang.org/x/sync from 0.1.0 to 0.3.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1082>
* Bump github.com/urfave/cli from 1.22.12 to 1.22.14 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1080>
* Bump github.com/montanaflynn/stats from 0.7.0 to 0.7.1 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1068>
* Bump github.com/lib/pq from 1.10.7 to 1.10.9 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1063>

-- mackerel <[email protected]> Fri, 22 Sep 2023 03:20:44 +0000

mackerel-agent-plugins (0.78.4-1.v2) stable; urgency=low

* Fixed Docker CPU Percentage's unusual spike when restarting containers (by Arthur1)
Expand Down
10 changes: 10 additions & 0 deletions packaging/rpm/mackerel-agent-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ done
%{__targetdir}/*

%changelog
* Fri Sep 22 2023 <[email protected]> - 0.79.0
- Bump github.com/aws/aws-sdk-go from 1.44.239 to 1.45.11 (by dependabot[bot])
- Bump actions/checkout from 3 to 4 (by dependabot[bot])
- use go-redis (by yseto)
- Bump golang.org/x/text from 0.9.0 to 0.13.0 (by dependabot[bot])
- Bump golang.org/x/sync from 0.1.0 to 0.3.0 (by dependabot[bot])
- Bump github.com/urfave/cli from 1.22.12 to 1.22.14 (by dependabot[bot])
- Bump github.com/montanaflynn/stats from 0.7.0 to 0.7.1 (by dependabot[bot])
- Bump github.com/lib/pq from 1.10.7 to 1.10.9 (by dependabot[bot])

* Mon Sep 4 2023 <[email protected]> - 0.78.4
- Fixed Docker CPU Percentage's unusual spike when restarting containers (by Arthur1)
- Remove old rpm packaging (by yseto)
Expand Down

0 comments on commit 021564f

Please sign in to comment.