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 ddtrace from 0.26.0 to 0.27.0 #4230

Merged
merged 1 commit into from Sep 17, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ddtrace from 0.26.0 to 0.27.0.

Release notes

Sourced from ddtrace's releases.

0.27.0

Support for Ruby < 2.0 is removed. Plan for timeline is as follows:

  • 0.25.0: Support for Ruby < 2.0 is deprecated; retains full feature support.
  • 0.26.0: Last version to support Ruby < 2.0; any new features will not support 1.9.
  • 0.27.0: Support for Ruby < 2.0 is removed.

Version 0.26.x will receive only critical bugfixes for 1 year following the release of 0.26.0 (August 6th, 2020.)

Added

Refactored

  • Rails integration into smaller integrations per component (#747, #762, #795)

Removed

  • Support for Ruby 1.9 (#791)

Read the full changeset and the release milestone.

Changelog

Sourced from ddtrace's changelog.

[0.27.0] - 2019-09-04

Release notes: https://github.com/DataDog/dd-trace-rb/releases/tag/v0.27.0

Git diff: DataDog/dd-trace-rb@v0.26.0...v0.27.0

Support for Ruby < 2.0 is removed. Plan for timeline is as follows:

  • 0.25.0: Support for Ruby < 2.0 is deprecated; retains full feature support.
  • 0.26.0: Last version to support Ruby < 2.0; any new features will not support 1.9.
  • 0.27.0: Support for Ruby < 2.0 is removed.

Version 0.26.x will receive only critical bugfixes for 1 year following the release of 0.26.0 (August 6th, 2020.)

Added

Refactored

  • Rails integration into smaller integrations per component (#747, #762, #795)

Removed

  • Support for Ruby 1.9 (#791)
Commits
  • dfe97db Merge pull request #806 from DataDog/bump_to_version_0.27.0
  • fcf8d23 bumping version 0.26.0 => 0.27.0
  • e3a601a Added: 0.27.0 to CHANGELOG.md
  • cf2846e Official support for Ruby 2.5 and 2.6 (#802)
  • 67ea666 Merge pull request #778 from al-kudryavtsev/ethon-tracing-pr
  • 1c3fa1d Merge pull request #795 from DataDog/refactor/extract_actionpack_from_rails
  • 173f540 Fixed: Analytics for Rails not propagating to ActionPack.
  • b0b0ab9 Refactored: Moved ActionController instrumentation from Rails into ActionPack...
  • 9efe97f Added: ActionPack integration template.
  • 33a662a Merge pull request #762 from DataDog/refactor/extract_actionview_from_rails
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [ddtrace](https://github.com/DataDog/dd-trace-rb) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/DataDog/dd-trace-rb/releases)
- [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md)
- [Commits](DataDog/dd-trace-rb@v0.26.0...v0.27.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Copy link
Contributor

@luisramos0 luisramos0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data dog integration needs to be tested in staging?

@sauloperez
Copy link
Contributor

good point

@kristinalim kristinalim added the pr-staged-uk staging.openfoodnetwork.org.uk label Sep 13, 2019
@daniellemoorhead
Copy link
Contributor

How is this to be tested @luisramos0 @sauloperez?

@kristinalim
Copy link
Member

@daniellemoorhead Sorry, I wasn't able to update! I checked if this is testable as it is - this is not the case.

Any staging server needs to be setup to use Data Dog and then re-provisioned. This action needs to be done by a dev, so I think I'll just move this back to Code Review where a dev can pick up this next action.

@kristinalim kristinalim removed the pr-staged-uk staging.openfoodnetwork.org.uk label Sep 13, 2019
@sauloperez
Copy link
Contributor

Yes, sorry not to mention it. This is ops stuff. I'll do it today.

@sauloperez sauloperez self-assigned this Sep 13, 2019
@sigmundpetersen
Copy link
Contributor

It should stay in Test Ready. It just needs a dev to test it.

@kristinalim
Copy link
Member

Noted, @sigmundpetersen. 🙂 Thanks for moving it!

@RachL RachL added dev-test A dev need to test this one pr-staged-uk staging.openfoodnetwork.org.uk labels Sep 17, 2019
@sauloperez
Copy link
Contributor

sauloperez commented Sep 17, 2019

I keep seeing data for uk-staging after the deploy so this is good to go

@sauloperez sauloperez removed the pr-staged-uk staging.openfoodnetwork.org.uk label Sep 17, 2019
@sauloperez sauloperez merged commit 4aba273 into master Sep 17, 2019
@sauloperez sauloperez deleted the dependabot/bundler/ddtrace-0.27.0 branch September 17, 2019 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dev-test A dev need to test this one
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants