-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #156 from yaacov/bump-v
bump version
- Loading branch information
Showing
4 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
%global shortcommit %(c=%{commit}; echo ${c:0:7}) | ||
|
||
Name: %{repo} | ||
Version: 0.31.1 | ||
Version: 0.32.1 | ||
Release: 1%{?dist} | ||
Summary: Time series metric data storage | ||
License: Apache | ||
|
@@ -47,6 +47,10 @@ install -p -m 0755 ./mohawk %{buildroot}%{_bindir}/mohawk | |
%{_bindir}/mohawk | ||
|
||
%changelog | ||
* Tue Jan 11 2018 Yaacov Zamir <[email protected]> 0.32.1-1 | ||
- Add error handlers to api calls | ||
- Alerts accept a list of metrics or a tags regex | ||
|
||
* Tue Jan 2 2018 Yaacov Zamir <[email protected]> 0.31.1-1 | ||
- Storage default to ASC insdead of DESC | ||
- Default limit changed from 2000 to 20000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ When installed, run using the command line ``mohawk`` | |
```bash | ||
mohawk --version | ||
|
||
Mohawk version: 0.31.1 | ||
Mohawk version: 0.32.1 | ||
``` | ||
|
||
The `-h` flag will print out a help text, that list the command line arguments. | ||
|
@@ -26,7 +26,7 @@ Mohawk is a metric data storage engine that uses a plugin architecture for data | |
storage and a simple REST API as the primary interface. | ||
Version: | ||
0.31.1 | ||
0.32.1 | ||
Author: | ||
Yaacov Zamir <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters