Skip to content

Commit

Permalink
release: Release 42 gems (#1313)
Browse files Browse the repository at this point in the history
* release: Release 42 gems

Co-authored-by: Robert Laurin <robert.laurin@shopify.com>
  • Loading branch information
github-actions[bot] and robertlaurin authored Jun 9, 2022
1 parent 87ee2a6 commit 99b4300
Show file tree
Hide file tree
Showing 89 changed files with 259 additions and 90 deletions.
4 changes: 4 additions & 0 deletions exporter/jaeger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-exporter-jaeger

### v0.21.0 / 2022-06-09

* (No significant changes)

### v0.20.2 / 2022-05-02

* DOCS: Fix exporter port in Jaeger exporter readme
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Exporter
module Jaeger
## Current OpenTelemetry Jaeger exporter version
VERSION = '0.20.2'
VERSION = '0.21.0'
end
end
end
4 changes: 4 additions & 0 deletions exporter/otlp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-exporter-otlp

### v0.22.0 / 2022-06-09

* ADDED: Otlp grpc

### v0.21.3 / 2022-05-12

* (No significant changes)
Expand Down
2 changes: 1 addition & 1 deletion exporter/otlp/lib/opentelemetry/exporter/otlp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Exporter
module OTLP
## Current OpenTelemetry OTLP exporter version
VERSION = '0.21.3'
VERSION = '0.22.0'
end
end
end
4 changes: 4 additions & 0 deletions exporter/zipkin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-exporter-zipkin

### v0.20.0 / 2022-06-09

* (No significant changes)

### v0.19.3 / 2021-12-01

* FIXED: Change net attribute names to match the semantic conventions spec for http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Exporter
module Zipkin
## Current OpenTelemetry Zipkin exporter version
VERSION = '0.19.3'
VERSION = '0.20.0'
end
end
end
4 changes: 2 additions & 2 deletions instrumentation/action_pack/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'opentelemetry-instrumentation-base', path: '../../instrumentation/base'
gem 'opentelemetry-instrumentation-rack', path: '../../instrumentation/rack'
# TODO: uncomment
# gem 'opentelemetry-instrumentation-base', path: '../../instrumentation/base'
gem 'pry-byebug'
end
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 2.6.0'

spec.add_dependency 'opentelemetry-api', '~> 1.0'
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.21.0'
# TODO: BUMP
spec.add_dependency 'opentelemetry-instrumentation-base', '~> 0.20.0'
spec.add_dependency 'opentelemetry-instrumentation-rack', '~> 0.20.0'

spec.add_development_dependency 'appraisal', '~> 2.2.0'
Expand Down
5 changes: 5 additions & 0 deletions instrumentation/action_view/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-action_view

### v0.3.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.2.1 / 2022-05-02

* FIXED: RubyGems Fallback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActionView
VERSION = '0.2.1'
VERSION = '0.3.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-active_job

### v0.3.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.2.0 / 2022-05-02

* ADDED: Validate Using Enums
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveJob
VERSION = '0.2.0'
VERSION = '0.3.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/active_model_serializers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-active_model_serializers

### v0.19.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.18.5 / 2022-05-02

* FIXED: `ActiveSupport` constant conflict in Active Model Serializers instrumentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveModelSerializers
VERSION = '0.18.5'
VERSION = '0.19.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/active_record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-active_record

### v0.4.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.3.0 / 2022-05-02

* ADDED: Make ActiveRecord 7 compatible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveRecord
VERSION = '0.3.0'
VERSION = '0.4.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/active_support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-active_support

### v0.2.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.1.2 / 2022-05-05

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveSupport
VERSION = '0.1.2'
VERSION = '0.2.0'
end
end
end
38 changes: 0 additions & 38 deletions instrumentation/all/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,3 @@
source 'https://rubygems.org'

gemspec

group :test do
gem 'opentelemetry-instrumentation-action_pack', path: '../action_pack'
gem 'opentelemetry-instrumentation-action_view', path: '../action_view'
gem 'opentelemetry-instrumentation-active_job', path: '../active_job'
gem 'opentelemetry-instrumentation-active_model_serializers', path: '../active_model_serializers'
gem 'opentelemetry-instrumentation-active_record', path: '../active_record'
gem 'opentelemetry-instrumentation-active_support', path: '../active_support'
gem 'opentelemetry-instrumentation-aws_sdk', path: '../aws_sdk'
gem 'opentelemetry-instrumentation-base', path: '../base'
gem 'opentelemetry-instrumentation-bunny', path: '../bunny'
gem 'opentelemetry-instrumentation-concurrent_ruby', path: '../concurrent_ruby'
gem 'opentelemetry-instrumentation-dalli', path: '../dalli'
gem 'opentelemetry-instrumentation-delayed_job', path: '../delayed_job'
gem 'opentelemetry-instrumentation-ethon', path: '../ethon'
gem 'opentelemetry-instrumentation-excon', path: '../excon'
gem 'opentelemetry-instrumentation-faraday', path: '../faraday'
gem 'opentelemetry-instrumentation-graphql', path: '../graphql'
gem 'opentelemetry-instrumentation-http', path: '../http'
gem 'opentelemetry-instrumentation-http_client', path: '../http_client'
gem 'opentelemetry-instrumentation-koala', path: '../koala'
gem 'opentelemetry-instrumentation-lmdb', path: '../lmdb'
gem 'opentelemetry-instrumentation-mongo', path: '../mongo'
gem 'opentelemetry-instrumentation-mysql2', path: '../mysql2'
gem 'opentelemetry-instrumentation-net_http', path: '../net_http'
gem 'opentelemetry-instrumentation-pg', path: '../pg'
gem 'opentelemetry-instrumentation-que', path: '../que'
gem 'opentelemetry-instrumentation-rack', path: '../rack'
gem 'opentelemetry-instrumentation-rails', path: '../rails'
gem 'opentelemetry-instrumentation-rdkafka', path: '../rdkafka'
gem 'opentelemetry-instrumentation-redis', path: '../redis'
gem 'opentelemetry-instrumentation-resque', path: '../resque'
gem 'opentelemetry-instrumentation-restclient', path: '../restclient'
gem 'opentelemetry-instrumentation-ruby_kafka', path: '../ruby_kafka'
gem 'opentelemetry-instrumentation-sidekiq', path: '../sidekiq'
gem 'opentelemetry-instrumentation-sinatra', path: '../sinatra'
gem 'opentelemetry-instrumentation-trilogy', path: '../trilogy'
end
5 changes: 5 additions & 0 deletions instrumentation/aws_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-aws_sdk

### v0.3.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.2.3 / 2022-05-02

* FIXED: RubyGems Fallback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module AwsSdk
VERSION = '0.2.3'
VERSION = '0.3.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/bunny/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-bunny

### v0.19.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.18.5 / 2022-05-05

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Bunny
VERSION = '0.18.5'
VERSION = '0.19.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/concurrent_ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-concurrent_ruby

### v0.20.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.19.3 / 2022-05-05

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ConcurrentRuby
VERSION = '0.19.3'
VERSION = '0.20.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/dalli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-dalli

### v0.22.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.21.0 / 2022-05-02

* ADDED: Validate Using Enums
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Dalli
VERSION = '0.21.0'
VERSION = '0.22.0'
end
end
end
6 changes: 6 additions & 0 deletions instrumentation/delayed_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-instrumentation-delayed_job

### v0.19.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Rails 7.0.3 test suite incompatibility
* FIXED: Broken test file requirements

### v0.18.5 / 2022-05-02

* FIXED: RubyGems Fallback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module DelayedJob
VERSION = '0.18.5'
VERSION = '0.19.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/ethon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-ethon

### v0.20.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.19.5 / 2022-05-05

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Ethon
VERSION = '0.19.5'
VERSION = '0.20.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/excon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-excon

### v0.20.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.19.5 / 2022-05-05

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Excon
VERSION = '0.19.5'
VERSION = '0.20.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/faraday/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-faraday

### v0.21.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.20.1 / 2022-05-03

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Faraday
VERSION = '0.20.1'
VERSION = '0.21.0'
end
end
end
5 changes: 5 additions & 0 deletions instrumentation/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History: opentelemetry-instrumentation-graphql

### v0.20.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements

### v0.19.3 / 2022-05-05

* (No significant changes)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module GraphQL
VERSION = '0.19.3'
VERSION = '0.20.0'
end
end
end
Loading

0 comments on commit 99b4300

Please sign in to comment.