Skip to content

Commit

Permalink
Merge pull request #130 from mackerelio/bump-version-0.5.3
Browse files Browse the repository at this point in the history
Release version 0.5.3
  • Loading branch information
susisu authored Mar 16, 2022
2 parents 3edc67e + 828c43c commit 3e4e98d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.5.3 (2022-03-15)

* Bump github.com/docker/docker from 20.10.12+incompatible to 20.10.13+incompatible #129 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.43.7 to 1.43.17 #128 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.36.0 to 1.43.7 #126 (dependabot[bot])
* Bump k8s.io/kubelet from 0.23.3 to 0.23.4 #124 (dependabot[bot])
* Update github.com/docker/docker, github.com/mackerelio/go-osstat, github.com/mackerelio/golib #119 (yseto)
* Remove dependency amazon-ecs-agent #117 (yseto)


## 0.5.2 (2022-02-02)

* use k8s.io/kubelet #113 (yseto)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN := mackerel-container-agent
VERSION := 0.5.2
VERSION := 0.5.3
REVISION := $(shell git rev-parse --short HEAD)

export GO111MODULE=on
Expand Down

0 comments on commit 3e4e98d

Please sign in to comment.