Skip to content

Commit

Permalink
Merge pull request #81 from mackerelio/bump-version-0.5.0
Browse files Browse the repository at this point in the history
Release version 0.5.0
  • Loading branch information
astj authored Nov 18, 2020
2 parents 363b586 + 75ea5f8 commit e1a219c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.0 (2020-10-27)

* [Kubernetes] Retrieve node CPU/memory capacity from local information, not from kubelet /spec #80 (astj)
* add dependent: gobump #74 (lufia)


## 0.4.0 (2020-07-16)

* disable HTTP/2 #73 (lufia)
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.4.0
VERSION := 0.5.0
REVISION := $(shell git rev-parse --short HEAD)

export GO111MODULE=on
Expand Down

0 comments on commit e1a219c

Please sign in to comment.