Skip to content

Commit

Permalink
Merge pull request #258 from riemann/release
Browse files Browse the repository at this point in the history
Release 1.7.0
  • Loading branch information
jamtur01 authored Jan 11, 2023
2 parents 0e384ae + 0c30b86 commit 265b5e3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v1.7.0](https://github.com/riemann/riemann-tools/tree/v1.7.0) (2023-01-11)

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

**Implemented enhancements:**

- Override default HTTP User-Agent and make it tuneable [\#257](https://github.com/riemann/riemann-tools/pull/257) ([smortex](https://github.com/smortex))
- Allow opting out of `riemann-http-check` latency state [\#255](https://github.com/riemann/riemann-tools/pull/255) ([smortex](https://github.com/smortex))
- Speed-up `riemann-http-check` with resolver and worker threads [\#254](https://github.com/riemann/riemann-tools/pull/254) ([smortex](https://github.com/smortex))
- Allow mdstat device filtering [\#252](https://github.com/riemann/riemann-tools/pull/252) ([smortex](https://github.com/smortex))
- Report mdstat health by device [\#251](https://github.com/riemann/riemann-tools/pull/251) ([smortex](https://github.com/smortex))

**Fixed bugs:**

- Fix `riemann-http-check` with unresolvable domains [\#256](https://github.com/riemann/riemann-tools/pull/256) ([smortex](https://github.com/smortex))

## [v1.6.0](https://github.com/riemann/riemann-tools/tree/v1.6.0) (2022-11-04)

[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.5.0...v1.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/riemann/tools/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Riemann
module Tools # :nodoc:
VERSION = '1.6.0'
VERSION = '1.7.0'
end
end

0 comments on commit 265b5e3

Please sign in to comment.