From 5b81e6598e98cd2fcc708af258b0f19495f0a14a Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Mon, 27 Feb 2023 08:57:36 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.49.2 --- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- packaging/deb-v2/debian/changelog | 17 +++++++++++++++++ ...49.1.orig.tar.gz => mkr_0.49.2.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.1.orig.tar.gz => mkr_0.49.2.orig.tar.gz} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb3e4f9..a27dab48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.49.2 (2023-02-27) + +* Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 #550 (dependabot[bot]) +* Bump golang.org/x/net from 0.6.0 to 0.7.0 #549 (dependabot[bot]) +* Bump actions/checkout from 2 to 3 #548 (dependabot[bot]) +* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 #547 (dependabot[bot]) +* Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 #546 (dependabot[bot]) +* Bump docker/build-push-action from 3 to 4 #542 (dependabot[bot]) + + ## 0.49.1 (2023-02-15) * Bump alpine from 3.17.1 to 3.17.2 #544 (dependabot[bot]) diff --git a/Makefile b/Makefile index 8cc35b45..eccc5faf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := mkr -VERSION := 0.49.1 +VERSION := 0.49.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 507aa639..5dcc1f25 100644 --- a/packaging/deb-v2/debian/changelog +++ b/packaging/deb-v2/debian/changelog @@ -1,3 +1,20 @@ +mkr (0.49.2-1.v2) stable; urgency=low + + * Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot]) + + * Bump golang.org/x/net from 0.6.0 to 0.7.0 (by dependabot[bot]) + + * Bump actions/checkout from 2 to 3 (by dependabot[bot]) + + * Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot]) + + * Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 (by dependabot[bot]) + + * Bump docker/build-push-action from 3 to 4 (by dependabot[bot]) + + + -- mackerel Mon, 27 Feb 2023 08:57:35 +0000 + mkr (0.49.1-1.v2) stable; urgency=low * Bump alpine from 3.17.1 to 3.17.2 (by dependabot[bot]) diff --git a/packaging/mkr_0.49.1.orig.tar.gz b/packaging/mkr_0.49.2.orig.tar.gz similarity index 100% rename from packaging/mkr_0.49.1.orig.tar.gz rename to packaging/mkr_0.49.2.orig.tar.gz diff --git a/packaging/rpm/mkr-v2.spec b/packaging/rpm/mkr-v2.spec index 5601ed30..221803c8 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 +* Mon Feb 27 2023 - 0.49.2 +- Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot]) +- Bump golang.org/x/net from 0.6.0 to 0.7.0 (by dependabot[bot]) +- Bump actions/checkout from 2 to 3 (by dependabot[bot]) +- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 (by dependabot[bot]) +- Bump docker/build-push-action from 3 to 4 (by dependabot[bot]) + * 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]) diff --git a/packaging/rpm/mkr.spec b/packaging/rpm/mkr.spec index 39d0c35f..27d5a224 100644 --- a/packaging/rpm/mkr.spec +++ b/packaging/rpm/mkr.spec @@ -41,6 +41,14 @@ rm -f %{buildroot}%{_bindir}/${name} %{_localbindir}/%{name} %changelog +* Mon Feb 27 2023 - 0.49.2 +- Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (by dependabot[bot]) +- Bump golang.org/x/net from 0.6.0 to 0.7.0 (by dependabot[bot]) +- Bump actions/checkout from 2 to 3 (by dependabot[bot]) +- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot]) +- Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 (by dependabot[bot]) +- Bump docker/build-push-action from 3 to 4 (by dependabot[bot]) + * 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]) diff --git a/version.go b/version.go index 5c049e24..32fc512d 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package main -const version = "0.49.1" +const version = "0.49.2" var gitcommit string