Skip to content

Commit

Permalink
Merge pull request #337 from mackerelio/bump-version-0.10.0
Browse files Browse the repository at this point in the history
Release version 0.10.0
  • Loading branch information
Arthur1 authored Mar 8, 2024
2 parents 89f8562 + aa5a63a commit c90bcb7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.10.0 (2024-03-08)

* Bump docker/build-push-action from 3 to 5 #335 (dependabot[bot])
* Bump aws-actions/configure-aws-credentials from 1 to 4 #334 (dependabot[bot])
* Bump actions/setup-go from 3 to 5 #333 (dependabot[bot])
* Use Go 1.22 #332 (Arthur1)
* Bump golang.org/x/net from 0.2.0 to 0.17.0 #331 (dependabot[bot])
* Use shirou/gopsutil for getting CPU information #330 (Arthur1)
* Replace interface{} to any #329 (Arthur1)
* Bump github.com/mackerelio/mackerel-client-go from 0.22.0 to 0.24.0 #269 (dependabot[bot])


## 0.9.1 (2023-02-08)

* Remove last year from license header #283 (Arthur1)
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.9.1
VERSION := 0.10.0
REVISION := $(shell git rev-parse --short HEAD)

.PHONY: all
Expand Down

0 comments on commit c90bcb7

Please sign in to comment.