fluent-plugin-google-cloud 0.10.8 → 0.12.0

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: bdb89243a3a885adb16b15fe5293c5a1e791f4ab7e26f22e8ccd3f63934ebcde
4
- data.tar.gz: c1ca844d4f5466f7bc3a3a4b76c35771432e157bbb0b3e11e3563e1a004bffcc
3
+ metadata.gz: 72dad6d31b93b8708e90dab099f61444ac5c5d8ceba0d76dcc52a6ceb6ed337a
4
+ data.tar.gz: 6a0f1b3050c4b419aa099b2e7f2aba7536aaa8e91769c50be6b03471593a7098
5
5
  SHA512:
6
- metadata.gz: 2a0ed81d5df9648182b62e713ca7f420ccf6a2acf076b282e37739c84a845509b2fcf4d41bb0e052abf495a591057bf75acdb7bd2256a6dbed97992d8b1c1d20
7
- data.tar.gz: c004d81fcb8d413e630c0918714f9601cbddf2e2982c564bb99410d1a85be8e8d346af1f0645fec4eb6a0e4bedbf4cca79940efff96176f09bf6fc9c4801af11
6
+ metadata.gz: a4d3dbbedf3ba8a16c236d4c1c1f427aafaa36bf2ac5f5b072508e7e449e533af23be07e8c338fb57ff027787c1a6d9bf050c560bf048cb0f0331bcb255c90da
7
+ data.tar.gz: 36ce31963727dbeda95081b9b1548c7867f7631656e7345f5e77ea9f48b340ebed8405378e5e0e14bf7ed0f535bbd3ace3f30a077e3ac68396f46403803467d1
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-google-cloud (0.10.8)
5
- fluentd (= 1.11.2)
4
+ fluent-plugin-google-cloud (0.12.0)
5
+ fluentd (= 1.13.3)
6
6
  google-api-client (= 0.30.8)
7
7
  google-cloud-logging (= 1.6.6)
8
8
  google-protobuf (= 3.15.8)
@@ -16,10 +16,10 @@ PATH
16
16
  GEM
17
17
  remote: https://rubygems.org/
18
18
  specs:
19
- addressable (2.7.0)
19
+ addressable (2.8.0)
20
20
  public_suffix (>= 2.0.2, < 5.0)
21
21
  ast (2.4.2)
22
- concurrent-ruby (1.1.8)
22
+ concurrent-ruby (1.1.9)
23
23
  cool.io (1.7.1)
24
24
  coveralls (0.8.23)
25
25
  json (>= 1.8, < 3)
@@ -30,19 +30,20 @@ GEM
30
30
  crack (0.4.5)
31
31
  rexml
32
32
  declarative (0.0.20)
33
- declarative-option (0.1.0)
34
- docile (1.3.5)
33
+ docile (1.4.0)
35
34
  faraday (0.17.4)
36
35
  multipart-post (>= 1.2, < 3)
37
- fluentd (1.11.2)
36
+ fluentd (1.13.3)
37
+ bundler
38
38
  cool.io (>= 1.4.5, < 2.0.0)
39
- http_parser.rb (>= 0.5.1, < 0.7.0)
39
+ http_parser.rb (>= 0.5.1, < 0.8.0)
40
40
  msgpack (>= 1.3.1, < 2.0.0)
41
- serverengine (>= 2.0.4, < 3.0.0)
41
+ serverengine (>= 2.2.2, < 3.0.0)
42
42
  sigdump (~> 0.2.2)
43
43
  strptime (>= 0.2.2, < 1.0.0)
44
44
  tzinfo (>= 1.0, < 3.0)
45
45
  tzinfo-data (~> 1.0)
46
+ webrick (>= 1.4.2, < 1.8.0)
46
47
  yajl-ruby (~> 1.0)
47
48
  gapic-common (0.3.4)
48
49
  google-protobuf (~> 3.12, >= 3.12.2)
@@ -74,7 +75,7 @@ GEM
74
75
  google-gax (~> 1.8)
75
76
  googleapis-common-protos (>= 1.3.9, < 2.0)
76
77
  googleapis-common-protos-types (>= 1.0.4, < 2.0)
77
- google-cloud-trace (0.41.0)
78
+ google-cloud-trace (0.41.3)
78
79
  concurrent-ruby (~> 1.1)
79
80
  google-cloud-core (~> 1.5)
80
81
  google-cloud-trace-v1 (~> 0.0)
@@ -92,12 +93,12 @@ GEM
92
93
  googleauth (~> 0.9)
93
94
  grpc (~> 1.24)
94
95
  rly (~> 0.2.3)
95
- google-protobuf (3.15.8)
96
+ google-protobuf (3.15.8-x86_64-linux)
96
97
  googleapis-common-protos (1.3.10)
97
98
  google-protobuf (~> 3.11)
98
99
  googleapis-common-protos-types (>= 1.0.5, < 2.0)
99
100
  grpc (~> 1.27)
100
- googleapis-common-protos-types (1.0.6)
101
+ googleapis-common-protos-types (1.1.0)
101
102
  google-protobuf (~> 3.14)
102
103
  googleauth (0.9.0)
103
104
  faraday (~> 0.12)
@@ -106,14 +107,14 @@ GEM
106
107
  multi_json (~> 1.11)
107
108
  os (>= 0.9, < 2.0)
108
109
  signet (~> 0.7)
109
- grpc (1.31.1)
110
+ grpc (1.31.1-x86_64-linux)
110
111
  google-protobuf (~> 3.12)
111
112
  googleapis-common-protos-types (~> 1.0)
112
113
  hashdiff (1.0.1)
113
- http_parser.rb (0.6.0)
114
+ http_parser.rb (0.7.0)
114
115
  httpclient (2.8.3)
115
116
  json (2.2.0)
116
- jwt (2.2.2)
117
+ jwt (2.2.3)
117
118
  memoist (0.16.2)
118
119
  metaclass (0.0.4)
119
120
  mini_mime (1.1.0)
@@ -140,9 +141,9 @@ GEM
140
141
  rainbow (2.2.2)
141
142
  rake
142
143
  rake (10.5.0)
143
- representable (3.0.4)
144
+ representable (3.1.1)
144
145
  declarative (< 0.1.0)
145
- declarative-option (< 0.2.0)
146
+ trailblazer-option (>= 0.1.1, < 0.2.0)
146
147
  uber (< 0.2.0)
147
148
  retriable (3.1.2)
148
149
  rexml (3.2.5)
@@ -154,7 +155,7 @@ GEM
154
155
  ruby-progressbar (~> 1.7)
155
156
  unicode-display_width (~> 1.0, >= 1.0.1)
156
157
  ruby-progressbar (1.11.0)
157
- serverengine (2.2.3)
158
+ serverengine (2.2.4)
158
159
  sigdump (~> 0.2.2)
159
160
  sigdump (0.2.4)
160
161
  signet (0.15.0)
@@ -176,8 +177,9 @@ GEM
176
177
  test-unit (3.3.3)
177
178
  power_assert
178
179
  thor (1.1.0)
179
- tins (1.28.0)
180
+ tins (1.29.1)
180
181
  sync
182
+ trailblazer-option (0.1.1)
181
183
  tzinfo (2.0.4)
182
184
  concurrent-ruby (~> 1.0)
183
185
  tzinfo-data (1.2021.1)
@@ -188,10 +190,11 @@ GEM
188
190
  addressable (>= 2.3.6)
189
191
  crack (>= 0.3.2)
190
192
  hashdiff (>= 0.4.0, < 2.0.0)
193
+ webrick (1.7.0)
191
194
  yajl-ruby (1.4.1)
192
195
 
193
196
  PLATFORMS
194
- ruby
197
+ x86_64-linux
195
198
 
196
199
  DEPENDENCIES
197
200
  coveralls (= 0.8.23)
@@ -204,4 +207,4 @@ DEPENDENCIES
204
207
  webmock (= 3.6.2)
205
208
 
206
209
  BUNDLED WITH
207
- 2.1.4
210
+ 2.2.23
@@ -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.10.8'
13
+ gem.version = '0.12.0'
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')
@@ -19,7 +19,10 @@ eos
19
19
  gem.test_files = gem.files.grep(/^(test)/)
20
20
  gem.require_paths = ['lib']
21
21
 
22
- gem.add_runtime_dependency 'fluentd', '1.11.2'
22
+ # Note: In order to update the Fluentd version, please update both here and
23
+ # also the fluentd version in
24
+ # https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/config/software/fluentd.rb.
25
+ gem.add_runtime_dependency 'fluentd', '1.13.3'
23
26
  gem.add_runtime_dependency 'googleapis-common-protos', '1.3.10'
24
27
  gem.add_runtime_dependency 'googleauth', '0.9.0'
25
28
  gem.add_runtime_dependency 'google-api-client', '0.30.8'
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.10.8
4
+ version: 0.12.0
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: 2021-04-09 00:00:00.000000000 Z
11
+ date: 2021-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 1.11.2
19
+ version: 1.13.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 1.11.2
26
+ version: 1.13.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: googleapis-common-protos
29
29
  requirement: !ruby/object:Gem::Requirement