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

Bump the opentelemetry-deps-collector group in /collector with 3 updates #978

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps the opentelemetry-deps-collector group in /collector with 3 updates: github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider, go.opentelemetry.io/collector/component and go.opentelemetry.io/collector/otelcol.

Updates github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider from 0.87.0 to 0.88.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider's releases.

v0.88.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End user facing changes

🛑 Breaking changes 🛑

  • k8sclusterreceiver: Remove opencensus.resourcetype resource attribute (#26487)

  • splunkhecexporter: Remove max_connections configuration setting. (#27610) use max_idle_conns or max_idle_conns_per_host instead.

  • signalfxexporter: Remove max_connections configuration setting. (#27610) use max_idle_conns or max_idle_conns_per_host instead.

🚩 Deprecations 🚩

  • dockerstatsreceiver: cpu.container.percent metric will be deprecated in v0.79.0 in favor of container.cpu.utilization (#21807) The metric container.cpu.percentage is now disabled by default and will be removed in v0.88.0. As a replacement, the following metric is now enabled by default: container.cpu.utilization. For details, see the docs.

  • parquetexporter: Remove the parquet exporter (#27284)

🚀 New components 🚀

  • encoding/jsonlogencodingextension: Add a new extension to support JSON encoding (only logs) (#6272)
  • honeycombmarkerexporter: This component will export markers to be consumed by the Honeycomb Markers API to highlight user events (#26653)
  • zipkinencodingextension: Introduce zipkin encoding extension. (#6272)

💡 Enhancements 💡

  • datasetexporter: Make export of resources and scopes more flexible (#27651, #27649)
  • pkg/stanza: Add option to run udp logs receiver (and stanza udp input operator) concurrently to reduce data-loss during high-scale scenarios (#27613)
  • receiver/prometheus: Warn instead of failing when users rename using metric_relabel_configs in the prometheus receiver (#5001)
  • awscloudwatchlogsexporter/awsemfexporter: Reduce noisy logs emitted by CloudWatch Logs Pusher. (#27774) The Collector logger will now write successful CloudWatch API writes at the Debug level instead of Info level.
  • k8sobjectsreceiver: Move k8sobjectsreceiver from Alpha stability to Beta stability for logs. (#27635)
  • datadogconnector: Allow datadogconnector to be used as a traces-to-traces connector (#27846)
  • doubleconverter: Adding a double converter into pkg/ottl (#22056)
  • syslogreceiver: validate protocol name (#27581)
  • elasticsearchexporter: add missing scope info in span attributes (#27282)
  • entension/storage/filestorage: Add support for setting bbolt fsync option (#20266)
  • filelogreceiver: Add a new "top_n" option to specify the number of files to track when using ordering criteria (#23788)
  • azuredataexplorerexporter: Added exporter helper config support for Azure Data Explorer exporter (#24329)
  • k8sclusterreceiver: add optional k8s.pod.qos_class resource attribute (#27483)
  • pkg/stanza: Log warning, instead of error, when Windows Event Log publisher metadata is not available and cache the successfully retrieved ones. (#27658)
  • pkg/ottl: Add optional Converter parameters to replacement Editors (#27235) Functions to modify matched text during replacement can now be passed as optional arguments to the following Editors:

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider's changelog.

v0.88.0

🚩 Deprecations 🚩

  • pkg/stanza: Deprecate 'flush.WithPeriod'. Use 'flush.WithFunc' instead. (#27843)
Commits

Updates go.opentelemetry.io/collector/component from 0.87.0 to 0.88.0

Release notes

Sourced from go.opentelemetry.io/collector/component's releases.

cmd/builder/v0.88.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.88.0

Changelog

Sourced from go.opentelemetry.io/collector/component's changelog.

v1.0.0-rcv0017/v0.88.0

💡 Enhancements 💡

  • pdata: Add IsReadOnly() method to p[metrics|logs|traces].[Metrics|Logs|Spans] pdata structs allowing to check if the struct is read-only. (#6794)
Commits
  • d42d7e8 [chore] Prepare release v1.0.0-rcv0017/v0.88.0 (#8723)
  • 37116a2 [fix] [exporterhelper] Fix nil ptr dereference on storage stop (#8718)
  • 9f454ff [chore] bump go replace statement (#8717)
  • 844b628 [exporterhelper] make enqueue failures available (#8674)
  • 3d3fffa [cmd/builder] Specify limitations of go install on the README (#8712)
  • 7c33b71 [cmd/builder] Fix otelcol_version being ignored (#8713)
  • 287b98f [chore] Adjust release dates (#8707)
  • 1d6a9b8 [chore] dependabot updates Wed Oct 18 16:11:00 UTC 2023 (#8706)
  • ec07258 [fanoutconsumer] [chore] Do not wrap one read-only consumer (#8689)
  • 8a385c2 [pdata] Enable the pdata mutation safeguards in the fanout consumers (#8634)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/collector/otelcol from 0.87.0 to 0.88.0

Release notes

Sourced from go.opentelemetry.io/collector/otelcol's releases.

cmd/builder/v0.88.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.88.0

Changelog

Sourced from go.opentelemetry.io/collector/otelcol's changelog.

v1.0.0-rcv0017/v0.88.0

💡 Enhancements 💡

  • pdata: Add IsReadOnly() method to p[metrics|logs|traces].[Metrics|Logs|Spans] pdata structs allowing to check if the struct is read-only. (#6794)
Commits
  • d42d7e8 [chore] Prepare release v1.0.0-rcv0017/v0.88.0 (#8723)
  • 37116a2 [fix] [exporterhelper] Fix nil ptr dereference on storage stop (#8718)
  • 9f454ff [chore] bump go replace statement (#8717)
  • 844b628 [exporterhelper] make enqueue failures available (#8674)
  • 3d3fffa [cmd/builder] Specify limitations of go install on the README (#8712)
  • 7c33b71 [cmd/builder] Fix otelcol_version being ignored (#8713)
  • 287b98f [chore] Adjust release dates (#8707)
  • 1d6a9b8 [chore] dependabot updates Wed Oct 18 16:11:00 UTC 2023 (#8706)
  • ec07258 [fanoutconsumer] [chore] Do not wrap one read-only consumer (#8689)
  • 8a385c2 [pdata] Enable the pdata mutation safeguards in the fanout consumers (#8634)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the opentelemetry-deps-collector group in /collector with 3 updates: [github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider](https://github.com/open-telemetry/opentelemetry-collector-contrib), [go.opentelemetry.io/collector/component](https://github.com/open-telemetry/opentelemetry-collector) and [go.opentelemetry.io/collector/otelcol](https://github.com/open-telemetry/opentelemetry-collector).


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider` from 0.87.0 to 0.88.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.87.0...v0.88.0)

Updates `go.opentelemetry.io/collector/component` from 0.87.0 to 0.88.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.87.0...v0.88.0)

Updates `go.opentelemetry.io/collector/otelcol` from 0.87.0 to 0.88.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.87.0...v0.88.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/confmap/provider/s3provider
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-collector
- dependency-name: go.opentelemetry.io/collector/component
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-collector
- dependency-name: go.opentelemetry.io/collector/otelcol
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry-deps-collector
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team October 30, 2023 12:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 30, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 2, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/collector/opentelemetry-deps-collector-0b3ba46ae9 branch November 2, 2023 15:34
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.

0 participants