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 go.opentelemetry.io/collector from 0.53.0 to 0.68.0 in /exporter/influxdbexporter #7552

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

Bumps go.opentelemetry.io/collector from 0.53.0 to 0.68.0.

Release notes

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

cmd/builder/v0.68.0

No release notes provided.

v0.66.0

No release notes provided.

v0.65.0

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

🛑 Breaking changes 🛑

  • featuregate: Capitalize featuregate.Stage string values, remove Stage prefix. (#6490)

  • configtelemetry: Update values returned by Level.String and Level.MarshalText method. (#6490)

    • All returned strings are capitalized.
    • "" is returned for integers that are out of Level enum range.
    • It also affects Level.Marshal output, but it's not a problem because Unmarshal method accepts strings in all cases, e.g. "normal", "Normal" and "NORMAL".
  • featuregate: Make impossible to implement RegistryOption outside featuregate package (#6532)

  • service/telemetry: Remove unit suffixes from metrics exported by the otel-go prometheus exporter. (#6403)

  • obsreport: obsreport.New[Receiver|Scraper|Processor|Exporter] returns error now (#6458)

  • configgrpc: Remove deprecated funcs in configgrpc. (#6529)

    • configgrpc.GRPCClientSettings.ToDialOptions
    • configgrpc.GRPCServerSettings.ToServerOption
  • config/configtest: Remove deprecated configtest package. (#6542)

  • config: Remove deprecated types and funcs from config. Use component package. (#6511)

    • config.ComponentID
    • config.Type
    • config.DataType
    • config.Receiver
    • config.UnmarshalReceiver
    • config.Processor
    • config.UnmarshalProcessor
    • config.Exporter
    • config.UnmarshalExporter
    • config.Extension
    • config.UnmarshalExtension
  • featuregate: Remove deprecated funcs and struct members from featuregate package (#6523)

    • featuregate.Gate.ID
    • featuregate.Gate.Description
    • featuregate.Gate.Enabled
    • featuregate.Registry.Register
    • featuregate.Registry.MustRegister
  • experimental: Remove experimental configsource code. (#6558)

  • component: Update values returned by StabilityLevel.String method. (#6490)

    • All returned strings are capitalized.
    • "Undefined" is returned only for StabilityLevelUndefined.

... (truncated)

Changelog

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

v1.0.0-RC2/v0.68.0

🛑 Breaking changes 🛑

  • componenttest: Move NopFactories to otelcoltest (#6792)
  • config/confighttp: Change confighttp.HTTPClientSettings.Headers type to map[string]configopaque.String (#5653)
  • config: Remove deprecated component.Config.[ID|SetIDName]. (#4714)
  • configauth: Remove deprecated funcs/types from configauth (#6719)
  • component: Remove deprecated funcs/types from component package (#6769)
    • component.[Exporter|Processor|Receiver|Extension]Config
    • component.Unmarshal[Exporter|Processor|Receiver|Extension]Config
    • component.[Exporter|Processor|Receiver|Extension]CreateDefaultConfigFunc
    • component.[Exporter|Receiver|Extension]FactoryOption
    • component.New[Exporter|Receiver|Extension]Factory
    • component.With[Traces|Metrics|Logs][Exporter|Receiver]
    • component.Create[Traces|Metrics|Logs][Exporter|Receiver]Func
    • component.CreateExtensionFunc
  • componenttest: Remove deprecated componenttest.NewNop*CreateSettings (#6761)
  • service: Remove deprecated service.[Collector|New|CollectorSettings|ConfigProvider] (#5564)
  • service: Remove deprecated funcs service.NewCommand and service.NewSvcHandler. (#5564)
  • obsreporttest: Remove deprecate obsreporttest.Check* (#6720)
  • service: Remove deprecated service.Config. (#6774)
  • servicetest: Remove deprecated servicetest package. (#5564)

🚩 Deprecations 🚩

  • service: Deprecate service.ConfigService in favor of service.Config and service.ConfigServicePipeline in favor of service.PipelineConfig. (#6787)
  • pdata: Deprecate pcommon.Value.Equal method (#6811)
  • component: Deprecate Processor related structs and functions in favor of processor package (#6709)
  • component: Deprecate component.Factories in favor of otelcol.Factories (#6723)
  • config: Deprecate config.[Extension|Exporter|Connector|Receiver|Processor]Settings. (#6718)
  • batchprocessor: Deprecate metric views funcs, for OC and Otel. (#6730)
  • obsreporttest: Deprecate obsreporttest.SetupTelemetryWithID in favor of obsreporttest.SetupTelemetry (#6720)

🚀 New components 🚀

  • forwardconnector: Add forward connector (#6763)

💡 Enhancements 💡

  • components: Add [receiver|processor|exporter|extension].Builder to help with creating components form a set of configs and factories (#6803)
  • configunmarshaler: Consolidate package into generic implementation (#6801)
  • service: Shutdown internal telemetry with the Service (every time config changes). (#5564)

🧰 Bug fixes 🧰

  • configgrpc: Fix todo to add MeterProvider to grpc instrumentation (#4030)
  • otlpreceiver: Fix otlpreceiver transport metrics attribute (#6695)

v1.0.0-RC1/v0.67.0

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [go.opentelemetry.io/collector](https://github.com/open-telemetry/opentelemetry-collector) from 0.53.0 to 0.68.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.53.0...v0.68.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/collector
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 26, 2022
Copy link

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Mar 31, 2024
Copy link

Closed as inactive. Feel free to reopen if this PR is still being worked on.

@github-actions github-actions bot closed this Apr 14, 2024
Copy link
Author

dependabot bot commented on behalf of github Apr 14, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/exporter/influxdbexporter/go.opentelemetry.io/collector-0.68.0 branch April 14, 2024 06:14
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 Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants