From f67e4a9b303b55b1cd1831ede6c00cf4ef4fdd54 Mon Sep 17 00:00:00 2001 From: jsirianni Date: Tue, 21 Sep 2021 15:30:24 -0400 Subject: [PATCH 1/2] 0.0.79 changelog --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d939d0..cc6ff42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.0.78] - Unreleased +## [0.0.79] - 2021-09-21 ### Added -- Added haproxy plugin ([334](https://github.com/observIQ/stanza-plugins/pull/334)) +- Added haproxy plugin ([PR 335](https://github.com/observIQ/stanza-plugins/pull/335)) + +### Fixed + +- Oracle Database: ([PR 334](https://github.com/observIQ/stanza-plugins/pull/334)) + - Resolved issue where ipv6 values caused a parse failure + - Resolved issue where default listener path is not correct + +## [0.0.78] - 2021-09-16 ### Changed From e78f8e3d7b266f0497f08541bc4853ab14eaf385 Mon Sep 17 00:00:00 2001 From: jsirianni Date: Tue, 21 Sep 2021 15:53:24 -0400 Subject: [PATCH 2/2] dbid oracle pr --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6ff42f..6adc37cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Oracle Database: ([PR 334](https://github.com/observIQ/stanza-plugins/pull/334)) - Resolved issue where ipv6 values caused a parse failure - Resolved issue where default listener path is not correct +- Oracle Database: ([PR 331](https://github.com/observIQ/stanza-plugins/pull/331)) + - Resolves issue where regex fails to parse audit file dbid ## [0.0.78] - 2021-09-16