Skip to content

Commit 265b5e3

Browse files
authored
Merge pull request #258 from riemann/release
Release 1.7.0
2 parents 0e384ae + 0c30b86 commit 265b5e3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [v1.7.0](https://github.com/riemann/riemann-tools/tree/v1.7.0) (2023-01-11)
4+
5+
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.6.0...v1.7.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Override default HTTP User-Agent and make it tuneable [\#257](https://github.com/riemann/riemann-tools/pull/257) ([smortex](https://github.com/smortex))
10+
- Allow opting out of `riemann-http-check` latency state [\#255](https://github.com/riemann/riemann-tools/pull/255) ([smortex](https://github.com/smortex))
11+
- Speed-up `riemann-http-check` with resolver and worker threads [\#254](https://github.com/riemann/riemann-tools/pull/254) ([smortex](https://github.com/smortex))
12+
- Allow mdstat device filtering [\#252](https://github.com/riemann/riemann-tools/pull/252) ([smortex](https://github.com/smortex))
13+
- Report mdstat health by device [\#251](https://github.com/riemann/riemann-tools/pull/251) ([smortex](https://github.com/smortex))
14+
15+
**Fixed bugs:**
16+
17+
- Fix `riemann-http-check` with unresolvable domains [\#256](https://github.com/riemann/riemann-tools/pull/256) ([smortex](https://github.com/smortex))
18+
319
## [v1.6.0](https://github.com/riemann/riemann-tools/tree/v1.6.0) (2022-11-04)
420

521
[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.5.0...v1.6.0)

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.6.0'
5+
VERSION = '1.7.0'
66
end
77
end

0 commit comments

Comments
 (0)