File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
20
## 0.11.0 (2024-04-09)
4
21
5
22
* Set ` displayName ` , ` memo ` via agent #354 (mkadokawa-idcf)
Original file line number Diff line number Diff line change 1
1
BIN := mackerel-container-agent
2
- VERSION := 0.11.0
2
+ VERSION := 0.11.1
3
3
REVISION := $(shell git rev-parse --short HEAD)
4
4
5
5
.PHONY : all
You can’t perform that action at this time.
0 commit comments