DBCDK / dk5

DK5 Digital
GNU Affero General Public License v3.0
0 stars 0 forks source link

An in-range update of newrelic is breaking the build 🚨 #696

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency newrelic was updated from 5.6.1 to 5.6.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

newrelic is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/DBCDK/tanterne/builds/511480138?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 16 commits.

  • 8a3d1b6 release: published 5.6.2
  • afac2bb Updated changelog for v5.6.2.
  • b2c04ea Merge pull request #1712 from NodeJS-agent/bclement/clean-up
  • b6333c1 deleted garbage files
  • 55359f3 Merge pull request #1711 from NodeJS-agent/bclement/more-custom-attribute-type-restriction
  • 05a418a abstracted attribute type filtering logic, applied it to trace and error attributes
  • 0e8f316 Merge pull request #1707 from NodeJS-agent/mgoin/NODE-2020-MaximumStackExceeded
  • e66b0f4 Extremely minor test delinting.
  • 4dc808b Simplies iteration logic for DTTraceNode creation.
  • b9aafb8 Uses spawned process to lower node maximum stack size for test, greatly speeding up passing case.
  • 71f0a8d Merge pull request #1710 from NodeJS-agent/bclement/restricted-custom-event-attribute-types
  • ff770d3 restricted allowed types to a whitelist
  • a16642c attributes for custom events with invalid value types will now be dropped
  • 9ba621a Removes another unbounded array usage of Array.prototype.push.apply. Unlikely to ever cause problems but being careful to remove those.
  • f715a1c Fixes stack exceeded exception on Trace.generateSpanEvents() for extremely wide segment trees.

There are 16 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 5.6.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 11 commits.

  • 543dfad release: published 5.6.3
  • da12909 Merge pull request #1718 from NodeJS-agent/nwolfe/v5.6.3
  • 376f2bc Updated changelog for v5.6.3.
  • 7a39b00 Merge pull request #1717 from NodeJS-agent/bclement/lasp-request-params-fix
  • 3aa8657 added request parameters exclude rule to expected hsm rules
  • f0d6b26 add request param exclude rules for lasp's attribute.include_enabled policy and hsm
  • 4fc23a8 Merge pull request #1715 from NodeJS-agent/bclement/hsm-attribute-fix
  • dafae46 don't add request parameters when in high security mode
  • 771c382 Merge pull request #1714 from NodeJS-agent/bclement/security-fix
  • 2d239f5 use --no-esm flag in integration tests
  • f8f8159 updated tap to get rid of security issues

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 24 commits.

  • 3258f40 release: published 5.6.4
  • 48f697f Updated changelog for v5.6.4.
  • e6da6da Merge pull request #1727 from NodeJS-agent/psvet/serverless-dt-startup
  • ad9185c test(config): update test for disabling DT with missing config in serverless mode
  • 4994913 refactor(config): log warning if missing DT config values in serverless mode
  • e9144aa Merge pull request #1722 from NodeJS-agent/mgoin/NODE-2031-RemoveServerlessInfinityLimits
  • e2b6cff Uses same data defaults for serverless mode as standard since server side will enforce limits (i.e. 1k spans).
  • b236912 Merge pull request #1721 from NodeJS-agent/bclement/double-callback-issue
  • 505ed84 Merge pull request #1720 from NodeJS-agent/psvet/serverless-dt-config
  • 741e1c4 refactor(config): disallow local DT config values outside of serverless mode
  • 100de94 determine fail/success case based on error passed back, log out the endpoint that does the double invocation
  • 7cda076 added a once wrapper around the async callback with logging of callsite
  • a900e30 refactor(config): update required DT config values in serverless mode
  • 543dfad release: published 5.6.3
  • da12909 Merge pull request #1718 from NodeJS-agent/nwolfe/v5.6.3

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 36 commits.

  • b9cacf3 release: published 5.7.0
  • 1a1f2fb Updated changelog for v5.7.0.
  • 8099243 Merge pull request #1733 from NodeJS-agent/mob/tx-status-code
  • e98351d updated error aggregator test for new status code naming
  • c0a024b test(tx): add tests for status code tx names
  • e447ac4 feat(name-state): add getStatusName method
  • b68cdb3 Merge pull request #1731 from NodeJS-agent/psvet/integration-script
  • 2282067 fix integration script test globs
  • c8927f3 Merge pull request #1729 from NodeJS-agent/psvet/middleware-path
  • 621028a test: fix http instrumentation test for node 8
  • 0ba0ad4 test(shim): add spec.appendPath unit test
  • 5d5feb1 feat(shim): add appendPath to middleware recorder spec
  • 3258f40 release: published 5.6.4
  • 48f697f Updated changelog for v5.6.4.
  • e6da6da Merge pull request #1727 from NodeJS-agent/psvet/serverless-dt-startup

There are 36 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Commits

The new version differs by 48 commits.

  • 508b22b release: published 5.8.0
  • 9ca87ea Updated changelog for v5.8.0.
  • d71fe31 Merge pull request #1739 from NodeJS-agent/mgoin/deferRouteSegmentNameCapture
  • 044ddb5 Merge pull request #1736 from NodeJS-agent/psvet/license
  • 5c21ef3 Modifies MiddlewareSpec route property to allow functions and defers route processing and segment naming until just before needed (each middleware invocation).
  • 67b28b1 Merge pull request #1738 from NodeJS-agent/mgoin/appendPathFixes
  • c585eea Linting/cleanup.
  • 3d69cea Fixes gaiting appending and popping based on spec.appendPath
  • 92d85fd Merge pull request #1737 from NodeJS-agent/astorm/eslint-tests
  • d41bc5c ES lint pass.
  • 26d6737 ESLint pass on tests
  • b88bf8a update license in package.json
  • b9cacf3 release: published 5.7.0
  • 1a1f2fb Updated changelog for v5.7.0.
  • 8099243 Merge pull request #1733 from NodeJS-agent/mob/tx-status-code

There are 48 commits in total.

See the full diff