diff --git a/CHANGELOG.md b/CHANGELOG.md index f035f2fa..ceab4ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.46.6 (2022-05-26) + +* Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.2 #460 (dependabot[bot]) +* Bump github.com/Songmu/goxz from 0.8.1 to 0.8.2 #456 (dependabot[bot]) +* Bump github.com/urfave/cli from 1.22.5 to 1.22.9 #455 (dependabot[bot]) +* [ci] Fix: Input 'job-number' has been deprecated with message: use flag-name instead #452 (ne-sachirou) +* Bump github.com/mackerelio/mackerel-agent from 0.72.8 to 0.72.11 #451 (dependabot[bot]) + + ## 0.46.5 (2022-03-30) * Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 #445 (dependabot[bot]) diff --git a/Makefile b/Makefile index 7179a414..00a1202f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := mkr -VERSION := 0.46.5 +VERSION := 0.46.6 CURRENT_REVISION := $(shell git rev-parse --short HEAD) BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)" diff --git a/packaging/deb-v2/debian/changelog b/packaging/deb-v2/debian/changelog index 2e811701..2506c784 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,18 @@ +mkr (0.46.6-1.v2) stable; urgency=low + + * Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.2 (by dependabot[bot]) + + * Bump github.com/Songmu/goxz from 0.8.1 to 0.8.2 (by dependabot[bot]) + + * Bump github.com/urfave/cli from 1.22.5 to 1.22.9 (by dependabot[bot]) + + * [ci] Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou) + + * Bump github.com/mackerelio/mackerel-agent from 0.72.8 to 0.72.11 (by dependabot[bot]) + + + -- mackerel Thu, 26 May 2022 02:29:13 +0000 + mkr (0.46.5-1.v2) stable; urgency=low * Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 (by dependabot[bot]) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index e64ee4b6..4dfe18db 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,18 @@ +mkr (0.46.6-1) stable; urgency=low + + * Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.2 (by dependabot[bot]) + + * Bump github.com/Songmu/goxz from 0.8.1 to 0.8.2 (by dependabot[bot]) + + * Bump github.com/urfave/cli from 1.22.5 to 1.22.9 (by dependabot[bot]) + + * [ci] Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou) + + * Bump github.com/mackerelio/mackerel-agent from 0.72.8 to 0.72.11 (by dependabot[bot]) + + + -- mackerel Thu, 26 May 2022 02:29:13 +0000 + mkr (0.46.5-1) stable; urgency=low * Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 (by dependabot[bot]) diff --git a/packaging/mkr_0.46.5.orig.tar.gz b/packaging/mkr_0.46.6.orig.tar.gz similarity index 100% rename from packaging/mkr_0.46.5.orig.tar.gz rename to packaging/mkr_0.46.6.orig.tar.gz diff --git a/packaging/rpm/mkr-v2.spec b/packaging/rpm/mkr-v2.spec index 2209c02d..262e6113 100644 --- a/packaging/rpm/mkr-v2.spec +++ b/packaging/rpm/mkr-v2.spec @@ -35,6 +35,13 @@ rm -f %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Thu May 26 2022 - 0.46.6 +- Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.2 (by dependabot[bot]) +- Bump github.com/Songmu/goxz from 0.8.1 to 0.8.2 (by dependabot[bot]) +- Bump github.com/urfave/cli from 1.22.5 to 1.22.9 (by dependabot[bot]) +- [ci] Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou) +- Bump github.com/mackerelio/mackerel-agent from 0.72.8 to 0.72.11 (by dependabot[bot]) + * Wed Mar 30 2022 - 0.46.5 - Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 (by dependabot[bot]) - Bump github.com/golangci/golangci-lint from 1.44.2 to 1.45.0 (by dependabot[bot]) diff --git a/packaging/rpm/mkr.spec b/packaging/rpm/mkr.spec index 48b122ad..16474def 100644 --- a/packaging/rpm/mkr.spec +++ b/packaging/rpm/mkr.spec @@ -41,6 +41,13 @@ rm -f %{buildroot}%{_bindir}/${name} %{_localbindir}/%{name} %changelog +* Thu May 26 2022 - 0.46.6 +- Bump github.com/golangci/golangci-lint from 1.45.2 to 1.46.2 (by dependabot[bot]) +- Bump github.com/Songmu/goxz from 0.8.1 to 0.8.2 (by dependabot[bot]) +- Bump github.com/urfave/cli from 1.22.5 to 1.22.9 (by dependabot[bot]) +- [ci] Fix: Input 'job-number' has been deprecated with message: use flag-name instead (by ne-sachirou) +- Bump github.com/mackerelio/mackerel-agent from 0.72.8 to 0.72.11 (by dependabot[bot]) + * Wed Mar 30 2022 - 0.46.5 - Bump github.com/golangci/golangci-lint from 1.45.0 to 1.45.2 (by dependabot[bot]) - Bump github.com/golangci/golangci-lint from 1.44.2 to 1.45.0 (by dependabot[bot]) diff --git a/version.go b/version.go index 40ab8ee6..78c386f7 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.46.5" +const version = "0.46.6" var gitcommit string