Skip to content

Commit

Permalink
ready for next release and update changelogs. version: 0.78.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mackerelbot committed Jul 13, 2023
1 parent 6571130 commit 856bf3d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.78.3 (2023-07-13)



## 0.78.2 (2023-06-14)

* Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.0 to 1.2.1 in /mackerel-plugin-mysql #1077 (dependabot[bot])
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.2
VERSION = 0.78.3
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.2"
const version = "0.78.3"

var gitcommit string

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


-- mackerel <[email protected]> Thu, 13 Jul 2023 06:45:25 +0000

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

* Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.0 to 1.2.1 in /mackerel-plugin-mysql (by dependabot[bot])
Expand Down
2 changes: 2 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,8 @@ done
%{__targetdir}/*

%changelog
* Thu Jul 13 2023 <[email protected]> - 0.78.3

* Wed Jun 14 2023 <[email protected]> - 0.78.2
- Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.0 to 1.2.1 in /mackerel-plugin-mysql (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.0 to 1.2.1 (by dependabot[bot])
Expand Down
2 changes: 2 additions & 0 deletions packaging/rpm/mackerel-agent-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ done
%{__oldtargetdir}/*

%changelog
* Thu Jul 13 2023 <[email protected]> - 0.78.3

* Wed Jun 14 2023 <[email protected]> - 0.78.2
- Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.0 to 1.2.1 in /mackerel-plugin-mysql (by dependabot[bot])
- Bump github.com/mackerelio/mackerel-plugin-mysql from 1.2.0 to 1.2.1 (by dependabot[bot])
Expand Down

0 comments on commit 856bf3d

Please sign in to comment.