-
Notifications
You must be signed in to change notification settings - Fork 251
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
release: Release 9 gems #583
Conversation
@@ -6,5 +6,5 @@ | |||
|
|||
module OpenTelemetry | |||
## Current OpenTelemetry version | |||
VERSION = '0.12.1' | |||
VERSION = '0.12.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was about to rant about the divergence in SDK and API version numbers, but I re-read the versioning and stability doc and this is explicitly allowed.
I added three commits to the PR to bump the dependency on If someone were to pull the latest version of say the However now I'm running into issues with testing an unrelated gem (see snippet below)
So my confusion here comes from the fact that my changes did not introduce this dependency issue but instead the Action that triggered this PR didn't actually run CI for itself. |
Closing this - I'll cut a new release with a few additional small PRs |
Release PR closed without merging. |
This pull request prepares new gem releases for the following gems:
For each gem, this pull request modifies the gem version and provides an initial changelog entry based on conventional commit messages. You can edit these changes before merging, to release a different version or to alter the changelog text.
The generated changelog entries have been copied below:
opentelemetry-api
v0.12.2 / 2021-01-29
opentelemetry-sdk
v0.13.0 / 2021-01-29
BREAKING CHANGE: Remove MILLIS from BatchSpanProcessor vars
ADDED: Process.runtime resource
ADDED: Provide default resource in SDK
FIXED: Resource.merge consistency
FIXED: Remove MILLIS from BatchSpanProcessor vars
opentelemetry-common
v0.13.0 / 2021-01-29
opentelemetry-exporter-jaeger
v0.13.0 / 2021-01-29
opentelemetry-exporter-otlp
v0.13.0 / 2021-01-29
BREAKING CHANGE: Spec compliance for OTLP exporter
ADDED: Add untraced wrapper to common utils
FIXED: Spec compliance for OTLP exporter
FIXED: Conditionally append path to collector endpoint
FIXED: OTLP path should be /v1/traces
opentelemetry-instrumentation-mongo
v0.12.1 / 2021-01-29
opentelemetry-instrumentation-rack
v0.12.1 / 2021-01-29
opentelemetry-instrumentation-ruby_kafka
v0.12.1 / 2021-01-29
opentelemetry-instrumentation-sidekiq
v0.13.0 / 2021-01-29