From e4ccaf3d67a7cece12172b2f9a4c54dabbc70051 Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Wed, 15 Feb 2023 03:42:56 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.49.1 --- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- packaging/deb-v2/debian/changelog | 17 +++++++++++++++++ ...49.0.orig.tar.gz => mkr_0.49.1.orig.tar.gz} | Bin packaging/rpm/mkr-v2.spec | 8 ++++++++ packaging/rpm/mkr.spec | 8 ++++++++ version.go | 2 +- 7 files changed, 45 insertions(+), 2 deletions(-) rename packaging/{mkr_0.49.0.orig.tar.gz => mkr_0.49.1.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5d1ba66..3bb3e4f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.49.1 (2023-02-15) + +* Bump alpine from 3.17.1 to 3.17.2 #544 (dependabot[bot]) +* Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 #543 (dependabot[bot]) +* Bump docker/setup-qemu-action from 1 to 2 #541 (dependabot[bot]) +* Bump actions/download-artifact from 2 to 3 #540 (dependabot[bot]) +* Bump peter-evans/repository-dispatch from 1 to 2 #539 (dependabot[bot]) +* Bump github.com/mackerelio/mackerel-agent from 0.74.1 to 0.75.0 #537 (dependabot[bot]) + + ## 0.49.0 (2023-02-01) * Bump docker/build-push-action from 2 to 3 #535 (dependabot[bot]) diff --git a/Makefile b/Makefile index 2f428dd5..8cc35b45 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := mkr -VERSION := 0.49.0 +VERSION := 0.49.1 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 ea9ecad3..507aa639 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,20 @@ +mkr (0.49.1-1.v2) stable; urgency=low + + * Bump alpine from 3.17.1 to 3.17.2 (by dependabot[bot]) + + * Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 (by dependabot[bot]) + + * Bump docker/setup-qemu-action from 1 to 2 (by dependabot[bot]) + + * Bump actions/download-artifact from 2 to 3 (by dependabot[bot]) + + * Bump peter-evans/repository-dispatch from 1 to 2 (by dependabot[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.74.1 to 0.75.0 (by dependabot[bot]) + + + -- mackerel Wed, 15 Feb 2023 03:42:56 +0000 + mkr (0.49.0-1.v2) stable; urgency=low * Bump docker/build-push-action from 2 to 3 (by dependabot[bot]) diff --git a/packaging/mkr_0.49.0.orig.tar.gz b/packaging/mkr_0.49.1.orig.tar.gz similarity index 100% rename from packaging/mkr_0.49.0.orig.tar.gz rename to packaging/mkr_0.49.1.orig.tar.gz diff --git a/packaging/rpm/mkr-v2.spec b/packaging/rpm/mkr-v2.spec index b4bb0b9c..5601ed30 100644 --- a/packaging/rpm/mkr-v2.spec +++ b/packaging/rpm/mkr-v2.spec @@ -35,6 +35,14 @@ rm -f %{buildroot}%{_bindir}/%{name} %{_bindir}/%{name} %changelog +* Wed Feb 15 2023 - 0.49.1 +- Bump alpine from 3.17.1 to 3.17.2 (by dependabot[bot]) +- Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 (by dependabot[bot]) +- Bump docker/setup-qemu-action from 1 to 2 (by dependabot[bot]) +- Bump actions/download-artifact from 2 to 3 (by dependabot[bot]) +- Bump peter-evans/repository-dispatch from 1 to 2 (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.74.1 to 0.75.0 (by dependabot[bot]) + * Wed Feb 1 2023 - 0.49.0 - Bump docker/build-push-action from 2 to 3 (by dependabot[bot]) - Bump docker/setup-buildx-action from 1 to 2 (by dependabot[bot]) diff --git a/packaging/rpm/mkr.spec b/packaging/rpm/mkr.spec index 1584a09a..39d0c35f 100644 --- a/packaging/rpm/mkr.spec +++ b/packaging/rpm/mkr.spec @@ -41,6 +41,14 @@ rm -f %{buildroot}%{_bindir}/${name} %{_localbindir}/%{name} %changelog +* Wed Feb 15 2023 - 0.49.1 +- Bump alpine from 3.17.1 to 3.17.2 (by dependabot[bot]) +- Bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 (by dependabot[bot]) +- Bump docker/setup-qemu-action from 1 to 2 (by dependabot[bot]) +- Bump actions/download-artifact from 2 to 3 (by dependabot[bot]) +- Bump peter-evans/repository-dispatch from 1 to 2 (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.74.1 to 0.75.0 (by dependabot[bot]) + * Wed Feb 1 2023 - 0.49.0 - Bump docker/build-push-action from 2 to 3 (by dependabot[bot]) - Bump docker/setup-buildx-action from 1 to 2 (by dependabot[bot]) diff --git a/version.go b/version.go index 831efc77..5c049e24 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.49.0" +const version = "0.49.1" var gitcommit string