diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ab316a..fe422eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.39.6 (2020-01-22) + +* Bump github.com/pkg/errors from 0.8.1 to 0.9.1 #262 (dependabot-preview[bot]) +* Bump alpine from 3.11.2 to 3.11.3 #264 (dependabot-preview[bot]) +* Stop using alias imports for mackerel-client-go for simplicity #263 (stefafafan) +* Bump github.com/fatih/color from 1.8.0 to 1.9.0 #258 (dependabot-preview[bot]) +* Bump github.com/fatih/color from 1.7.0 to 1.8.0 #257 (dependabot-preview[bot]) +* Bump alpine from 3.11.0 to 3.11.2 #255 (dependabot-preview[bot]) +* Bump alpine from 3.10.3 to 3.11.0 #254 (dependabot-preview[bot]) +* Bump github.com/mackerelio/mackerel-agent from 0.64.1 to 0.65.0 #252 (dependabot-preview[bot]) + + ## 0.39.5 (2019-12-05) * Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 #244 (dependabot-preview[bot]) diff --git a/Makefile b/Makefile index 9378ee27..f31e8ce6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := mkr -VERSION := 0.39.5 +VERSION := 0.39.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 0807713e..c3cf8fa9 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,24 @@ +mkr (0.39.6-1.v2) stable; urgency=low + + * Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot]) + + * Bump alpine from 3.11.2 to 3.11.3 (by dependabot-preview[bot]) + + * Stop using alias imports for mackerel-client-go for simplicity (by stefafafan) + + * Bump github.com/fatih/color from 1.8.0 to 1.9.0 (by dependabot-preview[bot]) + + * Bump github.com/fatih/color from 1.7.0 to 1.8.0 (by dependabot-preview[bot]) + + * Bump alpine from 3.11.0 to 3.11.2 (by dependabot-preview[bot]) + + * Bump alpine from 3.10.3 to 3.11.0 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.64.1 to 0.65.0 (by dependabot-preview[bot]) + + + -- mackerel Wed, 22 Jan 2020 07:19:36 +0000 + mkr (0.39.5-1.v2) stable; urgency=low * Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (by dependabot-preview[bot]) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index 58c7e162..4d1d98d8 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,24 @@ +mkr (0.39.6-1) stable; urgency=low + + * Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot]) + + * Bump alpine from 3.11.2 to 3.11.3 (by dependabot-preview[bot]) + + * Stop using alias imports for mackerel-client-go for simplicity (by stefafafan) + + * Bump github.com/fatih/color from 1.8.0 to 1.9.0 (by dependabot-preview[bot]) + + * Bump github.com/fatih/color from 1.7.0 to 1.8.0 (by dependabot-preview[bot]) + + * Bump alpine from 3.11.0 to 3.11.2 (by dependabot-preview[bot]) + + * Bump alpine from 3.10.3 to 3.11.0 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.64.1 to 0.65.0 (by dependabot-preview[bot]) + + + -- mackerel Wed, 22 Jan 2020 07:19:36 +0000 + mkr (0.39.5-1) stable; urgency=low * Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (by dependabot-preview[bot]) diff --git a/packaging/mkr_0.39.5.orig.tar.gz b/packaging/mkr_0.39.6.orig.tar.gz similarity index 100% rename from packaging/mkr_0.39.5.orig.tar.gz rename to packaging/mkr_0.39.6.orig.tar.gz diff --git a/packaging/rpm/mkr-v2.spec b/packaging/rpm/mkr-v2.spec index d956f33c..837a094f 100644 --- a/packaging/rpm/mkr-v2.spec +++ b/packaging/rpm/mkr-v2.spec @@ -36,6 +36,16 @@ rm -f %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Wed Jan 22 2020 - 0.39.6 +- Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot]) +- Bump alpine from 3.11.2 to 3.11.3 (by dependabot-preview[bot]) +- Stop using alias imports for mackerel-client-go for simplicity (by stefafafan) +- Bump github.com/fatih/color from 1.8.0 to 1.9.0 (by dependabot-preview[bot]) +- Bump github.com/fatih/color from 1.7.0 to 1.8.0 (by dependabot-preview[bot]) +- Bump alpine from 3.11.0 to 3.11.2 (by dependabot-preview[bot]) +- Bump alpine from 3.10.3 to 3.11.0 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.64.1 to 0.65.0 (by dependabot-preview[bot]) + * Thu Dec 05 2019 - 0.39.5 - Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (by dependabot-preview[bot]) - Bump github.com/Songmu/prompter from 0.2.0 to 0.3.0 (by dependabot-preview[bot]) diff --git a/packaging/rpm/mkr.spec b/packaging/rpm/mkr.spec index 6469d4ae..49d8b11b 100644 --- a/packaging/rpm/mkr.spec +++ b/packaging/rpm/mkr.spec @@ -42,6 +42,16 @@ rm -f %{buildroot}%{_bindir}/${name} %{_localbindir}/%{name} %changelog +* Wed Jan 22 2020 - 0.39.6 +- Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot]) +- Bump alpine from 3.11.2 to 3.11.3 (by dependabot-preview[bot]) +- Stop using alias imports for mackerel-client-go for simplicity (by stefafafan) +- Bump github.com/fatih/color from 1.8.0 to 1.9.0 (by dependabot-preview[bot]) +- Bump github.com/fatih/color from 1.7.0 to 1.8.0 (by dependabot-preview[bot]) +- Bump alpine from 3.11.0 to 3.11.2 (by dependabot-preview[bot]) +- Bump alpine from 3.10.3 to 3.11.0 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.64.1 to 0.65.0 (by dependabot-preview[bot]) + * Thu Dec 05 2019 - 0.39.5 - Bump gopkg.in/yaml.v2 from 2.2.5 to 2.2.7 (by dependabot-preview[bot]) - Bump github.com/Songmu/prompter from 0.2.0 to 0.3.0 (by dependabot-preview[bot]) diff --git a/version.go b/version.go index 1d45a91e..d5402633 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.39.5" +const version = "0.39.6" var gitcommit string