Skip to content

Commit

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

* opentelemetry-instrumentation-all 0.64.1 (was 0.64.0)
* opentelemetry-instrumentation-aws_sdk 0.6.0 (was 0.5.4)

* chore: Bump aws_sdk version in all

* chore: Bump all version to 0.65.0

---------

Co-authored-by: OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com>
Co-authored-by: Kayla Reopelle <kreopelle@newrelic.com>
  • Loading branch information
3 people committed Sep 20, 2024
1 parent 7671f4e commit 2debf6f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-all

### v0.65.0 / 2024-09-19

* ADDED: All AWS services emit traces

### v0.64.0 / 2024-09-12

- BREAKING CHANGE: Return message when sql is over the obfuscation limit. Fixes a bug where sql statements with prepended comments that hit the obfuscation limit would be sent raw.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module All
VERSION = '0.64.0'
VERSION = '0.65.0'
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'opentelemetry-instrumentation-active_model_serializers', '~> 0.20.1'
spec.add_dependency 'opentelemetry-instrumentation-aws_lambda', '~> 0.1.0'
spec.add_dependency 'opentelemetry-instrumentation-aws_sdk', '~> 0.5.0'
spec.add_dependency 'opentelemetry-instrumentation-aws_sdk', '~> 0.6.0'
spec.add_dependency 'opentelemetry-instrumentation-bunny', '~> 0.21.0'
spec.add_dependency 'opentelemetry-instrumentation-concurrent_ruby', '~> 0.21.1'
spec.add_dependency 'opentelemetry-instrumentation-dalli', '~> 0.25.0'
Expand Down
4 changes: 4 additions & 0 deletions instrumentation/aws_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-aws_sdk

### v0.6.0 / 2024-09-19

* ADDED: All AWS services emit traces

### v0.5.4 / 2024-07-23

* DOCS: Add cspell to CI
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.5.4'
VERSION = '0.6.0'
end
end
end

0 comments on commit 2debf6f

Please sign in to comment.