Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 0.11.2 #415

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.11.2 (2025-01-28)

* Bump github.com/docker/docker from 26.1.0+incompatible to 26.1.5+incompatible #414 (dependabot[bot])
* Bump golang.org/x/net from 0.23.0 to 0.33.0 #413 (dependabot[bot])
* Bump github.com/aws/aws-sdk-go from 1.51.26 to 1.54.20 #411 (dependabot[bot])
* Bump github.com/mackerelio/mackerel-client-go from 0.31.0 to 0.34.0 #410 (dependabot[bot])
* Bump docker/build-push-action from 5 to 6 #401 (dependabot[bot])
* Bump github.com/mackerelio/go-osstat from 0.2.4 to 0.2.5 #393 (dependabot[bot])
* Bump github.com/shirou/gopsutil/v3 from 3.24.3 to 3.24.5 #391 (dependabot[bot])
* Bump golangci/golangci-lint-action from 4 to 6 #382 (dependabot[bot])
* replace deprecated apt-key command on Dockerfile #379 (Arthur1)
* Bump docker/setup-buildx-action from 2 to 3 #375 (dependabot[bot])


## 0.11.1 (2024-04-23)

* Bump github.com/aws/aws-sdk-go from 1.44.58 to 1.51.26 #371 (dependabot[bot])
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.11.1
VERSION := 0.11.2
REVISION := $(shell git rev-parse --short HEAD)

.PHONY: all
Expand Down
Loading