Skip to content

Commit

Permalink
Merge pull request #1024 from mackerelio/bump-version-0.76.1
Browse files Browse the repository at this point in the history
Release version 0.76.1
  • Loading branch information
mechairoi authored Feb 15, 2023
2 parents 0515ab3 + c4b1c43 commit b4a3b9e
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.76.1 (2023-02-15)

* Bump golang.org/x/text from 0.6.0 to 0.7.0 #1022 (dependabot[bot])
* Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 #1021 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.44.190 to 1.44.199 #1020 (dependabot[bot])
* Remove `circle.yml` #1019 (wafuwafu13)
* plugin-mongodb is external repository #1018 (yseto)
* Bump github.com/jarcoal/httpmock from 1.2.0 to 1.3.0 #1016 (dependabot[bot])


## 0.76.0 (2023-02-01)

* Bump github.com/aws/aws-sdk-go from 1.44.184 to 1.44.190 #1014 (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.76.0
VERSION = 0.76.1
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.76.0"
const version = "0.76.1"

var gitcommit string

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

* Bump golang.org/x/text from 0.6.0 to 0.7.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1022>
* Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1021>
* Bump github.com/aws/aws-sdk-go from 1.44.190 to 1.44.199 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1020>
* Remove `circle.yml` (by wafuwafu13)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1019>
* plugin-mongodb is external repository (by yseto)
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1018>
* Bump github.com/jarcoal/httpmock from 1.2.0 to 1.3.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1016>

-- mackerel <[email protected]> Wed, 15 Feb 2023 03:42:41 +0000

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

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

%changelog
* Wed Feb 15 2023 <[email protected]> - 0.76.1
- Bump golang.org/x/text from 0.6.0 to 0.7.0 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.44.190 to 1.44.199 (by dependabot[bot])
- Remove `circle.yml` (by wafuwafu13)
- plugin-mongodb is external repository (by yseto)
- Bump github.com/jarcoal/httpmock from 1.2.0 to 1.3.0 (by dependabot[bot])

* Wed Feb 1 2023 <[email protected]> - 0.76.0
- Bump github.com/aws/aws-sdk-go from 1.44.184 to 1.44.190 (by dependabot[bot])
- Bump actions/setup-go from 2 to 3 (by dependabot[bot])
Expand Down
8 changes: 8 additions & 0 deletions packaging/rpm/mackerel-agent-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Feb 15 2023 <[email protected]> - 0.76.1
- Bump golang.org/x/text from 0.6.0 to 0.7.0 (by dependabot[bot])
- Bump github.com/fsouza/go-dockerclient from 1.9.3 to 1.9.4 (by dependabot[bot])
- Bump github.com/aws/aws-sdk-go from 1.44.190 to 1.44.199 (by dependabot[bot])
- Remove `circle.yml` (by wafuwafu13)
- plugin-mongodb is external repository (by yseto)
- Bump github.com/jarcoal/httpmock from 1.2.0 to 1.3.0 (by dependabot[bot])

* Wed Feb 1 2023 <[email protected]> - 0.76.0
- Bump github.com/aws/aws-sdk-go from 1.44.184 to 1.44.190 (by dependabot[bot])
- Bump actions/setup-go from 2 to 3 (by dependabot[bot])
Expand Down

0 comments on commit b4a3b9e

Please sign in to comment.