Skip to content

Commit

Permalink
Merge pull request #1176 from mackerelio/bump-version-0.82.1
Browse files Browse the repository at this point in the history
Release version 0.82.1
  • Loading branch information
ne-sachirou committed Apr 24, 2024
2 parents 9d24223 + 6c4c60f commit 92751c4
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.82.1 (2024-04-23)

* Bump github.com/aws/aws-sdk-go from 1.45.11 to 1.51.26 #1175 (dependabot[bot])
* Bump golang.org/x/net from 0.7.0 to 0.23.0 in /mackerel-plugin-gcp-compute-engine #1172 (dependabot[bot])
* Bump github.com/docker/docker from 23.0.1+incompatible to 24.0.9+incompatible #1163 (dependabot[bot])
* Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /mackerel-plugin-gcp-compute-engine #1160 (dependabot[bot])
* Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 in /mackerel-plugin-murmur #1159 (dependabot[bot])
* Bump github.com/redis/go-redis/v9 from 9.1.0 to 9.5.1 #1148 (dependabot[bot])
* Bump github.com/opencontainers/runc from 1.1.2 to 1.1.12 #1147 (dependabot[bot])
* Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 #1143 (dependabot[bot])
* Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in /mackerel-plugin-mongodb #1142 (dependabot[bot])
* Bump google.golang.org/grpc from 1.51.0 to 1.56.3 in /mackerel-plugin-gcp-compute-engine #1125 (dependabot[bot])
* Bump github.com/go-redis/redismock/v9 from 9.0.3 to 9.2.0 #1122 (dependabot[bot])
* Bump github.com/jarcoal/httpmock from 1.3.0 to 1.3.1 #1111 (dependabot[bot])


## 0.82.0 (2024-04-05)

* add STRING number support #1166 (kmuto)
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.0
VERSION = 0.82.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.82.0"
const version = "0.82.1"

var gitcommit string

Expand Down
29 changes: 29 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
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])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1175>
* Bump golang.org/x/net from 0.7.0 to 0.23.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1172>
* Bump github.com/docker/docker from 23.0.1+incompatible to 24.0.9+incompatible (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1163>
* Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1160>
* Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 in /mackerel-plugin-murmur (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1159>
* Bump github.com/redis/go-redis/v9 from 9.1.0 to 9.5.1 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1148>
* Bump github.com/opencontainers/runc from 1.1.2 to 1.1.12 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1147>
* Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1143>
* Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in /mackerel-plugin-mongodb (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1142>
* Bump google.golang.org/grpc from 1.51.0 to 1.56.3 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1125>
* Bump github.com/go-redis/redismock/v9 from 9.0.3 to 9.2.0 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1122>
* Bump github.com/jarcoal/httpmock from 1.3.0 to 1.3.1 (by dependabot[bot])
<https://github.com/mackerelio/mackerel-agent-plugins/pull/1111>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 23 Apr 2024 09:56:25 +0000

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

* add STRING number support (by kmuto)
Expand Down
14 changes: 14 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,20 @@ done
%{__targetdir}/*

%changelog
* Tue Apr 23 2024 <mackerel-developers@hatena.ne.jp> - 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])
- Bump github.com/docker/docker from 23.0.1+incompatible to 24.0.9+incompatible (by dependabot[bot])
- Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])
- Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 in /mackerel-plugin-murmur (by dependabot[bot])
- Bump github.com/redis/go-redis/v9 from 9.1.0 to 9.5.1 (by dependabot[bot])
- Bump github.com/opencontainers/runc from 1.1.2 to 1.1.12 (by dependabot[bot])
- Bump github.com/containerd/containerd from 1.6.18 to 1.6.26 (by dependabot[bot])
- Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 in /mackerel-plugin-mongodb (by dependabot[bot])
- Bump google.golang.org/grpc from 1.51.0 to 1.56.3 in /mackerel-plugin-gcp-compute-engine (by dependabot[bot])
- Bump github.com/go-redis/redismock/v9 from 9.0.3 to 9.2.0 (by dependabot[bot])
- Bump github.com/jarcoal/httpmock from 1.3.0 to 1.3.1 (by dependabot[bot])

* Fri Apr 5 2024 <mackerel-developers@hatena.ne.jp> - 0.82.0
- add STRING number support (by kmuto)
- Allow mackerel-plugin-redis to specify username (by mkadokawa-idcf)
Expand Down

0 comments on commit 92751c4

Please sign in to comment.