Skip to content

Commit

Permalink
Merge pull request #559 from mackerelio/bump-version-0.49.3
Browse files Browse the repository at this point in the history
Release version 0.49.3
  • Loading branch information
mechairoi committed Apr 12, 2023
2 parents c66580f + f929c24 commit b077433
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## 0.49.3 (2023-04-12)

* Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 #558 (dependabot[bot])
* Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 #557 (dependabot[bot])
* Bump alpine from 3.17.2 to 3.17.3 #556 (dependabot[bot])
* Bump github.com/fatih/color from 1.14.1 to 1.15.0 #554 (dependabot[bot])
* Bump github.com/itchyny/gojq from 0.12.11 to 0.12.12 #552 (dependabot[bot])


## 0.49.2 (2023-02-27)

* Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 #550 (dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.49.2
VERSION := 0.49.3
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

Expand Down
15 changes: 15 additions & 0 deletions packaging/deb-v2/debian/changelog
@@ -1,3 +1,18 @@
mkr (0.49.3-1.v2) stable; urgency=low

* Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/558>
* Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/557>
* Bump alpine from 3.17.2 to 3.17.3 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/556>
* Bump github.com/fatih/color from 1.14.1 to 1.15.0 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/554>
* Bump github.com/itchyny/gojq from 0.12.11 to 0.12.12 (by dependabot[bot])
<https://github.com/mackerelio/mkr/pull/552>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 12 Apr 2023 05:39:19 +0000

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])
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions packaging/rpm/mkr-v2.spec
Expand Up @@ -35,6 +35,13 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Wed Apr 12 2023 <mackerel-developers@hatena.ne.jp> - 0.49.3
- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
- Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (by dependabot[bot])
- Bump alpine from 3.17.2 to 3.17.3 (by dependabot[bot])
- Bump github.com/fatih/color from 1.14.1 to 1.15.0 (by dependabot[bot])
- Bump github.com/itchyny/gojq from 0.12.11 to 0.12.12 (by dependabot[bot])

* 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])
Expand Down
7 changes: 7 additions & 0 deletions packaging/rpm/mkr.spec
Expand Up @@ -41,6 +41,13 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Wed Apr 12 2023 <mackerel-developers@hatena.ne.jp> - 0.49.3
- Bump github.com/mackerelio/mackerel-client-go from 0.24.0 to 0.25.0 (by dependabot[bot])
- Bump golang.org/x/oauth2 from 0.5.0 to 0.7.0 (by dependabot[bot])
- Bump alpine from 3.17.2 to 3.17.3 (by dependabot[bot])
- Bump github.com/fatih/color from 1.14.1 to 1.15.0 (by dependabot[bot])
- Bump github.com/itchyny/gojq from 0.12.11 to 0.12.12 (by dependabot[bot])

* 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])
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.49.2"
const version = "0.49.3"

var gitcommit string

0 comments on commit b077433

Please sign in to comment.