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): bump github.com/newrelic/newrelic-client-go/v2 from 2.41.2 to 2.43.1 #3793

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2024

Bumps github.com/newrelic/newrelic-client-go/v2 from 2.41.2 to 2.43.1.

Release notes

Sourced from github.com/newrelic/newrelic-client-go/v2's releases.

newrelic-client-go v2.43.1

No release notes provided.

newrelic-client-go v2.43.0

No release notes provided.

newrelic-client-go v2.42.1

No release notes provided.

newrelic-client-go v2.42.0

No release notes provided.

newrelic-client-go v2.41.3

No release notes provided.

Changelog

Sourced from github.com/newrelic/newrelic-client-go/v2's changelog.

[v2.43.1] - 2024-08-14

Bug Fixes

  • browseragent: changing cookiesEnabled field to pointer type (#1205)

[v2.43.0] - 2024-08-12

Features

  • alerts: add support for ignoreOnExpectedTermination in expiration to NRQL alert conditions (#1180)
  • alerts: add support for titleTemplate to NRQL alert conditions (#1141)
  • automation: report when NerdGraph API endpoints change signatures (i.e. breaking changes)

[v2.42.1] - 2024-08-07

Bug Fixes

  • synthetics: alter []SyntheticsCustomHeaderInput to allow empty custom headers in the request (#1203)

[v2.42.0] - 2024-08-07

Features

  • workflows: added new notification channel type called servicenow_app (#1200)

[v2.41.3] - 2024-08-05

Bug Fixes

  • change datatypes of to and from in line and table thresholds from float64 to string (#1199)
  • entity: regenerated 'entity' query max depth of 4 (#1196)

Commits
  • 686690b chore(release): release v2.43.1
  • 76450cb fix(browseragent): changing cookiesEnabled field to pointer type (#1205)
  • cbe3e4c chore(release): release v2.43.0
  • 4acfff3 feat(alerts): add support for ignoreOnExpectedTermination in expiration t...
  • 9d143de feat(alerts): add support for titleTemplate to NRQL alert conditions (#1141)
  • 29beb97 chore(automation): schema-differ.js code cleanup/refactor
  • c68e357 feat(automation): report when NerdGraph API endpoints change signatures (i.e....
  • 0cd6cf4 chore(release): release v2.42.1
  • 61a9215 fix(synthetics): alter []SyntheticsCustomHeaderInput to allow empty custom he...
  • c06b729 chore(release): release v2.42.0
  • 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 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)

Bumps [github.com/newrelic/newrelic-client-go/v2](https://github.com/newrelic/newrelic-client-go) from 2.41.2 to 2.43.1.
- [Release notes](https://github.com/newrelic/newrelic-client-go/releases)
- [Changelog](https://github.com/newrelic/newrelic-client-go/blob/main/CHANGELOG.md)
- [Commits](newrelic/newrelic-client-go@v2.41.2...v2.43.1)

---
updated-dependencies:
- dependency-name: github.com/newrelic/newrelic-client-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 15, 2024
Copy link

sonarcloud bot commented Aug 15, 2024

Copy link
Contributor

Published E2E Test Results

  4 files    4 suites   3h 25m 2s ⏱️
112 tests  98 ✅  7 💤  7 ❌
460 runs  421 ✅ 28 💤 11 ❌

For more details on these failures, see this check.

Results for commit ebdbedd.

Copy link
Contributor

Published Unit Test Results

2 263 tests   2 263 ✅  2m 58s ⏱️
  128 suites      0 💤
    1 files        0 ❌

Results for commit ebdbedd.

Copy link

codecov bot commented Aug 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.02%. Comparing base (c1ffa8e) to head (ebdbedd).
Report is 55 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3793      +/-   ##
==========================================
+ Coverage   84.00%   84.02%   +0.01%     
==========================================
  Files         162      162              
  Lines       18517    18517              
==========================================
+ Hits        15556    15558       +2     
+ Misses       2100     2099       -1     
+ Partials      861      860       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zachaller zachaller merged commit a38748b into master Aug 15, 2024
25 checks passed
@zachaller zachaller deleted the dependabot/go_modules/github.com/newrelic/newrelic-client-go/v2-2.43.1 branch August 15, 2024 13:32
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant