Skip to content

Commit e2ba37d

Browse files
committed
chore: Update release please configs
1 parent e70ed65 commit e2ba37d

File tree

3 files changed

+39
-38
lines changed

3 files changed

+39
-38
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
chmod 0600 $HOME/.gem/credentials
4949
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
5050
51-
- uses: ruby/[email protected].0
51+
- uses: ruby/[email protected].1
5252
with:
5353
ruby-version: "3.0"
5454
bundler: latest

.release-please-manifest.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
{
2-
"helpers/mysql": "0.0.0",
3-
"helpers/sql_obfuscation": "0.0.0",
4-
"instrumentation/gruf": "0.1.1",
5-
"instrumentation/grape": "0.1.6",
6-
"instrumentation/racecar": "0.3.0",
7-
"instrumentation/rake": "0.2.1",
8-
"instrumentation/rdkafka": "0.4.2",
9-
"instrumentation/trilogy": "0.58.0",
2+
"helpers/mysql": "0.1.0",
3+
"helpers/sql_obfuscation": "0.1.0",
4+
"instrumentation/graphql": "0.28.2",
5+
"instrumentation/gruf": "0.2.1",
6+
"instrumentation/racecar": "0.3.2",
7+
"instrumentation/rake": "0.2.2",
8+
"instrumentation/rdkafka": "0.4.5",
9+
"instrumentation/trilogy": "0.59.3",
1010
"instrumentation/active_support": "0.5.1",
1111
"instrumentation/action_mailer": "0.1.0",
1212
"instrumentation/action_view": "0.7.0",
1313
"instrumentation/action_pack": "0.9.0",
1414
"instrumentation/active_job": "0.7.1",
15-
"instrumentation/resque": "0.5.0",
16-
"instrumentation/bunny": "0.21.1",
15+
"instrumentation/resque": "0.5.2",
16+
"instrumentation/bunny": "0.21.3",
1717
"instrumentation/base": "0.22.3",
18-
"instrumentation/active_record": "0.7.0",
19-
"instrumentation/aws_sdk": "0.5.0",
18+
"instrumentation/active_record": "0.7.2",
19+
"instrumentation/aws_sdk": "0.5.2",
2020
"instrumentation/aws_lambda": "0.1.0",
21-
"instrumentation/lmdb": "0.22.1",
22-
"instrumentation/http": "0.23.2",
23-
"instrumentation/graphql": "0.27.0",
24-
"instrumentation/http_client": "0.22.3",
25-
"instrumentation/httpx": "0.1.1",
26-
"instrumentation/koala": "0.20.2",
21+
"instrumentation/lmdb": "0.22.2",
22+
"instrumentation/http": "0.23.3",
23+
"instrumentation/http_client": "0.22.5",
24+
"instrumentation/httpx": "0.1.2",
25+
"instrumentation/koala": "0.20.4",
2726
"instrumentation/active_model_serializers": "0.20.1",
28-
"instrumentation/concurrent_ruby": "0.21.2",
29-
"instrumentation/dalli": "0.25.0",
30-
"instrumentation/delayed_job": "0.22.1",
31-
"instrumentation/ethon": "0.21.3",
32-
"instrumentation/excon": "0.22.0",
33-
"instrumentation/faraday": "0.23.4",
34-
"instrumentation/mongo": "0.22.2",
35-
"instrumentation/mysql2": "0.25.0",
36-
"instrumentation/net_http": "0.22.4",
37-
"instrumentation/pg": "0.26.1",
38-
"instrumentation/que": "0.7.1",
39-
"instrumentation/rack": "0.24.0",
40-
"instrumentation/rails": "0.30.0",
41-
"instrumentation/redis": "0.25.3",
42-
"instrumentation/restclient": "0.22.3",
43-
"instrumentation/rspec": "0.3.2",
44-
"instrumentation/ruby_kafka": "0.21.0",
45-
"instrumentation/sidekiq": "0.25.0",
46-
"instrumentation/sinatra": "0.23.2",
27+
"instrumentation/concurrent_ruby": "0.21.3",
28+
"instrumentation/dalli": "0.25.2",
29+
"instrumentation/delayed_job": "0.22.2",
30+
"instrumentation/ethon": "0.21.6",
31+
"instrumentation/excon": "0.22.2",
32+
"instrumentation/faraday": "0.24.3",
33+
"instrumentation/mongo": "0.22.3",
34+
"instrumentation/mysql2": "0.27.1",
35+
"instrumentation/net_http": "0.22.5",
36+
"instrumentation/pg": "0.27.3",
37+
"instrumentation/que": "0.8.1",
38+
"instrumentation/rack": "0.24.4",
39+
"instrumentation/rails": "0.30.2",
40+
"instrumentation/grape": "0.1.8",
41+
"instrumentation/redis": "0.25.5",
42+
"instrumentation/restclient": "0.22.5",
43+
"instrumentation/rspec": "0.3.3",
44+
"instrumentation/ruby_kafka": "0.21.1",
45+
"instrumentation/sidekiq": "0.25.4",
46+
"instrumentation/sinatra": "0.61.4",
4747
"instrumentation/all": "0.56.0",
4848
"processor/baggage": "0.1.0",
4949
"propagator/ottrace": "0.21.2",

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"bootstrap-sha": "e70ed65ab9adf56c0325b3910af5b4c21d0846d8",
23
"bump-minor-pre-major": true,
34
"bump-patch-for-minor-pre-major": true,
45
"draft": true,

0 commit comments

Comments
 (0)