Skip to content

Commit

Permalink
Merge pull request #665 from mackerelio/bump-version-0.59.0
Browse files Browse the repository at this point in the history
Release version 0.59.0
  • Loading branch information
rmatsuoka authored Nov 26, 2024
2 parents dab5bc0 + 0b51179 commit d218306
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.59.0 (2024-11-26)

* Support query monitorings #664 (rmatsuoka)
* fix unintentionally return in validateRules #663 (rmatsuoka)


## 0.58.0 (2024-06-12)

* Bump the stable-packages group with 3 updates #651 (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.58.0
VERSION := 0.59.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"
export CGO_ENABLED := 0
Expand Down
9 changes: 9 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mkr (0.59.0-1.v2) stable; urgency=low

* Support query monitorings (by rmatsuoka)
<https://github.com/mackerelio/mkr/pull/664>
* fix unintentionally return in validateRules (by rmatsuoka)
<https://github.com/mackerelio/mkr/pull/663>

-- mackerel <[email protected]> Tue, 26 Nov 2024 06:13:27 +0000

mkr (0.58.0-1.v2) stable; urgency=low

* Bump the stable-packages group with 3 updates (by dependabot[bot])
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Tue Nov 26 2024 <[email protected]> - 0.59.0
- Support query monitorings (by rmatsuoka)
- fix unintentionally return in validateRules (by rmatsuoka)

* Wed Jun 12 2024 <[email protected]> - 0.58.0
- Bump the stable-packages group with 3 updates (by dependabot[bot])
- Update Go and dependencies (by lufia)
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.58.0"
const version = "0.59.0"

var gitcommit string

0 comments on commit d218306

Please sign in to comment.