Skip to content

Commit 696077d

Browse files
authored
Merge pull request #372 from mackerelio/bump-version-0.11.1
Release version 0.11.1
2 parents bc0be42 + 076f365 commit 696077d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.11.1 (2024-04-23)
4+
5+
* Bump github.com/aws/aws-sdk-go from 1.44.58 to 1.51.26 #371 (dependabot[bot])
6+
* Bump github.com/docker/docker from 24.0.9+incompatible to 26.1.0+incompatible #370 (dependabot[bot])
7+
* Bump golang.org/x/net from 0.17.0 to 0.23.0 #364 (dependabot[bot])
8+
* Update base image, some libraries. #360 (yseto)
9+
* Bump golang.org/x/sync from 0.0.0-20220722155255-886fb9371eb4 to 0.7.0 #357 (dependabot[bot])
10+
* Bump github.com/shirou/gopsutil/v3 from 3.24.2 to 3.24.3 #355 (dependabot[bot])
11+
* Bump github.com/docker/docker from 20.10.23+incompatible to 24.0.9+incompatible #350 (dependabot[bot])
12+
* Bump actions/cache from 3 to 4 #342 (dependabot[bot])
13+
* Bump actions/checkout from 3 to 4 #341 (dependabot[bot])
14+
* Bump docker/login-action from 2 to 3 #340 (dependabot[bot])
15+
* Bump docker/setup-qemu-action from 2 to 3 #339 (dependabot[bot])
16+
* Bump golangci/golangci-lint-action from 3 to 4 #338 (dependabot[bot])
17+
* Bump github.com/mackerelio/go-osstat from 0.2.3 to 0.2.4 #299 (dependabot[bot])
18+
19+
320
## 0.11.0 (2024-04-09)
421

522
* Set `displayName`, `memo` via agent #354 (mkadokawa-idcf)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BIN := mackerel-container-agent
2-
VERSION := 0.11.0
2+
VERSION := 0.11.1
33
REVISION := $(shell git rev-parse --short HEAD)
44

55
.PHONY: all

0 commit comments

Comments
 (0)