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

fix(deps): update module go.opentelemetry.io/collector/pdata to v1.9.0 - autoclosed #5720

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.opentelemetry.io/collector/pdata v1.8.0 -> v1.9.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-collector (go.opentelemetry.io/collector/pdata)

v1.9.0

This release addresses GHSA-c74f-6mfw-mm4v for confighttp.

🛑 Breaking changes 🛑
  • envprovider: Restricts Environment Variable names. Environment variable names must now be ASCII only and start with a letter or an underscore, and can only contain underscores, letters, or numbers. (#​9531)
  • confighttp: Apply MaxRequestBodySize to the result of a decompressed body. This addresses GHSA-c74f-6mfw-mm4v for confighttp (#​10289)
    When using compressed payloads, the Collector would verify only the size of the compressed payload.
    This change applies the same restriction to the decompressed content. As a security measure, a limit of 20 MiB was added, which makes this a breaking change.
    For most clients, this shouldn't be a problem, but if you often have payloads that decompress to more than 20 MiB, you might want to either configure your
    client to send smaller batches (recommended), or increase the limit using the MaxRequestBodySize option.
💡 Enhancements 💡
  • mdatagen: auto-generate utilities to test component telemetry (#​19783)
  • mdatagen: support setting an AttributeSet for async instruments (#​9674)
  • mdatagen: support using telemetry level in telemetry builder (#​10234)
    This allows components to set the minimum level needed for them to produce telemetry. By default, this is set to configtelemetry.LevelBasic. If the telemetry level is below that minimum level, then the noop meter is used for metrics.
  • mdatagen: add support for bucket boundaries for histograms (#​10218)
  • releases: add documentation in how to verify the image signatures using cosign (#​9610)
🧰 Bug fixes 🧰
  • batchprocessor: ensure attributes are set on cardinality metadata metric (#​9674)
  • batchprocessor: Fixing processor_batch_metadata_cardinality which was broken in v0.101.0 (#​10231)
  • batchprocessor: respect telemetry level for all metrics (#​10234)
  • exporterhelper: Fix potential deadlocks in BatcherSender shutdown (#​10255)

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.

🔕 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from pellared as a code owner June 4, 2024 10:05
@renovate renovate bot added dependencies Pull requests that update a dependency file Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG labels Jun 4, 2024
@renovate renovate bot requested a review from a team June 4, 2024 10:05
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: exporters/autoexport/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.22.4

@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-collector-pdata-1.x branch 9 times, most recently from cc79f2c to 946e2bf Compare June 5, 2024 15:22
@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-collector-pdata-1.x branch 8 times, most recently from ae36651 to bbc13b5 Compare June 5, 2024 17:13
@MrAlias MrAlias force-pushed the renovate/go.opentelemetry.io-collector-pdata-1.x branch from 8dbcbef to ad16dc6 Compare June 5, 2024 18:00
@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-collector-pdata-1.x branch 6 times, most recently from c0f69cf to 36f0144 Compare June 7, 2024 16:01
@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-collector-pdata-1.x branch 17 times, most recently from 93cc661 to fd7d822 Compare June 17, 2024 15:31
@renovate renovate bot force-pushed the renovate/go.opentelemetry.io-collector-pdata-1.x branch from fd7d822 to ae95b04 Compare June 17, 2024 15:51
@MrAlias
Copy link
Contributor

MrAlias commented Jun 17, 2024

Requires bump to Go 1.22.

@MrAlias MrAlias closed this Jun 17, 2024
Copy link
Contributor Author

renovate bot commented Jun 17, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.9.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/go.opentelemetry.io-collector-pdata-1.x branch June 17, 2024 15:54
@MrAlias MrAlias restored the renovate/go.opentelemetry.io-collector-pdata-1.x branch September 10, 2024 14:23
@MrAlias MrAlias reopened this Sep 10, 2024
@renovate renovate bot changed the title fix(deps): update module go.opentelemetry.io/collector/pdata to v1.9.0 fix(deps): update module go.opentelemetry.io/collector/pdata to v1.9.0 - autoclosed Sep 10, 2024
@renovate renovate bot closed this Sep 10, 2024
@renovate renovate bot deleted the renovate/go.opentelemetry.io-collector-pdata-1.x branch September 10, 2024 14:24
Copy link

codecov bot commented Sep 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.2%. Comparing base (ba3b220) to head (ae95b04).
Report is 273 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #5720   +/-   ##
=====================================
  Coverage   64.2%   64.2%           
=====================================
  Files        199     199           
  Lines      12454   12454           
=====================================
  Hits        8001    8001           
  Misses      4219    4219           
  Partials     234     234           

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 Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant