Skip to content

Commit

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

* opentelemetry-common 0.20.1 (was 0.20.0)
* opentelemetry-exporter-zipkin 0.23.1 (was 0.23.0)
* opentelemetry-propagator-jaeger 0.21.1 (was 0.21.0)
* opentelemetry-semantic_conventions 1.10.0 (was 1.10.0)
* opentelemetry-api 1.2.4 (was 1.2.3)

* docs: Update api/CHANGELOG.md

---------

Co-authored-by: Daniel Azuma <dazuma@gmail.com>
Co-authored-by: Ariel Valentin <arielvalentin@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 6, 2024
1 parent f7737fd commit 367cf9a
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 4 deletions.
4 changes: 4 additions & 0 deletions api/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History: opentelemetry-api

### v1.2.4 / 2024-02-06

* FIXED: SystemStackError in Composite Text Map Propagator (#1590)

### v1.2.3 / 2023-09-18

* FIXED: Optimize span and trace ID generation
Expand Down
2 changes: 1 addition & 1 deletion api/lib/opentelemetry/version.rb
Expand Up @@ -6,5 +6,5 @@

module OpenTelemetry
## Current OpenTelemetry version
VERSION = '1.2.3'
VERSION = '1.2.4'
end
4 changes: 4 additions & 0 deletions common/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History: opentelemetry-common

### v0.20.1 / 2024-02-06

* FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation

### v0.20.0 / 2023-06-08

* BREAKING CHANGE: Remove support for EoL Ruby 2.7
Expand Down
2 changes: 1 addition & 1 deletion common/lib/opentelemetry/common/version.rb
Expand Up @@ -6,6 +6,6 @@

module OpenTelemetry
module Common
VERSION = '0.20.0'
VERSION = '0.20.1'
end
end
5 changes: 5 additions & 0 deletions exporter/zipkin/CHANGELOG.md
@@ -1,5 +1,10 @@
# Release History: opentelemetry-exporter-zipkin

### v0.23.1 / 2024-02-06

* FIXED: Require csv for ruby-3.4 compatibility
* DOCS: Add missing period

### v0.23.0 / 2023-06-08

* BREAKING CHANGE: Remove support for EoL Ruby 2.7
Expand Down
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Exporter
module Zipkin
## Current OpenTelemetry Zipkin exporter version
VERSION = '0.23.0'
VERSION = '0.23.1'
end
end
end
4 changes: 4 additions & 0 deletions propagator/jaeger/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History: opentelemetry-propagator-jaeger

### v0.21.1 / 2024-02-06

* FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation

### v0.21.0 / 2023-06-08

* BREAKING CHANGE: Remove support for EoL Ruby 2.7
Expand Down
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Propagator
module Jaeger
VERSION = '0.21.0'
VERSION = '0.21.1'
end
end
end

0 comments on commit 367cf9a

Please sign in to comment.