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

Fix dependency for otlp exporter #2605

Merged
merged 1 commit into from
Apr 15, 2022
Merged

Fix dependency for otlp exporter #2605

merged 1 commit into from
Apr 15, 2022

Conversation

lzchen
Copy link
Contributor

@lzchen lzchen commented Apr 14, 2022

opentelemetry-sdk ~= 1.10.0 prevents from upgrading to 1.11.0. Changing to greater than.

`opentelemetry-sdk ~= 1.10.0` prevents from upgrading to 1.11.0. Changing to greater than.
@lzchen lzchen requested a review from a team April 14, 2022 23:04
@lzchen lzchen added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Apr 14, 2022
@srikanthccv
Copy link
Member

Hmm, small question, if there are some additive changes in 1.11.0 sdk that are used by exporter then shouldn't we be changing this to >= 1.11.0 in the release PR itself?

@lzchen
Copy link
Contributor Author

lzchen commented Apr 14, 2022

@srikanthccv

Hmm, small question, if there are some additive changes in 1.11.0 sdk that are used by exporter then shouldn't we be changing this to >= 1.11.0 in the release PR itself?

Yes I will be making that change in the release PR.

@ocelotl ocelotl merged commit 3cde5a9 into main Apr 15, 2022
@srikanthccv
Copy link
Member

What I had in my mind was actually would we have changed the min compatible version if it weren't notified by failure? We had a buggy release in the past with similar issue #2442.

@lzchen
Copy link
Contributor Author

lzchen commented Apr 18, 2022

@srikanthccv
Do you mean to just use ~= 1.11 for the release?

@lzchen lzchen deleted the lzchen-patch-2 branch November 2, 2022 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants