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

Bump sinatra, opentelemetry-sdk, opentelemetry-exporter-otlp and opentelemetry-instrumentation-sinatra in /src/emailservice #128

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps sinatra, opentelemetry-sdk, opentelemetry-exporter-otlp and opentelemetry-instrumentation-sinatra. These dependencies needed to be updated together.
Updates sinatra from 2.2.0 to 4.0.0

Changelog

Sourced from sinatra's changelog.

4.0.0. / 2024-01-19

  • New: Add support for Rack 3 (#1857)

    • Note: you may want to read the [Rack 3 Upgrade Guide]
  • Require Ruby 2.7.8 as minimum Ruby version (#1993)

  • Breaking change: Drop support for Rack 2 (#1857)

    • Note: when using Sinatra to start the web server, you now need the rackup gem installed
  • Breaking change: Remove the IndifferentHash initializer (#1982)

  • Breaking change: Disable session_hijacking protection by default (#1984)

  • Breaking change: Remove Rack::Protection::EncryptedCookie (#1989)

    • Note: cookies are still encrypted (by [Rack::Session::Cookie])

#1857: sinatra/sinatra#1857 #1993: sinatra/sinatra#1993 #1982: sinatra/sinatra#1982 #1984: sinatra/sinatra#1984 #1989: sinatra/sinatra#1989 [Rack::Session::Cookie]: https://github.com/rack/rack-session [Rack 3 Upgrade Guide]: https://github.com/rack/rack/blob/main/UPGRADE-GUIDE.md

3.2.0 / 2023-12-29

  • New: Add #except method to Sinatra::IndifferentHash (#1940)

  • New: Use Exception#detailed_message to show backtrace (#1952)

  • New: Add Sinatra::HamlHelpers to sinatra-contrib (#1960)

  • Fix: Add base64 to rack-protection runtime dependencies (#1946)

  • Fix: Avoid open-ended dependencies for sinatra-contrib and rack-protection (#1949)

  • Fix: Helpful message when Sinatra::Runner times out (#1975)

  • Fix: Ruby 3.3 + Bundler 2.5 compatibility (#1975)

#1940: sinatra/sinatra#1940 #1946: sinatra/sinatra#1946 #1949: sinatra/sinatra#1949 #1952: sinatra/sinatra#1952 #1960: sinatra/sinatra#1960 #1975: sinatra/sinatra#1975

3.1.0 / 2023-08-07

... (truncated)

Commits
  • b626e2d 4.0.0 release (#1996)
  • e56f657 Require Ruby 2.7.8 as minimum Ruby version (#1993)
  • 9993829 CI: remove rack monkey patches
  • 09f1c2b CI: rdiscount 2.2.7.3 resolved the TruffleRuby issue
  • c43e097 CI: use the released version of childprocess
  • 739eaa0 CI: no need to set RUBY_ENGINE
  • d872057 CI: no need to set Encoding.default_external
  • 9c14764 Remove Rack::Protection::EncryptedCookie (#1989)
  • 667056c CI: allow ruby-head to fail
  • 393bb7c Avoid using deprecated Rack::Response#header
  • Additional commits viewable in compare view

Updates opentelemetry-sdk from 1.1.0 to 1.5.0

Release notes

Sourced from opentelemetry-sdk's releases.

opentelemetry-sdk 1.5.0

v1.5.0 / 2024-07-24

  • ADDED: Add add_link to span api/sdk
  • FIXED: Update untraced to suppress logging "Calling finish on an ended Span" warnings

opentelemetry-sdk 1.4.1

v1.4.1 / 2024-03-21

  • FIXED: ForwardingLogger should forward block param.

opentelemetry-sdk 1.4.0

v1.4.0 / 2024-01-25

  • ADDED: Add spans to Trace::ExportError

opentelemetry-sdk 1.3.2

v1.3.2 / 2024-01-23

  • FIXED: Reduce allocations on GraphQL hot paths
  • FIXED: Add context to metrics reporting of buffer-full events

opentelemetry-sdk 1.3.1

v1.3.1 / 2023-11-02

  • FIXED: Spec compliance for span attribute limit
  • FIXED: BatchSpanProcessor#force_flush: purge inherited spans even on shutdown

opentelemetry-sdk 1.3.0

v1.3.0 / 2023-06-08

  • BREAKING CHANGE: Remove support for EoL Ruby 2.7

  • ADDED: Remove support for EoL Ruby 2.7

  • FIXED: SDK requires opentelemetry-common 0.19.7

opentelemetry-sdk 1.2.1

v1.2.1 / 2023-05-30

  • FIXED: Untraced only works with parent-based sampler
  • DOCS: Improve formatting of usage examples in OpenTelemetry SDK rubydocs

opentelemetry-sdk 1.2.0

v1.2.0 / 2022-09-14

  • ADDED: Support OTEL_PROPAGATORS=none
  • ADDED: Support OTEL_ATTRIBUTE_{COUNT,VALUE_LENGTH}_LIMIT env vars
  • ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
  • FIXED: SpanLimits setting event attributes length limit
Changelog

Sourced from opentelemetry-sdk's changelog.

v1.5.0 / 2024-07-24

  • ADDED: Add add_link to span api/sdk
  • FIXED: Update untraced to suppress logging "Calling finish on an ended Span" warnings

v1.4.1 / 2024-03-21

  • FIXED: ForwardingLogger should forward block param.

v1.4.0 / 2024-01-25

  • ADDED: Add spans to Trace::ExportError

v1.3.2 / 2024-01-23

  • FIXED: Reduce allocations on GraphQL hot paths
  • FIXED: Add context to metrics reporting of buffer-full events

v1.3.1 / 2023-11-02

  • FIXED: Spec compliance for span attribute limit
  • FIXED: BatchSpanProcessor#force_flush: purge inherited spans even on shutdown

v1.3.0 / 2023-06-08

  • BREAKING CHANGE: Remove support for EoL Ruby 2.7

  • ADDED: Remove support for EoL Ruby 2.7

  • FIXED: SDK requires opentelemetry-common 0.19.7

v1.2.1 / 2023-05-30

  • FIXED: Untraced only works with parent-based sampler
  • DOCS: Improve formatting of usage examples in OpenTelemetry SDK rubydocs

v1.2.0 / 2022-09-14

  • ADDED: Support OTEL_PROPAGATORS=none
  • ADDED: Support OTEL_ATTRIBUTE_{COUNT,VALUE_LENGTH}_LIMIT env vars
  • ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0
  • FIXED: SpanLimits setting event attributes length limit
Commits
  • 3f106c6 release: Release 4 gems (#1654)
  • a1f1629 fix: Update untraced to suppress logging "Calling finish on an ended Span" ...
  • f14bdac feat: Add add_link to span api/sdk (#1623)
  • 40171ab release: Release opentelemetry-sdk 1.4.1 (was 1.4.0) (#1621)
  • b1d6d05 fix: ForwardingLogger should foward block param (#1616)
  • bffcb77 chore: Implement shared RuboCop configuration (#1587)
  • 540b77e chore: Replace positive? with 'greater than 0' (#1586)
  • 4d94aa4 release: Release opentelemetry-sdk 1.4.0 (was 1.3.2) (#1583)
  • 200ea02 feat: add spans to Trace::ExportError (#1582)
  • 4b37bb3 re-add spans using splat operator (#1580)
  • Additional commits viewable in compare view

Updates opentelemetry-exporter-otlp from 0.21.3 to 0.29.0

Release notes

Sourced from opentelemetry-exporter-otlp's releases.

opentelemetry-exporter-otlp 0.29.0

v0.29.0 / 2024-08-27

  • ADDED: Add support for mutual TLS.

opentelemetry-exporter-otlp 0.28.1

v0.28.1 / 2024-07-24

  • ADDED: Improve SSL error logging.

opentelemetry-exporter-otlp 0.28.0

v0.28.0 / 2024-06-19

  • ADDED: Bump google_protobuf >=3.18, < 5.a

opentelemetry-exporter-otlp 0.27.0

v0.27.0 / 2024-04-19

  • ADDED: Add stats for serialization time in otlp exporter

opentelemetry-exporter-otlp 0.26.3

v0.26.3 / 2024-02-01

  • FIXED: do not log request failure in backoff?

opentelemetry-exporter-otlp 0.26.2

v0.26.2 / 2024-01-23

  • FIXED: Align endpoint environment variable handling with spec
  • FIXED: Require csv for ruby-3.4 compatibility
  • FIXED: Add context to metrics reporting of buffer-full events

opentelemetry-exporter-otlp 0.26.1

v0.26.1 / 2023-07-29

  • FIXED: Regenerate v0.20.0 protos
  • ADDED: Allow google-protobuf ~> 3.14

opentelemetry-exporter-otlp 0.24.2

v0.24.2 / 2023-07-12

  • FIXED: Otlp exporter version require order

opentelemetry-exporter-otlp 0.26.0

v0.26.0 / 2023-06-13

  • ADDED: Use OTLP 0.20.0 protos

opentelemetry-exporter-otlp 0.25.0

v0.25.0 / 2023-06-01

... (truncated)

Changelog

Sourced from opentelemetry-exporter-otlp's changelog.

v0.29.0 / 2024-08-27

  • ADDED: Add support for mutual TLS.

v0.28.1 / 2024-07-24

  • ADDED: Improve SSL error logging.

v0.28.0 / 2024-06-19

  • ADDED: Bump google_protobuf >=3.18, < 5.a

v0.27.0 / 2024-04-19

  • ADDED: Add stats for serialization time in otlp exporter

v0.26.3 / 2024-02-01

  • FIXED: do not log request failure in backoff?

v0.26.2 / 2024-01-23

  • FIXED: Align endpoint environment variable handling with spec
  • FIXED: Require csv for ruby-3.4 compatibility
  • FIXED: Add context to metrics reporting of buffer-full events

v0.26.1 / 2023-07-29

  • FIXED: Regenerate v0.20.0 protos
  • ADDED: Allow google-protobuf ~> 3.14

v0.26.0 / 2023-06-13

  • ADDED: Use OTLP 0.20.0 protos

v0.25.0 / 2023-06-01

  • BREAKING CHANGE: Remove support for EoL Ruby 2.7

  • ADDED: Remove support for EoL Ruby 2.7

  • FIXED: Make version available to user agent header #1458

v0.24.1 / 2023-05-30

  • FIXED: Add Ruby 3.2 to CI and do small fix
  • FIXED: Adds User-Agent header in OTLP exporter

v0.24.0 / 2022-09-14

  • ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0

... (truncated)

Commits

Updates opentelemetry-instrumentation-sinatra from 0.19.4 to 0.24.1

Release notes

Sourced from opentelemetry-instrumentation-sinatra's releases.

opentelemetry-instrumentation-sinatra 0.24.1

v0.24.1 / 2024-07-23

  • DOCS: Add cspell to CI

opentelemetry-instrumentation-sinatra 0.24.0

v0.24.0 / 2024-07-02

  • ADDED: Make Rack install optional for sinatra

opentelemetry-instrumentation-sinatra 0.23.5

v0.23.5 / 2024-06-18

  • FIXED: Relax otel common gem constraints
Changelog

Sourced from opentelemetry-instrumentation-sinatra's changelog.

v0.24.1 / 2024-07-23

  • DOCS: Add cspell to CI

v0.24.0 / 2024-07-02

  • ADDED: Make Rack install optional for sinatra

v0.23.5 / 2024-06-18

  • FIXED: Relax otel common gem constraints

v0.23.4 / 2024-05-09

  • FIXED: Untrace entire request

v0.23.3 / 2024-04-30

  • FIXED: Bundler conflict warnings

v0.23.2 / 2023-07-21

v0.23.1 / 2023-06-05

  • (No significant changes)

v0.23.0 / 2023-06-05

  • ADDED: Use Rack Middleware Helper
  • FIXED: Base config options

v0.22.0 / 2023-04-17

  • BREAKING CHANGE: Drop support for EoL Ruby 2.7

  • ADDED: Drop support for EoL Ruby 2.7

v0.21.5 / 2023-02-13

  • FIXED: Add exceptions to sinatra spans, ruboproof test.

v0.21.4 / 2023-02-08

  • CHANGED: incorrect error type being recorded when Sinatra route raises exception #317

v0.21.3 / 2023-01-27

  • fix: Check if env['sinatra.error'] exists before recording it

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…telemetry-instrumentation-sinatra

Bumps [sinatra](https://github.com/sinatra/sinatra), [opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-ruby), [opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-ruby) and [opentelemetry-instrumentation-sinatra](https://github.com/open-telemetry/opentelemetry-ruby-contrib). These dependencies needed to be updated together.

Updates `sinatra` from 2.2.0 to 4.0.0
- [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md)
- [Commits](sinatra/sinatra@v2.2.0...v4.0.0)

Updates `opentelemetry-sdk` from 1.1.0 to 1.5.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/sdk/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-sdk/v1.1.0...opentelemetry-sdk/v1.5.0)

Updates `opentelemetry-exporter-otlp` from 0.21.3 to 0.29.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby/blob/main/exporter/otlp/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby@opentelemetry-exporter-otlp/v0.21.3...opentelemetry-exporter-otlp/v0.29.0)

Updates `opentelemetry-instrumentation-sinatra` from 0.19.4 to 0.24.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-ruby-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-ruby-contrib/blob/main/instrumentation/sinatra/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-ruby-contrib@opentelemetry-instrumentation-sinatra/v0.19.4...opentelemetry-instrumentation-sinatra/v0.24.1)

---
updated-dependencies:
- dependency-name: sinatra
  dependency-type: direct:production
- dependency-name: opentelemetry-sdk
  dependency-type: direct:production
- dependency-name: opentelemetry-exporter-otlp
  dependency-type: direct:production
- dependency-name: opentelemetry-instrumentation-sinatra
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Nov 1, 2024
Copy link

github-actions bot commented Nov 9, 2024

This PR was marked stale due to lack of activity. It will be closed in 7 days.

@github-actions github-actions bot added the Stale label Nov 9, 2024
Copy link

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Nov 16, 2024
Copy link
Author

dependabot bot commented on behalf of github Nov 16, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/bundler/src/emailservice/multi-0d463612c4 branch November 16, 2024 03:20
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 ruby Pull requests that update Ruby code Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants