From 62cb567364a41188a1d1b9ed8c3dc816ada89e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 29 Aug 2022 10:33:58 -1000 Subject: [PATCH] Bump version to 1.3.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ lib/riemann/tools/version.rb | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dea8d87f..e9be8236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/riemann/tools/version.rb b/lib/riemann/tools/version.rb index e9b9c61d..8eb38146 100644 --- a/lib/riemann/tools/version.rb +++ b/lib/riemann/tools/version.rb @@ -2,6 +2,6 @@ module Riemann module Tools # :nodoc: - VERSION = '1.2.0' + VERSION = '1.3.0' end end