From 5a56592ec2ea6deabee0429fc0f6898d52a21c6b Mon Sep 17 00:00:00 2001 From: Todd Derr Date: Mon, 23 Feb 2015 16:22:23 -0500 Subject: [PATCH] Release 0.2.0 (v1beta3 API support.) --- fluent-plugin-google-cloud.gemspec | 2 +- lib/fluent/plugin/out_google_cloud.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fluent-plugin-google-cloud.gemspec b/fluent-plugin-google-cloud.gemspec index b700a176..dbed04cf 100644 --- a/fluent-plugin-google-cloud.gemspec +++ b/fluent-plugin-google-cloud.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |gem| gem.summary = %q{Fluentd plugin to stream logs to the Google Cloud Platform's logging API} gem.homepage = 'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud' gem.license = 'Apache 2.0' - gem.version = '0.1.3' + gem.version = '0.2.0' gem.authors = ['Todd Derr', 'Alex Robinson'] gem.email = ['salty@google.com'] diff --git a/lib/fluent/plugin/out_google_cloud.rb b/lib/fluent/plugin/out_google_cloud.rb index 71655273..c7af4eac 100644 --- a/lib/fluent/plugin/out_google_cloud.rb +++ b/lib/fluent/plugin/out_google_cloud.rb @@ -220,7 +220,7 @@ def fetch_metadata(metadata_path) def init_api_client @client = Google::APIClient.new( :application_name => 'Fluentd Google Cloud Logging plugin', - :application_version => '0.1.3', + :application_version => '0.2.0', :retries => 1) if @auth_method == 'private_key'