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 docker.io/otel/opentelemetry-collector docker tag to v0.112.0 #1914

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2024

This PR contains the following updates:

Package Update Change
docker.io/otel/opentelemetry-collector minor 0.98.0 -> 0.112.0

Release Notes

open-telemetry/opentelemetry-collector-releases (docker.io/otel/opentelemetry-collector)

v0.112.0

Compare Source

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

Changelog

v0.111.0

Compare Source

⚠️ Starting on this release, the logging exporter is no longer available on the core and contrib distros. See open-telemetry/opentelemetry-collector#11337 for instructions on how to migrate to the debug exporter.

🆕 This release adds a new OTLP-only distro. Feel free to leave us feedback on this new distro on the opentelemetry-collector-releases issue tracker.

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

Changelog

  • 38a2931 Prepare for v0.111.0 release (#​688)
  • edc8e94 [chore] refactor(contrib): remove unused replace directive for go-connections package (#​677)
  • 545bd7c Remove the deprecated logging exporter (#​682)
  • f754260 Bump actions/checkout from 4.1.7 to 4.2.0 (#​680)
  • 24c11af add appropriate version tag in cmd/builder goreleaser config (#​665)
  • 1e1b2fa [chore] refactor(contrib): remove unused replace directive for gnostic package (#​675)
  • 4800eb6 Add minimal OTLP-only distribution (#​663)

v0.110.0

Compare Source

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

Changelog

v0.109.0

Compare Source

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

Changelog

v0.108.0

Compare Source

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

Changelog

v0.107.0

Compare Source

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

This release fixes CVE-2024-42368 on the bearerauthtokenextension (https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/34516).

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

v0.103.0

Compare Source

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

Changelog

v0.102.1

Compare Source

Check the v0.102.1 core changelog for changelogs on specific components.

This release addresses CVE-2024-36129 (GHSA-c74f-6mfw-mm4v) fully.

Changelog

v0.102.0

Compare Source

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

This release addresses GHSA-c74f-6mfw-mm4v for confighttp only. Use v0.102.1 instead to get the fix on configgrpc as well.

Changelog

v0.101.0

Compare Source

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

Changelog

v0.100.0

Compare Source

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

Changelog

v0.99.0

Compare Source

Check the v0.99.0 contrib changelog and the v0.99.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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 requested review from hsiliev and a team as code owners October 20, 2024 15:39
Copy link
Contributor

github-actions bot commented Oct 20, 2024

unit-test-results

 65 files   90 suites   1m 50s ⏱️
300 tests 299 ✅ 1 💤 0 ❌
357 runs  355 ✅ 2 💤 0 ❌

Results for commit 0295266.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Oct 20, 2024

integration-test-results

 24 files  ±0   24 suites  ±0   26s ⏱️ ±0s
 93 tests ±0   93 ✅ ±0  0 💤 ±0  0 ❌ ±0 
107 runs  ±0  107 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 0295266. ± Comparison against base commit 89225a5.

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Oct 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.21%. Comparing base (89225a5) to head (0295266).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##               main    #1914    +/-   ##
==========================================
  Coverage     48.21%   48.21%            
  Complexity     2964     2964            
==========================================
  Files           965      965            
  Lines         21727    21727            
  Branches       1550     1531    -19     
==========================================
  Hits          10476    10476            
- Misses        10434    10554   +120     
+ Partials        817      697   -120     
Flag Coverage Δ
integrationtests 45.27% <ø> (ø)
unittests 27.47% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@renovate renovate bot force-pushed the renovate/docker.io-otel-opentelemetry-collector-0.x branch 13 times, most recently from a2338b6 to fc301bb Compare October 22, 2024 14:48
@renovate renovate bot force-pushed the renovate/docker.io-otel-opentelemetry-collector-0.x branch 11 times, most recently from b3f4c87 to dac3d59 Compare October 23, 2024 20:04
@renovate renovate bot changed the title chore(deps): update docker.io/otel/opentelemetry-collector docker tag to v0.111.0 chore(deps): update docker.io/otel/opentelemetry-collector docker tag to v0.112.0 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/docker.io-otel-opentelemetry-collector-0.x branch 19 times, most recently from eeecddd to 7615601 Compare October 25, 2024 19:45
@renovate renovate bot force-pushed the renovate/docker.io-otel-opentelemetry-collector-0.x branch from 7615601 to 0295266 Compare October 25, 2024 20:18
@niorg niorg added this pull request to the merge queue Oct 25, 2024
Merged via the queue into main with commit 4e0a8ff Oct 25, 2024
18 checks passed
@niorg niorg deleted the renovate/docker.io-otel-opentelemetry-collector-0.x branch October 25, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants