Skip to content

Commit

Permalink
Merge pull request #254 from mackerelio/bump-version-0.8.0
Browse files Browse the repository at this point in the history
Release version 0.8.0
  • Loading branch information
azukiazusa1 authored Nov 16, 2022
2 parents b22f57b + e670c37 commit d9f0859
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.8.0 (2022-11-16)

* container.memory.<name>.usage is WorkingSetBytes #253 (yseto)
* Update k8s.io/api, k8s.io/apimachinery, k8s.io/kubelet #240 (yseto)
* Enable to set LogLevel by environment variable #237 (wafuwafu13)
* Bump github.com/mackerelio/mackerel-client-go from 0.21.2 to 0.22.0 #231 (dependabot[bot])
* Improve `NewPlatform` error messages #227 (wafuwafu13)
* Bump github.com/mackerelio/go-osstat from 0.2.2 to 0.2.3 #203 (dependabot[bot])


## 0.7.2 (2022-09-14)

* enable dependabot for github-actions ecosystem #213 (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.7.2
VERSION := 0.8.0
REVISION := $(shell git rev-parse --short HEAD)

.PHONY: all
Expand Down

0 comments on commit d9f0859

Please sign in to comment.