From 35d90b36e8375ba19fbc31ebd6ee1c66679792af Mon Sep 17 00:00:00 2001 From: Joseph Sirianni Date: Mon, 23 Aug 2021 15:19:21 -0400 Subject: [PATCH] fix test case for openshift journald (#310) * fix test case * changelog for 0.0.71 --- CHANGELOG.md | 6 ++++++ test/configs/openshift/valid/full.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78a9cb11..dbc4f0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.71] - 2021-08-23 + +### Fixed +- Fixed an issue with label.plugin_id was not set correctly for nodejs plugin on K8s ([PR309](https://github.com/observIQ/stanza-plugins/pull/309)) +- OpenShift test case ([PR310](https://github.com/observIQ/stanza-plugins/pull/310)) + ## [0.0.70] - 2021-08-23 ### Added diff --git a/test/configs/openshift/valid/full.yaml b/test/configs/openshift/valid/full.yaml index a7e6bd0f..b6f3184c 100644 --- a/test/configs/openshift/valid/full.yaml +++ b/test/configs/openshift/valid/full.yaml @@ -7,5 +7,5 @@ pipeline: enable_docker_logs: false enable_openshift_logs: true enable_metadata: false - poll_interval: "10" + poll_interval: "10s" - type: stdout \ No newline at end of file