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 #1367

Merged
merged 1 commit into from
Aug 23, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@opentelemetry/core (source) ^1.25.0 -> ^1.25.1 age adoption passing confidence dependencies patch
otel/opentelemetry-collector-contrib 0.103.0 -> 0.107.0 age adoption passing confidence minor

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/core)

v1.25.1

Compare Source

📚 (Refine Doc)
🏠 (Internal)
open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector-contrib)

v0.107.0

Compare Source

Check the v0.107.0 contrib changelog and the v0.107.0 core changelog for changelogs on specific components.

Changelog

v0.106.1

Compare Source

Check the v0.106.1 contrib changelog and the v0.106.1 core changelog for changelogs on specific components.

Changelog

v0.106.0

Compare Source

Check the v0.106.0 contrib changelog and the v0.106.0 core changelog for changelogs on specific components.

Changelog

v0.105.0

Compare Source

Check the v0.105.0 contrib changelog and the v0.105.0 core changelog for changelogs on specific components.

Changelog

v0.104.0

Compare Source

Check the v0.104.0 contrib changelog and the v0.104.0 core changelog for changelogs on specific components.

⚠️ The Core repository's release includes 2 very important breaking changes.

  1. The otlpreceiver now uses localhost by default instead of 0.0.0.0. This may break the receiver in containerized environments like Kubernetes. If you depend on 0.0.0.0 disable the component.UseLocalHostAsDefaultHost feature gate or explicitly set the endpoint to 0.0.0.0.
  2. Expansion of BASH-style environment variables, such as $FOO is no longer supported by default. If you depend on this syntax, disable the confmap.unifyEnvVarExpansion feature gate, but know that the feature will be removed in the future in favor of ${env:FOO}.
Changelog

v0.103.1

Compare Source

Check the v0.103.0 contrib changelog and the v0.103.0 core changelog for changelogs on specific components.

Changelog

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code prod-dependencies labels Jun 23, 2024
Copy link

github-actions bot commented Jun 23, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@opentelemetry/core ^1.25.1 🟢 5.8
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
License🟢 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases⚠️ 0Project has not signed or included provenance with any releases.
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟢 10no binaries found in the repo
Pinned-Dependencies🟢 3dependency not pinned by hash detected -- score normalized to 3
Security-Policy🟢 10security policy file detected
Fuzzing⚠️ 0project is not fuzzed
SAST🟢 10SAST tool is run on all commits
Vulnerabilities⚠️ 018 existing vulnerabilities detected

Scanned Manifest Files

package.json
  • @opentelemetry/core@^1.25.1
  • @opentelemetry/core@^1.25.0

Copy link

codecov bot commented Jun 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (aa4122c) to head (b3612ea).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #1367   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          460       460           
  Branches        25        25           
=========================================
  Hits           460       460           

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

@renovate renovate bot force-pushed the renovate/opentelemetry branch from 8f8a663 to 5548791 Compare June 24, 2024 15:58
@renovate renovate bot added the docker label Jun 24, 2024
@renovate renovate bot changed the title chore(deps): update dependency @opentelemetry/core to ^1.25.1 chore(deps): update opentelemetry Jun 24, 2024
@renovate renovate bot force-pushed the renovate/opentelemetry branch from 5548791 to 0aad1ad Compare July 2, 2024 03:56
@renovate renovate bot force-pushed the renovate/opentelemetry branch from 0aad1ad to c46fe01 Compare July 17, 2024 01:59
@renovate renovate bot force-pushed the renovate/opentelemetry branch 2 times, most recently from 66b35ec to a843502 Compare July 31, 2024 16:31
@renovate renovate bot force-pushed the renovate/opentelemetry branch from a843502 to a5eb5b0 Compare August 13, 2024 17:53
@renovate renovate bot force-pushed the renovate/opentelemetry branch from a5eb5b0 to c3c6ffc Compare August 23, 2024 18:18
@renovate renovate bot force-pushed the renovate/opentelemetry branch from c3c6ffc to b3612ea Compare August 23, 2024 19:14
Copy link

@myrotvorets-team myrotvorets-team merged commit ddcc6a7 into master Aug 23, 2024
11 checks passed
@myrotvorets-team myrotvorets-team deleted the renovate/opentelemetry branch August 23, 2024 19:16
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 docker javascript Pull requests that update Javascript code prod-dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant