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

chore(deps): update opentelemetry-common from 0.19.3 to 0.20.0 #537

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

robbkidd
Copy link
Member

Common bumped minor when it dropped Ruby 2.7 support. Instrumentation had already dropped Ruby support < 3.0, so this is a patch change to allow instrumentation to coexist with newer -common and therefore also coexist with newer -sdk that requires newer -common.

Another use of Budget Dependabot:

❯ git ls-files \*.gemspec \
  | xargs \
    sed -i '' \
        -E "s/'opentelemetry-common', '~> [[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+'/'opentelemetry-common', '~> 0.20.0'/"

Quick check:

❯ git ls-files \*.gemspec \
  | xargs grep "opentelemetry-common" \
  | wc -l
      13

❯ git ls-files \*.gemspec \
  | xargs grep "opentelemetry-common" \
  | grep "0.20.0" \
  | wc -l
      13

Common bumped minor when it dropped Ruby 2.7 support. Instrumentation
had already dropped Ruby support < 3.0, so this is a patch change to
allow instrumentation to coexist with newer -common and therefore
also coexist with newer -sdk that requires newer -common.
@robbkidd robbkidd added the dependencies Pull requests that update a dependency file label Jun 30, 2023
@robbkidd robbkidd self-assigned this Jun 30, 2023
@arielvalentin arielvalentin merged commit cc244b9 into open-telemetry:main Jun 30, 2023
@robbkidd robbkidd deleted the update-common-to-0-20 branch July 5, 2023 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants