Skip to content

Commit

Permalink
Merge pull request #1194 from mackerelio/bump-version-0.83.0
Browse files Browse the repository at this point in the history
Release version 0.83.0
  • Loading branch information
lufia authored Jun 12, 2024
2 parents 35624e8 + ab99463 commit f62ff80
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.83.0 (2024-06-12)

* [plugin-mailq] mailq/postfix: Fix mail queue count regexp capture when it's `1` #1186 (yongjiajun)
* Bump github.com/urfave/cli from 1.22.14 to 1.22.15 #1181 (dependabot[bot])
* Bump golang.org/x/sync from 0.6.0 to 0.7.0 #1180 (dependabot[bot])
* Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #1177 (dependabot[bot])


## 0.82.1 (2024-04-23)

* Bump github.com/aws/aws-sdk-go from 1.45.11 to 1.51.26 #1175 (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.82.1
VERSION = 0.83.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.82.1"
const version = "0.83.0"

var gitcommit string

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

* [plugin-mailq] mailq/postfix: Fix mail queue count regexp capture when it's `1` (by yongjiajun)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1186>
* Bump github.com/urfave/cli from 1.22.14 to 1.22.15 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1181>
* Bump golang.org/x/sync from 0.6.0 to 0.7.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1180>
* Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1177>

-- mackerel <[email protected]> Wed, 12 Jun 2024 06:57:44 +0000

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

* Bump github.com/aws/aws-sdk-go from 1.45.11 to 1.51.26 (by dependabot[bot])
Expand Down
6 changes: 6 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,12 @@ done
%{__targetdir}/*

%changelog
* Wed Jun 12 2024 <[email protected]> - 0.83.0
- [plugin-mailq] mailq/postfix: Fix mail queue count regexp capture when it's `1` (by yongjiajun)
- Bump github.com/urfave/cli from 1.22.14 to 1.22.15 (by dependabot[bot])
- Bump golang.org/x/sync from 0.6.0 to 0.7.0 (by dependabot[bot])
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (by dependabot[bot])

* Tue Apr 23 2024 <[email protected]> - 0.82.1
- Bump github.com/aws/aws-sdk-go from 1.45.11 to 1.51.26 (by dependabot[bot])
- Bump golang.org/x/net from 0.7.0 to 0.23.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])
Expand Down

0 comments on commit f62ff80

Please sign in to comment.