From 9ff7cc2b92d187a7d5342bb7ac09ef64e38acfae Mon Sep 17 00:00:00 2001 From: susisu Date: Wed, 2 Oct 2019 06:57:36 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.39.2 --- CHANGELOG.md | 12 ++++++++++ Makefile | 2 +- packaging/deb-v2/debian/changelog | 21 ++++++++++++++++++ packaging/deb/debian/changelog | 21 ++++++++++++++++++ ...9.1.orig.tar.gz => mkr_0.39.2.orig.tar.gz} | Bin packaging/rpm/mkr-v2.spec | 10 +++++++++ packaging/rpm/mkr.spec | 10 +++++++++ version.go | 2 +- 8 files changed, 76 insertions(+), 2 deletions(-) rename packaging/{mkr_0.39.1.orig.tar.gz => mkr_0.39.2.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index e963e689..0b52b8a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.39.2 (2019-10-02) + +* Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 #234 (dependabot-preview[bot]) +* Bump github.com/urfave/cli from 1.22.0 to 1.22.1 #230 (dependabot-preview[bot]) +* Bump github.com/mackerelio/mackerel-agent from 0.62.1 to 0.63.0 #227 (dependabot-preview[bot]) +* Bump github.com/mackerelio/mackerel-client-go from 0.7.0 to 0.8.0 #229 (dependabot-preview[bot]) +* Bump github.com/mackerelio/mackerel-client-go from 0.6.0 to 0.7.0 #224 (dependabot-preview[bot]) +* Bump github.com/urfave/cli from 1.21.0 to 1.22.0 #225 (dependabot-preview[bot]) +* Bump github.com/mackerelio/mackerel-agent from 0.62.0 to 0.62.1 #223 (dependabot-preview[bot]) +* Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 #221 (dependabot-preview[bot]) + + ## 0.39.1 (2019-08-29) * rename gopkg.in/urfave/cli.v1 -> github.com/urfave/cli #220 (lufia) diff --git a/Makefile b/Makefile index fd9afbd3..8c8139cd 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := mkr -VERSION := 0.39.1 +VERSION := 0.39.2 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 fd6d5ed9..036fd732 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,24 @@ +mkr (0.39.2-1.v2) stable; urgency=low + + * Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (by dependabot-preview[bot]) + + * Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.62.1 to 0.63.0 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-client-go from 0.7.0 to 0.8.0 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-client-go from 0.6.0 to 0.7.0 (by dependabot-preview[bot]) + + * Bump github.com/urfave/cli from 1.21.0 to 1.22.0 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.62.0 to 0.62.1 (by dependabot-preview[bot]) + + * Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot]) + + + -- mackerel Wed, 02 Oct 2019 06:57:36 +0000 + mkr (0.39.1-1.v2) stable; urgency=low * rename gopkg.in/urfave/cli.v1 -> github.com/urfave/cli (by lufia) diff --git a/packaging/deb/debian/changelog b/packaging/deb/debian/changelog index d5a59e55..f9e0eb6f 100644 --- a/packaging/deb/debian/changelog +++ b/packaging/deb/debian/changelog @@ -1,3 +1,24 @@ +mkr (0.39.2-1) stable; urgency=low + + * Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (by dependabot-preview[bot]) + + * Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.62.1 to 0.63.0 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-client-go from 0.7.0 to 0.8.0 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-client-go from 0.6.0 to 0.7.0 (by dependabot-preview[bot]) + + * Bump github.com/urfave/cli from 1.21.0 to 1.22.0 (by dependabot-preview[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.62.0 to 0.62.1 (by dependabot-preview[bot]) + + * Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot]) + + + -- mackerel Wed, 02 Oct 2019 06:57:36 +0000 + mkr (0.39.1-1) stable; urgency=low * rename gopkg.in/urfave/cli.v1 -> github.com/urfave/cli (by lufia) diff --git a/packaging/mkr_0.39.1.orig.tar.gz b/packaging/mkr_0.39.2.orig.tar.gz similarity index 100% rename from packaging/mkr_0.39.1.orig.tar.gz rename to packaging/mkr_0.39.2.orig.tar.gz diff --git a/packaging/rpm/mkr-v2.spec b/packaging/rpm/mkr-v2.spec index 10ba4d00..0ed8f88a 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 Oct 02 2019 - 0.39.2 +- Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (by dependabot-preview[bot]) +- Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.62.1 to 0.63.0 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-client-go from 0.7.0 to 0.8.0 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-client-go from 0.6.0 to 0.7.0 (by dependabot-preview[bot]) +- Bump github.com/urfave/cli from 1.21.0 to 1.22.0 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.62.0 to 0.62.1 (by dependabot-preview[bot]) +- Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot]) + * Thu Aug 29 2019 - 0.39.1 - rename gopkg.in/urfave/cli.v1 -> github.com/urfave/cli (by lufia) - Bump github.com/mackerelio/mackerel-agent from 0.61.1 to 0.62.0 (by dependabot-preview[bot]) diff --git a/packaging/rpm/mkr.spec b/packaging/rpm/mkr.spec index af1d3d14..7a4ffd04 100644 --- a/packaging/rpm/mkr.spec +++ b/packaging/rpm/mkr.spec @@ -42,6 +42,16 @@ rm -f %{buildroot}%{_bindir}/${name} %{_localbindir}/%{name} %changelog +* Wed Oct 02 2019 - 0.39.2 +- Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (by dependabot-preview[bot]) +- Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.62.1 to 0.63.0 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-client-go from 0.7.0 to 0.8.0 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-client-go from 0.6.0 to 0.7.0 (by dependabot-preview[bot]) +- Bump github.com/urfave/cli from 1.21.0 to 1.22.0 (by dependabot-preview[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.62.0 to 0.62.1 (by dependabot-preview[bot]) +- Bump github.com/stretchr/testify from 1.3.0 to 1.4.0 (by dependabot-preview[bot]) + * Thu Aug 29 2019 - 0.39.1 - rename gopkg.in/urfave/cli.v1 -> github.com/urfave/cli (by lufia) - Bump github.com/mackerelio/mackerel-agent from 0.61.1 to 0.62.0 (by dependabot-preview[bot]) diff --git a/version.go b/version.go index 082d4877..f4856652 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.39.1" +const version = "0.39.2" var gitcommit string