Skip to content

Commit

Permalink
chore: Fixes for release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Dec 22, 2023
1 parent d4faa61 commit a6438b9
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 49 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
steps:
- uses: google-github-actions/release-please-action@cc61a07e2da466bebbc19b3a7dd01d6aecb20d1e
id: release
with:
command: manifest
outputs:
releases_created: ${{ steps.release.outputs.releases_created }}
paths_released: ${{ steps.release.outputs.paths_released }}
Expand Down
94 changes: 47 additions & 47 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
{
"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.57.0",
"instrumentation/active_support": "0.5.1",
"instrumentation/action_view": "0.7.0",
"instrumentation/action_pack": "0.8.0",
"instrumentation/active_job": "0.7.1",
"instrumentation/resque": "0.5.0",
"instrumentation/bunny": "0.21.1",
"instrumentation/base": "0.22.3",
"instrumentation/active_record": "0.7.0",
"instrumentation/aws_sdk": "0.5.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/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.23.5",
"instrumentation/rails": "0.29.1",
"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/all": "0.54.0",
"propagator/ottrace": "0.21.2",
"propagator/xray": "0.22.1",
"resources/azure": "0.1.0",
"resources/container": "0.1.1",
"resources/google_cloud_platform": "0.1.0"
"opentelmentry-instrumentation-gruf": "0.1.1",
"opentelmentry-instrumentation-grape": "0.1.6",
"opentelmentry-instrumentation-racecar": "0.3.0",
"opentelmentry-instrumentation-rake": "0.2.1",
"opentelmentry-instrumentation-rdkafka": "0.4.2",
"opentelmentry-instrumentation-trilogy": "0.57.0",
"opentelmentry-instrumentation-active_support": "0.5.1",
"opentelmentry-instrumentation-action_view": "0.7.0",
"opentelmentry-instrumentation-action_pack": "0.8.0",
"opentelmentry-instrumentation-active_job": "0.7.1",
"opentelmentry-instrumentation-resque": "0.5.0",
"opentelmentry-instrumentation-bunny": "0.21.1",
"opentelmentry-instrumentation-base": "0.22.3",
"opentelmentry-instrumentation-active_record": "0.7.0",
"opentelmentry-instrumentation-aws_sdk": "0.5.0",
"opentelmentry-instrumentation-lmdb": "0.22.1",
"opentelmentry-instrumentation-http": "0.23.2",
"opentelmentry-instrumentation-graphql": "0.27.0",
"opentelmentry-instrumentation-http_client": "0.22.3",
"opentelmentry-instrumentation-httpx": "0.1.1",
"opentelmentry-instrumentation-koala": "0.20.2",
"opentelmentry-instrumentation-active_model_serializers": "0.20.1",
"opentelmentry-instrumentation-concurrent_ruby": "0.21.2",
"opentelmentry-instrumentation-dalli": "0.25.0",
"opentelmentry-instrumentation-delayed_job": "0.22.1",
"opentelmentry-instrumentation-ethon": "0.21.3",
"opentelmentry-instrumentation-excon": "0.22.0",
"opentelmentry-instrumentation-faraday": "0.23.4",
"opentelmentry-instrumentation-mongo": "0.22.2",
"opentelmentry-instrumentation-mysql2": "0.25.0",
"opentelmentry-instrumentation-net_http": "0.22.4",
"opentelmentry-instrumentation-pg": "0.26.1",
"opentelmentry-instrumentation-que": "0.7.1",
"opentelmentry-instrumentation-rack": "0.23.5",
"opentelmentry-instrumentation-rails": "0.29.1",
"opentelmentry-instrumentation-redis": "0.25.3",
"opentelmentry-instrumentation-restclient": "0.22.3",
"opentelmentry-instrumentation-rspec": "0.3.2",
"opentelmentry-instrumentation-ruby_kafka": "0.21.0",
"opentelmentry-instrumentation-sidekiq": "0.25.0",
"opentelmentry-instrumentation-sinatra": "0.23.2",
"opentelmentry-instrumentation-all": "0.54.0",
"opentelemetry-propagator-ottrace": "0.21.2",
"opentelemetry-propagator-xray": "0.22.1",
"opentelemetry-resource-detector-azure": "0.1.0",
"opentelemetry-resource-detector-container": "0.1.1",
"opentelemetry-resource-detector-google_cloud_platform": "0.1.0"
}

0 comments on commit a6438b9

Please sign in to comment.