fluent-plugin-google-cloud 0.12.8 → 0.12.10

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: 36739e1abb0d58cd6724d4738021a5ba3a3101dbf3850554a5885ab51fd26371
4
- data.tar.gz: 0f5cb1ae9ea57638a77f47105cefda832982edb2bc01c32c4de303ee4e312ae8
3
+ metadata.gz: 3bbc10ef9a5f3f10b7a2557bf3876dd63a613423f1294504fdda212bc986ed6d
4
+ data.tar.gz: ae2e397ebc1fc18b2e97c1e1553a8eee3d782bc2160850344bb7bf4126c6263c
5
5
  SHA512:
6
- metadata.gz: f5346faaeb09cb8842ca8d60bc33797eb4c5ea253354599a8e40a0a9f78b24428598a44ef410281fdf9a8ff853426d9f9a43b1ccdb6c1c442daa6af33a208312
7
- data.tar.gz: 495771d6ee6eec4b98eaa75d2964d679c3dd2fc241f92b18e0f7759a003d3ecd8ce20b41a2e1914640b74c7fbeb5ffc8f703da5cecd75bc51e6c5e51403e74f6
6
+ metadata.gz: 1363d1c35d8a1dc951f8c4c373d59a7c893fba8e8fcc0bf3d4d0f5463b3f00ff407351e7fd21f1fbc7a2c89481f273b59a2b3e1ae7035417dc74cdcce5bc9ced
7
+ data.tar.gz: edb5f975479e4aa0a814fe51808bfeb3d875842aea757f162da8f807c49d974905f6d27c6eae7d0185bb5b5a63f942326156e7e9b3e0f2d08f5f738f0c4e8f24
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-google-cloud (0.12.8)
4
+ fluent-plugin-google-cloud (0.12.10)
5
5
  fluentd (= 1.13.3)
6
6
  google-api-client (= 0.30.8)
7
7
  google-cloud-logging (= 1.6.6)
@@ -16,10 +16,10 @@ PATH
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- addressable (2.8.0)
20
- public_suffix (>= 2.0.2, < 5.0)
19
+ addressable (2.8.1)
20
+ public_suffix (>= 2.0.2, < 6.0)
21
21
  ast (2.4.2)
22
- concurrent-ruby (1.1.10)
22
+ concurrent-ruby (1.2.2)
23
23
  cool.io (1.7.1)
24
24
  coveralls (0.8.23)
25
25
  json (>= 1.8, < 3)
@@ -31,7 +31,7 @@ GEM
31
31
  rexml
32
32
  declarative (0.0.20)
33
33
  docile (1.4.0)
34
- faraday (0.17.5)
34
+ faraday (0.17.6)
35
35
  multipart-post (>= 1.2, < 3)
36
36
  fluentd (1.13.3)
37
37
  bundler
@@ -64,7 +64,7 @@ GEM
64
64
  google-cloud-errors (~> 1.0)
65
65
  google-cloud-env (1.6.0)
66
66
  faraday (>= 0.17.3, < 3.0)
67
- google-cloud-errors (1.2.0)
67
+ google-cloud-errors (1.3.1)
68
68
  google-cloud-logging (1.6.6)
69
69
  concurrent-ruby (~> 1.1)
70
70
  google-cloud-core (~> 1.2)
@@ -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.2)
92
+ googleapis-common-protos-types (1.5.0)
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.4.1)
108
+ jwt (2.7.0)
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.4)
114
+ msgpack (1.6.1)
115
115
  multi_json (1.15.0)
116
- multipart-post (2.2.3)
116
+ multipart-post (2.3.0)
117
117
  opencensus (0.5.0)
118
118
  opencensus-stackdriver (0.4.1)
119
119
  concurrent-ruby (~> 1.0)
@@ -124,11 +124,11 @@ GEM
124
124
  os (1.1.4)
125
125
  parser (2.7.2.0)
126
126
  ast (~> 2.4.1)
127
- power_assert (2.0.1)
127
+ power_assert (2.0.3)
128
128
  powerpack (0.1.3)
129
129
  prometheus-client (0.9.0)
130
130
  quantile (~> 0.2.1)
131
- public_suffix (4.0.7)
131
+ public_suffix (5.0.1)
132
132
  quantile (0.2.1)
133
133
  rainbow (2.2.2)
134
134
  rake
@@ -146,13 +146,13 @@ GEM
146
146
  rainbow (>= 1.99.1, < 3.0)
147
147
  ruby-progressbar (~> 1.7)
148
148
  unicode-display_width (~> 1.0, >= 1.0.1)
149
- ruby-progressbar (1.11.0)
150
- serverengine (2.3.0)
149
+ ruby-progressbar (1.13.0)
150
+ serverengine (2.3.2)
151
151
  sigdump (~> 0.2.2)
152
152
  sigdump (0.2.4)
153
- signet (0.16.1)
153
+ signet (0.17.0)
154
154
  addressable (~> 2.8)
155
- faraday (>= 0.17.5, < 3.0)
155
+ faraday (>= 0.17.5, < 3.a)
156
156
  jwt (>= 1.5, < 3.0)
157
157
  multi_json (~> 1.10)
158
158
  simplecov (0.16.1)
@@ -169,12 +169,12 @@ GEM
169
169
  test-unit (3.3.3)
170
170
  power_assert
171
171
  thor (1.2.1)
172
- tins (1.31.1)
172
+ tins (1.32.1)
173
173
  sync
174
174
  trailblazer-option (0.1.2)
175
- tzinfo (2.0.5)
175
+ tzinfo (2.0.6)
176
176
  concurrent-ruby (~> 1.0)
177
- tzinfo-data (1.2022.1)
177
+ tzinfo-data (1.2022.7)
178
178
  tzinfo (>= 1.0.0)
179
179
  uber (0.1.0)
180
180
  unicode-display_width (1.8.0)
@@ -183,7 +183,7 @@ GEM
183
183
  crack (>= 0.3.2)
184
184
  hashdiff (>= 0.4.0, < 2.0.0)
185
185
  webrick (1.7.0)
186
- yajl-ruby (1.4.1)
186
+ yajl-ruby (1.4.3)
187
187
 
188
188
  PLATFORMS
189
189
  x86_64-linux
@@ -199,4 +199,4 @@ DEPENDENCIES
199
199
  webmock (= 3.6.2)
200
200
 
201
201
  BUNDLED WITH
202
- 2.2.28
202
+ 2.4.1
@@ -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.8'
13
+ gem.version = '0.12.10'
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')
@@ -21,6 +21,7 @@ require 'helper'
21
21
  require 'mocha/test_unit'
22
22
  require 'prometheus/client'
23
23
  require 'webmock/test_unit'
24
+ require 'cgi'
24
25
 
25
26
  require_relative 'asserts'
26
27
  require_relative 'constants'
@@ -823,7 +824,7 @@ module BaseTest
823
824
  params = CONTAINER_FROM_METADATA_PARAMS.merge(
824
825
  labels: CONTAINER_FROM_METADATA_PARAMS[:labels].merge(
825
826
  "#{GKE_CONSTANTS[:service]}/container_name" =>
826
- URI.decode(encoded_name)),
827
+ CGI.unescape(encoded_name)),
827
828
  log_name: encoded_name)
828
829
  verify_log_entries(0, params, 'textPayload')
829
830
  end
@@ -906,7 +907,7 @@ module BaseTest
906
907
  params = CONTAINER_FROM_METADATA_PARAMS.merge(
907
908
  resource: CONTAINER_FROM_METADATA_PARAMS[:resource].merge(
908
909
  labels: CONTAINER_FROM_METADATA_PARAMS[:resource][:labels].merge(
909
- 'container_name' => URI.decode(encoded_container_name))),
910
+ 'container_name' => CGI.unescape(encoded_container_name))),
910
911
  log_name: encoded_container_name)
911
912
  verify_log_entries(1, params, 'textPayload')
912
913
  end
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.8
4
+ version: 0.12.10
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-08-09 00:00:00.000000000 Z
11
+ date: 2023-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -309,7 +309,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
309
309
  - !ruby/object:Gem::Version
310
310
  version: '0'
311
311
  requirements: []
312
- rubygems_version: 3.0.8
312
+ rubygems_version: 3.1.6
313
313
  signing_key:
314
314
  specification_version: 4
315
315
  summary: fluentd plugins for the Stackdriver Logging API