From 4141f0c22a37b437397f6c38bf1662c6575efbbd Mon Sep 17 00:00:00 2001 From: Joseph Sirianni Date: Thu, 18 Feb 2021 11:46:21 -0500 Subject: [PATCH] update google cloud output to v0.1.2 (#250) * update google cloud output to v0.1.2 * add google cloud version update to changelog --- CHANGELOG.md | 1 + cmd/stanza/go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 385e43eed..bdb38eb2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/cmd/stanza/go.mod b/cmd/stanza/go.mod index d4dfe67ac..902f5fa29 100644 --- a/cmd/stanza/go.mod +++ b/cmd/stanza/go.mod @@ -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