Skip to content

Commit

Permalink
Merge pull request #551 from mackerelio/bump-version-0.49.2
Browse files Browse the repository at this point in the history
Release version 0.49.2
  • Loading branch information
lufia committed Feb 27, 2023
2 parents 8a7d786 + 5b81e65 commit 865c976
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)"

Expand Down
17 changes: 17 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -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])
<https://github.com/mackerelio/mkr/pull/550>
* Bump golang.org/x/net from 0.6.0 to 0.7.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/549>
* Bump actions/checkout from 2 to 3 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/548>
* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/547>
* Bump github.com/mackerelio/mackerel-agent from 0.75.0 to 0.75.1 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/546>
* Bump docker/build-push-action from 3 to 4 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/542>

-- mackerel <mackerel-developers@hatena.ne.jp> 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])
Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Mon Feb 27 2023 <mackerel-developers@hatena.ne.jp> - 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 <mackerel-developers@hatena.ne.jp> - 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])
Expand Down
8 changes: 8 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Mon Feb 27 2023 <mackerel-developers@hatena.ne.jp> - 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 <mackerel-developers@hatena.ne.jp> - 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])
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const version = "0.49.1"
const version = "0.49.2"

var gitcommit string

0 comments on commit 865c976

Please sign in to comment.