opentelemetry-resource_detectors 0.8.0 → 0.13.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: 0a0ed927aefdb01b894d84105cbabcc2e06af196d61556fc9f4b382d4bd95c43
4
- data.tar.gz: c2bad0ca1beb726a7015f379f4c1d6d208a7a74acb0356c44dc9ceff64897dca
3
+ metadata.gz: b8cede969a4918b29283acc28429006905441c1bd29ad5876edbb2810b484316
4
+ data.tar.gz: a4407515a2820a6f5cb3834f6b01785f0995c8d406b7a99183694fb93d010f22
5
5
  SHA512:
6
- metadata.gz: fbf411bde20705f06508a545a63372e8c662a32686c6078eb785fefe44fc2dc570ac43d449b3013304a4ea465249c9461d2cf221d2ab6286583d582ffc54c1be
7
- data.tar.gz: 143db1dfd22614a684ebedfa7e553d994df7b4fafce1fafddc42115f4b7593efeae1acfc0fd84864b7493c8e7bd6432ba7553d8e2e4edb037df685544a38091a
6
+ metadata.gz: e6536b454114c77dda44a79a668d75b36e132ddf9734db312d178a14125a18f4340e9f5861ecd5416f804bb3bf49a85ce812083b741bae98d22b8cab92f673a7
7
+ data.tar.gz: cf7ef8add89b6822e81421fede32a712a069071aba3171eadd138706be33830d45cefcded5732915f95113cc5aea9623956e8e85017977de4802d5b845169be0
@@ -1,5 +1,27 @@
1
1
  # Release History: opentelemetry-resource_detectors
2
2
 
3
+ ### v0.13.0 / 2021-01-29
4
+
5
+ * (No significant changes)
6
+
7
+ ### v0.12.0 / 2020-12-24
8
+
9
+ * (No significant changes)
10
+
11
+ ### v0.11.0 / 2020-12-11
12
+
13
+ * FIXED: Copyright comments to not reference year
14
+
15
+ ### v0.10.0 / 2020-12-03
16
+
17
+ * (No significant changes)
18
+
19
+ ### v0.9.0 / 2020-11-27
20
+
21
+ * BREAKING CHANGE: Add timeout for force_flush and shutdown
22
+
23
+ * ADDED: Add timeout for force_flush and shutdown
24
+
3
25
  ### v0.8.0 / 2020-10-27
4
26
 
5
27
  * (No significant changes)
data/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright 2020 OpenTelemetry Authors
189
+ Copyright The OpenTelemetry Authors
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 OpenTelemetry Authors
3
+ # Copyright The OpenTelemetry Authors
4
4
  #
5
5
  # SPDX-License-Identifier: Apache-2.0
6
6
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 OpenTelemetry Authors
3
+ # Copyright The OpenTelemetry Authors
4
4
  #
5
5
  # SPDX-License-Identifier: Apache-2.0
6
6
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 OpenTelemetry Authors
3
+ # Copyright The OpenTelemetry Authors
4
4
  #
5
5
  # SPDX-License-Identifier: Apache-2.0
6
6
 
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 OpenTelemetry Authors
3
+ # Copyright The OpenTelemetry Authors
4
4
  #
5
5
  # SPDX-License-Identifier: Apache-2.0
6
6
 
@@ -1,13 +1,13 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 OpenTelemetry Authors
3
+ # Copyright The OpenTelemetry Authors
4
4
  #
5
5
  # SPDX-License-Identifier: Apache-2.0
6
6
 
7
7
  module OpenTelemetry
8
8
  module Resource
9
9
  module Detectors
10
- VERSION = '0.8.0'
10
+ VERSION = '0.13.0'
11
11
  end
12
12
  end
13
13
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opentelemetry-resource_detectors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenTelemetry Authors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-27 00:00:00.000000000 Z
11
+ date: 2021-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-env
@@ -142,10 +142,10 @@ homepage: https://github.com/open-telemetry/opentelemetry-ruby
142
142
  licenses:
143
143
  - Apache-2.0
144
144
  metadata:
145
- changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-resource_detectors/v0.8.0/file.CHANGELOG.html
146
- source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby/tree/master/resource_detectors
145
+ changelog_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-resource_detectors/v0.13.0/file.CHANGELOG.html
146
+ source_code_uri: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/resource_detectors
147
147
  bug_tracker_uri: https://github.com/open-telemetry/opentelemetry-ruby/issues
148
- documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-resource_detectors/v0.8.0
148
+ documentation_uri: https://open-telemetry.github.io/opentelemetry-ruby/opentelemetry-resource_detectors/v0.13.0
149
149
  post_install_message:
150
150
  rdoc_options: []
151
151
  require_paths: