Skip to content

Commit

Permalink
Merge pull request #236 from riemann/release
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
jamtur01 authored Aug 29, 2022
2 parents c2c3cd1 + 62cb567 commit 767be53
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [v1.3.0](https://github.com/riemann/riemann-tools/tree/v1.3.0) (2022-08-29)

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

**Implemented enhancements:**

- Add support for configuration file to riemann-wrapper [\#235](https://github.com/riemann/riemann-tools/pull/235) ([smortex](https://github.com/smortex))
- Add `riemann-md` to monitor Linux RAID/md health [\#232](https://github.com/riemann/riemann-tools/pull/232) ([smortex](https://github.com/smortex))
- Add `riemann-zpool` to monitor zpool health [\#231](https://github.com/riemann/riemann-tools/pull/231) ([smortex](https://github.com/smortex))

**Fixed bugs:**

- Fix race condition in riemann-wrapper [\#233](https://github.com/riemann/riemann-tools/pull/233) ([smortex](https://github.com/smortex))

**Closed issues:**

- There is some kind of race condition in riemann-wrapper [\#230](https://github.com/riemann/riemann-tools/issues/230)

**Merged pull requests:**

- Stop riemann-wrapper if a tool raise an error [\#234](https://github.com/riemann/riemann-tools/pull/234) ([smortex](https://github.com/smortex))

## [v1.2.0](https://github.com/riemann/riemann-tools/tree/v1.2.0) (2022-08-17)

[Full Changelog](https://github.com/riemann/riemann-tools/compare/v1.1.1...v1.2.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.2.0'
VERSION = '1.3.0'
end
end

0 comments on commit 767be53

Please sign in to comment.