Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v0.23 release #1738

Merged
merged 30 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
ae3db55
Prepare v0.23 release
cijothomas May 11, 2024
f436233
update opentelemetry-http version for sdk
cijothomas May 11, 2024
5788a9e
fix stdout dep on appender-tracing
cijothomas May 11, 2024
35c5e04
fix jaeger dep on jaeger propagator
cijothomas May 11, 2024
e1ca157
fix sem convention dev dependency on api and sdk
cijothomas May 11, 2024
da4d9c7
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 11, 2024
9e50f84
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 11, 2024
f7f87bd
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 12, 2024
f7a9f66
Merge branch 'cijothomas/release-may-2024' of https://github.com/cijo…
cijothomas May 12, 2024
0918e20
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 12, 2024
af613fa
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 13, 2024
b8795b5
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 13, 2024
40aab83
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 13, 2024
4afc0d5
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 14, 2024
4753091
Merge branch 'cijothomas/release-may-2024' of https://github.com/cijo…
cijothomas May 14, 2024
ba0c957
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 14, 2024
60bdbde
Merge branch 'main' into cijothomas/release-may-2024
TommyCpp May 14, 2024
2c9f3c1
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 14, 2024
bb778ff
fix changelog
cijothomas May 14, 2024
53ea97f
Merge branch 'main' into cijothomas/release-may-2024
TommyCpp May 14, 2024
9e96cff
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 14, 2024
e97fc9e
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 15, 2024
8408f5e
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 15, 2024
1299c5a
Update opentelemetry-jaeger/README.md
cijothomas May 15, 2024
715a24e
conflict fix
cijothomas May 15, 2024
abeef91
fix merge issues
cijothomas May 15, 2024
a342009
Merge branch 'cijothomas/release-may-2024' of https://github.com/cijo…
cijothomas May 15, 2024
e9abc4c
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 15, 2024
9139894
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 15, 2024
d88d7ed
Merge branch 'main' into cijothomas/release-may-2024
cijothomas May 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix merge issues
  • Loading branch information
cijothomas committed May 15, 2024
commit abeef919d0ee585fec4276fac6daf4648fcf55fc
1 change: 0 additions & 1 deletion opentelemetry-otlp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
- Update `opentelemetry_sdk` dependency version to 0.23
- Update `opentelemetry-http` dependency version to 0.12
- Update `opentelemetry-proto` dependency version to 0.6
- Update `opentelemetry-semantic-conventions` dependency version to 0.15

## v0.15.0

Expand Down
1 change: 0 additions & 1 deletion opentelemetry-otlp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ opentelemetry = { version = "0.23", default-features = false, path = "../opentel
opentelemetry_sdk = { version = "0.23", default-features = false, path = "../opentelemetry-sdk" }
opentelemetry-http = { version = "0.12", path = "../opentelemetry-http", optional = true }
opentelemetry-proto = { version = "0.6", path = "../opentelemetry-proto", default-features = false }
opentelemetry-semantic-conventions = { version = "0.15", path = "../opentelemetry-semantic-conventions" }

prost = { workspace = true, optional = true }
tonic = { workspace = true, optional = true }
Expand Down