Skip to content

Commit 2b5f443

Browse files
authored
Merge pull request #262 from riemann/release
Release 1.8.0
2 parents 825f4ae + 61fa521 commit 2b5f443

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [v1.8.0](https://github.com/riemann/riemann-tools/tree/v1.8.0) (2023-02-01)
4+
5+
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.7.1...v1.8.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Send events in bulk when they are stacking [\#261](https://github.com/riemann/riemann-tools/pull/261) ([smortex](https://github.com/smortex))
10+
311
## [v1.7.1](https://github.com/riemann/riemann-tools/tree/v1.7.1) (2023-01-12)
412

513
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.7.0...v1.7.1)
@@ -378,7 +386,7 @@
378386

379387
**Merged pull requests:**
380388

381-
- Update FreeBSD load average for 1 min [\#79](https://github.com/riemann/riemann-tools/pull/79) ([xaque208](https://github.com/xaque208))
389+
- Update FreeBSD load average for 1 min [\#79](https://github.com/riemann/riemann-tools/pull/79) ([zachfi](https://github.com/zachfi))
382390
- Added riemann-varnish collector script [\#77](https://github.com/riemann/riemann-tools/pull/77) ([pradeepchhetri](https://github.com/pradeepchhetri))
383391
- allow dashes in diskstats volume names to support lvm volumes like "dm-0" [\#75](https://github.com/riemann/riemann-tools/pull/75) ([cmerrick](https://github.com/cmerrick))
384392
- rieman-tools aws billing [\#74](https://github.com/riemann/riemann-tools/pull/74) ([jespada](https://github.com/jespada))

lib/riemann/tools/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Riemann
44
module Tools # :nodoc:
5-
VERSION = '1.7.1'
5+
VERSION = '1.8.0'
66
end
77
end

0 commit comments

Comments
 (0)