Skip to content

Commit

Permalink
update google cloud output to v0.1.2 (#250)
Browse files Browse the repository at this point in the history
* update google cloud output to v0.1.2

* add google cloud version update to changelog
  • Loading branch information
Joseph Sirianni authored Feb 18, 2021
1 parent 7939597 commit 4141f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Added optional `location` parameter to Syslog operator [pr247](https://github.com/observIQ/stanza/pull/247)
- Updated Google Cloud output version to v0.1.2 [pr250](https://github.com/observIQ/stanza/pull/250)

## [0.13.12] - 2020-01-26

Expand Down
2 changes: 1 addition & 1 deletion cmd/stanza/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/observiq/stanza/operator/builtin/input/k8sevent v0.1.0
github.com/observiq/stanza/operator/builtin/input/windows v0.1.1
github.com/observiq/stanza/operator/builtin/output/elastic v0.1.0
github.com/observiq/stanza/operator/builtin/output/googlecloud v0.1.0
github.com/observiq/stanza/operator/builtin/output/googlecloud v0.1.2
github.com/observiq/stanza/operator/builtin/output/newrelic v0.1.0
github.com/observiq/stanza/operator/builtin/output/otlp v0.0.0
github.com/observiq/stanza/operator/builtin/parser/syslog v0.1.0
Expand Down

0 comments on commit 4141f0c

Please sign in to comment.