fluent-plugin-google-cloud 0.12.5 → 0.12.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45fbf15af2fc7e8664fef39e234eaf28b5691ed433d9caf7641b032597d50374
4
- data.tar.gz: 5b3249b3dcb185bde732f45b3edfa68916aef37d8994182bccc260c50e7bfb67
3
+ metadata.gz: 36739e1abb0d58cd6724d4738021a5ba3a3101dbf3850554a5885ab51fd26371
4
+ data.tar.gz: 0f5cb1ae9ea57638a77f47105cefda832982edb2bc01c32c4de303ee4e312ae8
5
5
  SHA512:
6
- metadata.gz: 1f3714abaa1e7e8847245de9dbc6515c431d48d00966108fede51d31f48568062daf4d5e3f0b4b719193891add1ca3955b4c5ee8213580d86da984447d5fc3ff
7
- data.tar.gz: 23e909331935a5ce1412e86b16f7eaa039c8fbcc0db48dbe67647f0e0281f0d6143494ccf4684d633ff21f8dd9d2cccedbf8e0f7ac8205c329080cc74e2620f0
6
+ metadata.gz: f5346faaeb09cb8842ca8d60bc33797eb4c5ea253354599a8e40a0a9f78b24428598a44ef410281fdf9a8ff853426d9f9a43b1ccdb6c1c442daa6af33a208312
7
+ data.tar.gz: 495771d6ee6eec4b98eaa75d2964d679c3dd2fc241f92b18e0f7759a003d3ecd8ce20b41a2e1914640b74c7fbeb5ffc8f703da5cecd75bc51e6c5e51403e74f6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-google-cloud (0.12.5)
4
+ fluent-plugin-google-cloud (0.12.8)
5
5
  fluentd (= 1.13.3)
6
6
  google-api-client (= 0.30.8)
7
7
  google-cloud-logging (= 1.6.6)
@@ -89,7 +89,7 @@ GEM
89
89
  google-protobuf (~> 3.11)
90
90
  googleapis-common-protos-types (>= 1.0.5, < 2.0)
91
91
  grpc (~> 1.27)
92
- googleapis-common-protos-types (1.3.1)
92
+ googleapis-common-protos-types (1.3.2)
93
93
  google-protobuf (~> 3.14)
94
94
  googleauth (0.9.0)
95
95
  faraday (~> 0.12)
@@ -105,15 +105,15 @@ GEM
105
105
  http_parser.rb (0.7.0)
106
106
  httpclient (2.8.3)
107
107
  json (2.2.0)
108
- jwt (2.3.0)
108
+ jwt (2.4.1)
109
109
  memoist (0.16.2)
110
110
  metaclass (0.0.4)
111
111
  mini_mime (1.1.2)
112
112
  mocha (1.9.0)
113
113
  metaclass (~> 0.0.1)
114
- msgpack (1.5.1)
114
+ msgpack (1.5.4)
115
115
  multi_json (1.15.0)
116
- multipart-post (2.1.1)
116
+ multipart-post (2.2.3)
117
117
  opencensus (0.5.0)
118
118
  opencensus-stackdriver (0.4.1)
119
119
  concurrent-ruby (~> 1.0)
@@ -128,12 +128,12 @@ GEM
128
128
  powerpack (0.1.3)
129
129
  prometheus-client (0.9.0)
130
130
  quantile (~> 0.2.1)
131
- public_suffix (4.0.6)
131
+ public_suffix (4.0.7)
132
132
  quantile (0.2.1)
133
133
  rainbow (2.2.2)
134
134
  rake
135
135
  rake (10.5.0)
136
- representable (3.1.1)
136
+ representable (3.2.0)
137
137
  declarative (< 0.1.0)
138
138
  trailblazer-option (>= 0.1.1, < 0.2.0)
139
139
  uber (< 0.2.0)
@@ -147,7 +147,7 @@ GEM
147
147
  ruby-progressbar (~> 1.7)
148
148
  unicode-display_width (~> 1.0, >= 1.0.1)
149
149
  ruby-progressbar (1.11.0)
150
- serverengine (2.2.5)
150
+ serverengine (2.3.0)
151
151
  sigdump (~> 0.2.2)
152
152
  sigdump (0.2.4)
153
153
  signet (0.16.1)
@@ -169,10 +169,10 @@ GEM
169
169
  test-unit (3.3.3)
170
170
  power_assert
171
171
  thor (1.2.1)
172
- tins (1.31.0)
172
+ tins (1.31.1)
173
173
  sync
174
174
  trailblazer-option (0.1.2)
175
- tzinfo (2.0.4)
175
+ tzinfo (2.0.5)
176
176
  concurrent-ruby (~> 1.0)
177
177
  tzinfo-data (1.2022.1)
178
178
  tzinfo (>= 1.0.0)
@@ -10,7 +10,7 @@ eos
10
10
  gem.homepage =
11
11
  'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
12
12
  gem.license = 'Apache-2.0'
13
- gem.version = '0.12.5'
13
+ gem.version = '0.12.8'
14
14
  gem.authors = ['Stackdriver Agents Team']
15
15
  gem.email = ['stackdriver-agents@google.com']
16
16
  gem.required_ruby_version = Gem::Requirement.new('>= 2.2')
@@ -1526,6 +1526,7 @@ module Fluent
1526
1526
  'C' => 'CRITICAL',
1527
1527
  'A' => 'ALERT',
1528
1528
  # other misc. translations.
1529
+ 'INFORMATION' => 'INFO',
1529
1530
  'ERR' => 'ERROR',
1530
1531
  'F' => 'CRITICAL'
1531
1532
  }.freeze
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-google-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.5
4
+ version: 0.12.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stackdriver Agents Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-11 00:00:00.000000000 Z
11
+ date: 2022-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd