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

build(deps): bump the jaeger group across 1 directory with 2 updates #320

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2024

Bumps the jaeger group with 1 update in the / directory: github.com/jaegertracing/jaeger.

Updates github.com/jaegertracing/jaeger from 1.58.1 to 1.59.0

Release notes

Sourced from github.com/jaegertracing/jaeger's releases.

Release v1.59.0

Backend Changes

⛔ Breaking Changes

  • Update opentelemetry-go to v1.28.0 and refactor references to semantic conventions (@​renovate-bot in #5698)

✨ New Features

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

👷 CI Improvements

... (truncated)

Changelog

Sourced from github.com/jaegertracing/jaeger's changelog.

1.59.0 (2024-07-10)

Backend Changes

⛔ Breaking Changes

  • Update opentelemetry-go to v1.28.0 and refactor references to semantic conventions (@​renovate-bot in #5698)

✨ New Features

🐞 Bug fixes, Minor Improvements

🚧 Experimental Features

👷 CI Improvements

... (truncated)

Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger from 0.103.0 to 0.104.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's releases.

v0.104.0

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

⚠️ 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. This change also affects contrib components which are listed in the release notes below.
  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}.

End User Changelog

🛑 Breaking changes 🛑

  • sumologicexporter: removed compress_encoding (#33604)

  • exporter/clickhouse: Change behavior of how default database is read from the config (#33693) Changed the default database to default. The final database will prioritize endpoint, unless database is set to a value not equal to default. If neither are specified then it defaults to the default database. Possible breaking change if someone has the DSN configured in combination with database config option.

  • exporter/clickhouse: Add async_insert config option to enable inserting asynchronously by default. (#33614) Adds async_insert config option to enable inserting asynchronously by default. To preserve the previous behavior, set async_insert to false in your config. When enabled, the exporter will insert asynchronously, which can improve performance for high-throughput deployments. The async_insert option can be set to true or false to enable or disable async inserts, respectively. The default value is true. Keep in mind this setting is added since the exporter now sets it to default. Async insert and its related settings can still be defined in endpoint and connection_params, which take priority over the new config option.

  • clickhouseexporter: Add AggregationTemporality column to histogram and exponential histogram tables. Rename AggTemp column to AggregationTemporality in sum table. (#33424) It's a breaking change. users who upgrade to the latest version need to alter the Clickhouse table:

    ALTER TABLE otel_metrics_exponential_histogram ADD COLUMN AggregationTemporality Int32 CODEC(ZSTD(1));
    ALTER TABLE otel_metrics_histogram ADD COLUMN AggregationTemporality Int32 CODEC(ZSTD(1));
    ALTER TABLE otel_metrics_sum RENAME COLUMN AggTemp TO AggregationTemporality;
  • exporter/clickhouse: Remove deprecated ttl_days config option, use ttl instead. (#33648)

  • vcenterreceiver: Drops support for vCenter 6.7 (#33607)

  • all: Promote component.UseLocalHostAsDefaultHost feature gate to beta. This changes default endpoints from 0.0.0.0 to localhost (#30702) This change affects the following components:

    • extension/awsproxy
    • extension/health_check
    • extension/health_checkv2
    • extension/jaegerremotesampling
    • internal/aws/proxy
    • processor/remotetap
    • receiver/awsfirehose
    • receiver/awsxray
    • receiver/influxdb
    • receiver/jaeger
    • receiver/loki
    • receiver/opencensus

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's changelog.

v0.104.0

🛑 Breaking changes 🛑

  • exporter/clickhouse: Unexport extra configuration methods. (#33647)
  • exporter/clickhouse: Change internal config type for create_schema to use a bool instead of *bool (#33694)
  • pkg/ottl: Changed ScopeContext, InstrumentationResourceContext, TransformContext interfaces to make SchemaURL accessible in resources and scopes on all signals (#30229)

💡 Enhancements 💡

  • pkg/ottl: Add ByteSliceLikeGetter interface (#31929)
Commits
  • 38f97b6 [chore] Prepare release 0.104.0 (#33834)
  • 1f1f5e9 [chore] Update otel (#33833)
  • 859d04b Fix cross-compile pipeline job building for ARM 7 (#33830)
  • ba2b924 [exporter/clickhouse] Default async_insert to true. Added related config op...
  • 2604193 [receiver/vcenter] Add vCenter Host metrics (dropped packet rate + capacity) ...
  • e4f1a44 [chore] Update otel (#33813)
  • fb3db79 [chore] add section for components looking for new code owners (#33397)
  • a4706ac [chore][receiver/kubeletstats] Introduce retry on test that rely on shared In...
  • 0e9dde7 [receiver/vcenter] Adds vCenter VM CPU readiness metric (#33608)
  • c3f6645 Promote rabbitmqexporter to alpha (#33331)
  • 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 jaeger group with 1 update in the / directory: [github.com/jaegertracing/jaeger](https://github.com/jaegertracing/jaeger).


Updates `github.com/jaegertracing/jaeger` from 1.58.1 to 1.59.0
- [Release notes](https://github.com/jaegertracing/jaeger/releases)
- [Changelog](https://github.com/jaegertracing/jaeger/blob/main/CHANGELOG.md)
- [Commits](jaegertracing/jaeger@v1.58.1...v1.59.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.103.0 to 0.104.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.103.0...v0.104.0)

---
updated-dependencies:
- dependency-name: github.com/jaegertracing/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jaeger
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jaeger
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 10, 2024 18:27
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 10, 2024
@kruskall kruskall merged commit e31856a into main Jul 10, 2024
10 checks passed
@kruskall kruskall deleted the dependabot/go_modules/jaeger-a3dc80a5be branch July 10, 2024 19:02
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.

1 participant