diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 21b77bc56..2e9530ad5 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -48,7 +48,7 @@ jobs: chmod 0600 $HOME/.gem/credentials printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials - - uses: ruby/setup-ruby@v1.180.0 + - uses: ruby/setup-ruby@v1.180.1 with: ruby-version: "3.0" bundler: latest diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bda9206b0..642235229 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,49 +1,49 @@ { - "helpers/mysql": "0.0.0", - "helpers/sql_obfuscation": "0.0.0", - "instrumentation/gruf": "0.1.1", - "instrumentation/grape": "0.1.6", - "instrumentation/racecar": "0.3.0", - "instrumentation/rake": "0.2.1", - "instrumentation/rdkafka": "0.4.2", - "instrumentation/trilogy": "0.58.0", + "helpers/mysql": "0.1.0", + "helpers/sql_obfuscation": "0.1.0", + "instrumentation/graphql": "0.28.2", + "instrumentation/gruf": "0.2.1", + "instrumentation/racecar": "0.3.2", + "instrumentation/rake": "0.2.2", + "instrumentation/rdkafka": "0.4.5", + "instrumentation/trilogy": "0.59.3", "instrumentation/active_support": "0.5.1", "instrumentation/action_mailer": "0.1.0", "instrumentation/action_view": "0.7.0", "instrumentation/action_pack": "0.9.0", "instrumentation/active_job": "0.7.1", - "instrumentation/resque": "0.5.0", - "instrumentation/bunny": "0.21.1", + "instrumentation/resque": "0.5.2", + "instrumentation/bunny": "0.21.3", "instrumentation/base": "0.22.3", - "instrumentation/active_record": "0.7.0", - "instrumentation/aws_sdk": "0.5.0", + "instrumentation/active_record": "0.7.2", + "instrumentation/aws_sdk": "0.5.2", "instrumentation/aws_lambda": "0.1.0", - "instrumentation/lmdb": "0.22.1", - "instrumentation/http": "0.23.2", - "instrumentation/graphql": "0.27.0", - "instrumentation/http_client": "0.22.3", - "instrumentation/httpx": "0.1.1", - "instrumentation/koala": "0.20.2", + "instrumentation/lmdb": "0.22.2", + "instrumentation/http": "0.23.3", + "instrumentation/http_client": "0.22.5", + "instrumentation/httpx": "0.1.2", + "instrumentation/koala": "0.20.4", "instrumentation/active_model_serializers": "0.20.1", - "instrumentation/concurrent_ruby": "0.21.2", - "instrumentation/dalli": "0.25.0", - "instrumentation/delayed_job": "0.22.1", - "instrumentation/ethon": "0.21.3", - "instrumentation/excon": "0.22.0", - "instrumentation/faraday": "0.23.4", - "instrumentation/mongo": "0.22.2", - "instrumentation/mysql2": "0.25.0", - "instrumentation/net_http": "0.22.4", - "instrumentation/pg": "0.26.1", - "instrumentation/que": "0.7.1", - "instrumentation/rack": "0.24.0", - "instrumentation/rails": "0.30.0", - "instrumentation/redis": "0.25.3", - "instrumentation/restclient": "0.22.3", - "instrumentation/rspec": "0.3.2", - "instrumentation/ruby_kafka": "0.21.0", - "instrumentation/sidekiq": "0.25.0", - "instrumentation/sinatra": "0.23.2", + "instrumentation/concurrent_ruby": "0.21.3", + "instrumentation/dalli": "0.25.2", + "instrumentation/delayed_job": "0.22.2", + "instrumentation/ethon": "0.21.6", + "instrumentation/excon": "0.22.2", + "instrumentation/faraday": "0.24.3", + "instrumentation/mongo": "0.22.3", + "instrumentation/mysql2": "0.27.1", + "instrumentation/net_http": "0.22.5", + "instrumentation/pg": "0.27.3", + "instrumentation/que": "0.8.1", + "instrumentation/rack": "0.24.4", + "instrumentation/rails": "0.30.2", + "instrumentation/grape": "0.1.8", + "instrumentation/redis": "0.25.5", + "instrumentation/restclient": "0.22.5", + "instrumentation/rspec": "0.3.3", + "instrumentation/ruby_kafka": "0.21.1", + "instrumentation/sidekiq": "0.25.4", + "instrumentation/sinatra": "0.23.4", "instrumentation/all": "0.56.0", "processor/baggage": "0.1.0", "propagator/ottrace": "0.21.2", diff --git a/release-please-config.json b/release-please-config.json index 5a871d495..1f1c50103 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,4 +1,5 @@ { + "bootstrap-sha": "e70ed65ab9adf56c0325b3910af5b4c21d0846d8", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, "draft": true,