Skip to content

Commit

Permalink
fix test case for openshift journald (#310)
Browse files Browse the repository at this point in the history
* fix test case

* changelog for 0.0.71
  • Loading branch information
Joseph Sirianni authored Aug 23, 2021
1 parent f2fe2c2 commit 35d90b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/configs/openshift/valid/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pipeline:
enable_docker_logs: false
enable_openshift_logs: true
enable_metadata: false
poll_interval: "10"
poll_interval: "10s"
- type: stdout

0 comments on commit 35d90b3

Please sign in to comment.