Skip to content

Commit 367cf9a

Browse files
github-actions[bot]dazumaarielvalentin
authored
release: Release 5 gems (#1593)
* 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 <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
1 parent f7737fd commit 367cf9a

File tree

8 files changed

+21
-4
lines changed

8 files changed

+21
-4
lines changed

api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-api
22

3+
### v1.2.4 / 2024-02-06
4+
5+
* FIXED: SystemStackError in Composite Text Map Propagator (#1590)
6+
37
### v1.2.3 / 2023-09-18
48

59
* FIXED: Optimize span and trace ID generation

api/lib/opentelemetry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
module OpenTelemetry
88
## Current OpenTelemetry version
9-
VERSION = '1.2.3'
9+
VERSION = '1.2.4'
1010
end

common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-common
22

3+
### v0.20.1 / 2024-02-06
4+
5+
* FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation
6+
37
### v0.20.0 / 2023-06-08
48

59
* BREAKING CHANGE: Remove support for EoL Ruby 2.7

common/lib/opentelemetry/common/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
module OpenTelemetry
88
module Common
9-
VERSION = '0.20.0'
9+
VERSION = '0.20.1'
1010
end
1111
end

exporter/zipkin/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History: opentelemetry-exporter-zipkin
22

3+
### v0.23.1 / 2024-02-06
4+
5+
* FIXED: Require csv for ruby-3.4 compatibility
6+
* DOCS: Add missing period
7+
38
### v0.23.0 / 2023-06-08
49

510
* BREAKING CHANGE: Remove support for EoL Ruby 2.7

exporter/zipkin/lib/opentelemetry/exporter/zipkin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module OpenTelemetry
88
module Exporter
99
module Zipkin
1010
## Current OpenTelemetry Zipkin exporter version
11-
VERSION = '0.23.0'
11+
VERSION = '0.23.1'
1212
end
1313
end
1414
end

propagator/jaeger/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-propagator-jaeger
22

3+
### v0.21.1 / 2024-02-06
4+
5+
* FIXED: Patch the issue for frozen string on ruby < 3.0 with string interpolation
6+
37
### v0.21.0 / 2023-06-08
48

59
* BREAKING CHANGE: Remove support for EoL Ruby 2.7

propagator/jaeger/lib/opentelemetry/propagator/jaeger/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Propagator
99
module Jaeger
10-
VERSION = '0.21.0'
10+
VERSION = '0.21.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)