Skip to content

Commit 245deb5

Browse files
authored
chore: Update to toys-release 0.6.0 (#1997)
1 parent 24cf882 commit 245deb5

File tree

2 files changed

+1
-72
lines changed

2 files changed

+1
-72
lines changed

.toys/.data/releases.yml

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -25,265 +25,195 @@ git_user_email: 197425009+otelbot@users.noreply.github.com
2525
# "opentelemetry-helpers-sql" would default to
2626
# "lib/opentelemetry/helpers/sql/version.rb", so this field is required
2727
# only if the actual path is different.)
28-
# * version_constant: The fully-qualified version constant as an array.
29-
# (Required if the actual constant name, including its capitalization,
30-
# differs from what would be inferred from the gem name. This means it's
31-
# always required in this repo, because the capitalization of the
32-
# "OpenTelemetry" namespace does not match the gem name "opentelemetry".)
3328
# * changelog_path: Path to the changelog relative to the gem directory.
3429
# (Required only if it is not in the expected location, which is the file
3530
# "CHANGELOG.md" at the root of the gem directory.)
3631
gems:
3732
- name: opentelemetry-instrumentation-factory_bot
3833
directory: instrumentation/factory_bot
39-
version_constant: [OpenTelemetry, Instrumentation, FactoryBot, VERSION]
4034

4135
- name: opentelemetry-instrumentation-anthropic
4236
directory: instrumentation/anthropic
43-
version_constant: [OpenTelemetry, Instrumentation, Anthropic, VERSION]
4437

4538
- name: opentelemetry-instrumentation-active_storage
4639
directory: instrumentation/active_storage
47-
version_constant: [OpenTelemetry, Instrumentation, ActiveStorage, VERSION]
4840

4941
- name: opentelemetry-helpers-sql
5042
directory: helpers/sql
51-
version_constant: [OpenTelemetry, Helpers, Sql, VERSION]
5243

5344
- name: opentelemetry-helpers-mysql
5445
directory: helpers/mysql
55-
version_constant: [OpenTelemetry, Helpers, MySQL, VERSION]
5646

5747
- name: opentelemetry-helpers-sql-processor
5848
directory: helpers/sql-processor
5949
version_rb_path: lib/opentelemetry/helpers/sql_processor/version.rb
60-
version_constant: [OpenTelemetry, Helpers, SqlProcessor, VERSION]
6150

6251
- name: opentelemetry-instrumentation-grape
6352
directory: instrumentation/grape
64-
version_constant: [OpenTelemetry, Instrumentation, Grape, VERSION]
6553

6654
- name: opentelemetry-instrumentation-gruf
6755
directory: instrumentation/gruf
68-
version_constant: [OpenTelemetry, Instrumentation, Gruf, VERSION]
6956

7057
- name: opentelemetry-instrumentation-logger
7158
directory: instrumentation/logger
72-
version_constant: [OpenTelemetry, Instrumentation, Logger, VERSION]
7359

7460
- name: opentelemetry-instrumentation-racecar
7561
directory: instrumentation/racecar
76-
version_constant: [OpenTelemetry, Instrumentation, Racecar, VERSION]
7762

7863
- name: opentelemetry-instrumentation-rake
7964
directory: instrumentation/rake
80-
version_constant: [OpenTelemetry, Instrumentation, Rake, VERSION]
8165

8266
- name: opentelemetry-instrumentation-rdkafka
8367
directory: instrumentation/rdkafka
84-
version_constant: [OpenTelemetry, Instrumentation, Rdkafka, VERSION]
8568

8669
- name: opentelemetry-instrumentation-trilogy
8770
directory: instrumentation/trilogy
88-
version_constant: [OpenTelemetry, Instrumentation, Trilogy, VERSION]
8971

9072
- name: opentelemetry-instrumentation-active_support
9173
directory: instrumentation/active_support
92-
version_constant: [OpenTelemetry, Instrumentation, ActiveSupport, VERSION]
9374

9475
- name: opentelemetry-instrumentation-action_mailer
9576
directory: instrumentation/action_mailer
96-
version_constant: [OpenTelemetry, Instrumentation, ActionMailer, VERSION]
9777

9878
- name: opentelemetry-instrumentation-action_view
9979
directory: instrumentation/action_view
100-
version_constant: [OpenTelemetry, Instrumentation, ActionView, VERSION]
10180

10281
- name: opentelemetry-instrumentation-action_pack
10382
directory: instrumentation/action_pack
104-
version_constant: [OpenTelemetry, Instrumentation, ActionPack, VERSION]
10583

10684
- name: opentelemetry-instrumentation-active_job
10785
directory: instrumentation/active_job
108-
version_constant: [OpenTelemetry, Instrumentation, ActiveJob, VERSION]
10986

11087
- name: opentelemetry-instrumentation-resque
11188
directory: instrumentation/resque
112-
version_constant: [OpenTelemetry, Instrumentation, Resque, VERSION]
11389

11490
- name: opentelemetry-instrumentation-bunny
11591
directory: instrumentation/bunny
116-
version_constant: [OpenTelemetry, Instrumentation, Bunny, VERSION]
11792

11893
- name: opentelemetry-instrumentation-base
11994
directory: instrumentation/base
12095
version_rb_path: lib/opentelemetry/instrumentation/version.rb
121-
version_constant: [OpenTelemetry, Instrumentation, VERSION]
12296

12397
- name: opentelemetry-instrumentation-active_record
12498
directory: instrumentation/active_record
125-
version_constant: [OpenTelemetry, Instrumentation, ActiveRecord, VERSION]
12699

127100
- name: opentelemetry-instrumentation-aws_sdk
128101
directory: instrumentation/aws_sdk
129-
version_constant: [OpenTelemetry, Instrumentation, AwsSdk, VERSION]
130102

131103
- name: opentelemetry-instrumentation-aws_lambda
132104
directory: instrumentation/aws_lambda
133-
version_constant: [OpenTelemetry, Instrumentation, AwsLambda, VERSION]
134105

135106
- name: opentelemetry-instrumentation-lmdb
136107
directory: instrumentation/lmdb
137-
version_constant: [OpenTelemetry, Instrumentation, LMDB, VERSION]
138108

139109
- name: opentelemetry-instrumentation-http
140110
directory: instrumentation/http
141-
version_constant: [OpenTelemetry, Instrumentation, HTTP, VERSION]
142111

143112
- name: opentelemetry-instrumentation-graphql
144113
directory: instrumentation/graphql
145-
version_constant: [OpenTelemetry, Instrumentation, GraphQL, VERSION]
146114

147115
- name: opentelemetry-instrumentation-http_client
148116
directory: instrumentation/http_client
149-
version_constant: [OpenTelemetry, Instrumentation, HttpClient, VERSION]
150117

151118
- name: opentelemetry-instrumentation-httpx
152119
directory: instrumentation/httpx
153-
version_constant: [OpenTelemetry, Instrumentation, HTTPX, VERSION]
154120

155121
- name: opentelemetry-instrumentation-koala
156122
directory: instrumentation/koala
157-
version_constant: [OpenTelemetry, Instrumentation, Koala, VERSION]
158123

159124
- name: opentelemetry-instrumentation-active_model_serializers
160125
directory: instrumentation/active_model_serializers
161-
version_constant:
162-
[OpenTelemetry, Instrumentation, ActiveModelSerializers, VERSION]
163126

164127
- name: opentelemetry-instrumentation-concurrent_ruby
165128
directory: instrumentation/concurrent_ruby
166-
version_constant: [OpenTelemetry, Instrumentation, ConcurrentRuby, VERSION]
167129

168130
- name: opentelemetry-instrumentation-dalli
169131
directory: instrumentation/dalli
170-
version_constant: [OpenTelemetry, Instrumentation, Dalli, VERSION]
171132

172133
- name: opentelemetry-instrumentation-delayed_job
173134
directory: instrumentation/delayed_job
174-
version_constant: [OpenTelemetry, Instrumentation, DelayedJob, VERSION]
175135

176136
- name: opentelemetry-instrumentation-ethon
177137
directory: instrumentation/ethon
178-
version_constant: [OpenTelemetry, Instrumentation, Ethon, VERSION]
179138

180139
- name: opentelemetry-instrumentation-excon
181140
directory: instrumentation/excon
182-
version_constant: [OpenTelemetry, Instrumentation, Excon, VERSION]
183141

184142
- name: opentelemetry-instrumentation-faraday
185143
directory: instrumentation/faraday
186-
version_constant: [OpenTelemetry, Instrumentation, Faraday, VERSION]
187144

188145
- name: opentelemetry-instrumentation-grpc
189146
directory: instrumentation/grpc
190-
version_constant: [OpenTelemetry, Instrumentation, Grpc, VERSION]
191147

192148
- name: opentelemetry-instrumentation-mongo
193149
directory: instrumentation/mongo
194-
version_constant: [OpenTelemetry, Instrumentation, Mongo, VERSION]
195150

196151
- name: opentelemetry-instrumentation-mysql2
197152
directory: instrumentation/mysql2
198-
version_constant: [OpenTelemetry, Instrumentation, Mysql2, VERSION]
199153

200154
- name: opentelemetry-instrumentation-net_http
201155
directory: instrumentation/net_http
202156
version_rb_path: lib/opentelemetry/instrumentation/net/http/version.rb
203-
version_constant: [OpenTelemetry, Instrumentation, Net, HTTP, VERSION]
204157

205158
- name: opentelemetry-instrumentation-pg
206159
directory: instrumentation/pg
207-
version_constant: [OpenTelemetry, Instrumentation, PG, VERSION]
208160

209161
- name: opentelemetry-instrumentation-que
210162
directory: instrumentation/que
211-
version_constant: [OpenTelemetry, Instrumentation, Que, VERSION]
212163

213164
- name: opentelemetry-instrumentation-rack
214165
directory: instrumentation/rack
215-
version_constant: [OpenTelemetry, Instrumentation, Rack, VERSION]
216166

217167
- name: opentelemetry-instrumentation-rails
218168
directory: instrumentation/rails
219-
version_constant: [OpenTelemetry, Instrumentation, Rails, VERSION]
220169

221170
- name: opentelemetry-instrumentation-redis
222171
directory: instrumentation/redis
223-
version_constant: [OpenTelemetry, Instrumentation, Redis, VERSION]
224172

225173
- name: opentelemetry-instrumentation-restclient
226174
directory: instrumentation/restclient
227-
version_constant: [OpenTelemetry, Instrumentation, RestClient, VERSION]
228175

229176
- name: opentelemetry-instrumentation-rspec
230177
directory: instrumentation/rspec
231-
version_constant: [OpenTelemetry, Instrumentation, RSpec, VERSION]
232178

233179
- name: opentelemetry-instrumentation-ruby_kafka
234180
directory: instrumentation/ruby_kafka
235-
version_constant: [OpenTelemetry, Instrumentation, RubyKafka, VERSION]
236181

237182
- name: opentelemetry-instrumentation-sidekiq
238183
directory: instrumentation/sidekiq
239-
version_constant: [OpenTelemetry, Instrumentation, Sidekiq, VERSION]
240184

241185
- name: opentelemetry-instrumentation-sinatra
242186
directory: instrumentation/sinatra
243-
version_constant: [OpenTelemetry, Instrumentation, Sinatra, VERSION]
244187

245188
- name: opentelemetry-instrumentation-all
246189
directory: instrumentation/all
247-
version_constant: [OpenTelemetry, Instrumentation, All, VERSION]
248190

249191
- name: opentelemetry-processor-baggage
250192
directory: processor/baggage
251-
version_constant: [OpenTelemetry, Processor, Baggage, VERSION]
252193

253194
- name: opentelemetry-propagator-google_cloud_trace_context
254195
directory: propagator/google_cloud_trace_context
255-
version_constant:
256-
[OpenTelemetry, Propagator, GoogleCloudTraceContext, VERSION]
257196

258197
- name: opentelemetry-propagator-ottrace
259198
directory: propagator/ottrace
260-
version_constant: [OpenTelemetry, Propagator, OTTrace, VERSION]
261199

262200
- name: opentelemetry-propagator-vitess
263201
directory: propagator/vitess
264-
version_constant: [OpenTelemetry, Propagator, Vitess, VERSION]
265202

266203
- name: opentelemetry-propagator-xray
267204
directory: propagator/xray
268-
version_constant: [OpenTelemetry, Propagator, XRay, VERSION]
269205

270206
- name: opentelemetry-resource-detector-aws
271207
directory: resources/aws
272-
version_constant: [OpenTelemetry, Resource, Detector, AWS, VERSION]
273208

274209
- name: opentelemetry-resource-detector-azure
275210
directory: resources/azure
276-
version_constant: [OpenTelemetry, Resource, Detector, Azure, VERSION]
277211

278212
- name: opentelemetry-resource-detector-container
279213
directory: resources/container
280-
version_constant: [OpenTelemetry, Resource, Detector, Container, VERSION]
281214

282215
- name: opentelemetry-resource-detector-google_cloud_platform
283216
directory: resources/google_cloud_platform
284-
version_constant:
285-
[OpenTelemetry, Resource, Detector, GoogleCloudPlatform, VERSION]
286217

287218
- name: opentelemetry-sampler-xray
288219
directory: sampler/xray
289-
version_constant: [OpenTelemetry, Sampler, XRay, VERSION]

.toys/release/Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66

77
source 'https://rubygems.org'
88

9-
gem 'base64', '= 0.3.0'
109
gem 'toys', '= 0.19.1'
11-
gem 'toys-release', '= 0.5.1'
10+
gem 'toys-release', '= 0.6.0'

0 commit comments

Comments
 (0)