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 with 2 updates #218

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps the jaeger group with 2 updates: github.com/jaegertracing/jaeger and github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger.

Updates github.com/jaegertracing/jaeger from 1.40.0 to 1.54.0

Release notes

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

Release v1.54.0

Backend Changes

⛔ Breaking Changes:

✨ New Features:

🐞 Bug fixes, Minor Improvements:

👷 CI Improvements:

UI Changes

  • UI pinned to version 1.38.0.

Release v1.53.0

⛔ Breaking Changes:

  • 💤 swap zipkin server for zipkin receiver from otel collector contrib (@​yurishkuro in #5045)
  • Make all-in-one metric names match metrics from standalone components (@​yurishkuro in #5008)

🐞 Bug fixes, Minor Improvements:

👷 CI Improvements:

... (truncated)

Changelog

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

1.54.0 (2024-02-06)

Backend Changes

⛔ Breaking Changes:

✨ New Features:

🐞 Bug fixes, Minor Improvements:

👷 CI Improvements:

UI Changes

  • UI pinned to version 1.38.0.

1.53.0 (2024-01-08)

Backend Changes

⛔ Breaking Changes:

  • 💤 swap zipkin server for zipkin receiver from otel collector contrib (@​yurishkuro in #5045)
  • Make all-in-one metric names match metrics from standalone components (@​yurishkuro in #5008)

🐞 Bug fixes, Minor Improvements:

👷 CI Improvements:

... (truncated)

Commits
  • a614bb9 Prepare Release 1.54.0 (#5172)
  • 6b2afd1 [jaeger-v2] Streamline storage initialization (#5171)
  • 825931b build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (#5163)
  • e08f576 Add tests for pkg/cassandra/gocql/testutils (#5153)
  • ecf1dc0 Add reliable check for Kafka broker being ready (#5154)
  • befd5f4 Add go routine leak check in ./internal/tracegen/ (#5147)
  • c5f729a Fix future release date (#5146)
  • 8183d12 build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.11.0 to 8.12....
  • 8b9d87d build(deps): bump google.golang.org/grpc from 1.60.1 to 1.61.0 (#5140)
  • 9bc9a04 build(deps): bump the otel-collector group with 15 updates (#5143)
  • Additional commits viewable in compare view

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

Release notes

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

v0.93.0

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

User facing changes

🛑 Breaking changes 🛑

  • azuremonitorexporter: Fixed an issue where span attributes with double and int values were incorrectly added to the measurements field in the Application Insights schema. These attributes are now correctly placed in the properties field. (#29683)

  • vcenterreceiver: Bump "receiver.vcenter.emitPerfMetricsWithObjects" feature gate (#30615)

  • docker: Adopt api_version as strings to correct invalid float truncation (#24025)

  • extension/filestorage: Replace path-unsafe characters in component names (#3148) The feature gate extension.filestorage.replaceUnsafeCharacters is now enabled by default. See the File Storage extension's README for details.

  • postgresqlreceiver: add schema attribute to postgresqlreceiver (#29559) Adds a new resource attribute to the PSQL receiver to store the schema of the table or index Existing table attributes are adjusted to not include the schema, which was inconsistently used

🚩 Deprecations 🚩

  • mdatagen: Deprecate mdatagen in preparation for its move to opentelemetry-collector (#30497)

🚀 New components 🚀

  • solarwindsapmsettingsextension: added configuration and readme (#27668)
  • alertmanagerexporter: Add Alertmanager exporter to builder config (#23569)
  • otelarrow: Skeleton of new OpenTelemetry Protocol with Apache Arrow Exporter. (#26491)
  • osqueryreceiver: Adds osquery receiver skeleton (#30375)

💡 Enhancements 💡

  • pkg/stanza: Add a json array parser operator and an assign keys transformer. (#30321) Json array parser opreator can be used to parse a json array string input into a list of objects. | Assign keys transformer can be used to assigns keys from the configuration to an input list

  • splunkhecexporter: Batch data according to access token and index, if present. (#30404)

  • awscloudwatchlogsexporter: Add instrumentation scope in log records exported to CloudWatch logs (#30316, #29884)

  • cassandraexporter: added authorization by username and password (#27827)

  • lokiexporter: migrate metrics to use OpenTelemetry (#30170)

  • cmd/telemetrygen: This updates telemetrygen to create multiple child spans per trace and enhances the tool's functionality for load testing the remote tracing backend. (#30687)

  • cmd/telemetrygen: This updates telemetrygen with TLS/mTLS options to test the security of telemetry ingestion services and infrastructure for secure communication. To illustrate the usage, a new example, secure-tracing is added to examples collection. (#29681)

  • k8sattributesprocessor: Apply lifecycle tests to k8sprocessor, change its behavior to report fatal error (#30387)

  • k8sclusterreceiver: add new disabled os.description, k8s.container_runtime.version resource attributes (#30342)

  • k8sclusterreceiver: add os.type resource attribute (#30342)

  • kubeletstatsreceiver: Add new *.cpu.usage metrics. (#25901)

  • oidcauthextension: Move validation logic outside of the extension creation, to the configuration validation (#30460)

  • datadogexporter: Add support for setting host tags via host metadata. (#30680) When the datadog.host.use_as_metadata resource attribute is set to true:

    • Nonempty string-value resource attributes starting with datadog.host.tag. will be added as host tags for the host associated with the resource.

... (truncated)

Changelog

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

v0.93.0

🛑 Breaking changes 🛑

  • testbed: Remove unused AWS XRay mock receiver (#30381)
  • docker: Adopt api_version as strings to correct invalid float truncation (#24025)
  • prometheusreceiver: Consolidate Config members and remove the need of placeholders. (#29901)
  • all: Remove obsolete "// +build" directive (#30651)
  • testbed: Expand TestCase capabilities with broken out LoadGenerator interface (#30303)

🚩 Deprecations 🚩

  • pkg/stanza: Deprecate pkg/stanza/attrs package in favor of pkg/stanza/fileconsumer/attrs (#30449)

💡 Enhancements 💡

  • testbed: Adds and adopts new WithEnvVar child process option, moving GOMAXPROCS=2 to initializations (#30491)

v0.92.0

🛑 Breaking changes 🛑

  • carbonexporter: Change Config member names (#29862)
  • carbonreceiver: Hide unnecessary public API (#29895)
  • pkg/ottl: Unexport ADD, SUB, MULT, DIV, EQ, NE, LT, LTE, GT, and GTE (#29925)
  • pkg/ottl: Change Path to be an Interface instead of the grammar struct. (#29897) Affects creators of custom contexts.
  • golden: Use testing.TB for golden.WriteMetrics, golden.WriteTraces and golden.WriteLogs over *testing.T (#30277)

💡 Enhancements 💡

  • kafkaexporter: add ability to publish kafka messages with message key of TraceID - it will allow partitioning of the kafka Topic. (#12318)
  • kafkaexporter: Adds the ability to configure the Kafka client's Client ID. (#30144)

v0.91.0

🛑 Breaking changes 🛑

  • pkg/ottl: Rename Statements to StatementSequence. Remove Eval function from StatementSequence, use ConditionSequence instead. (#29598)

💡 Enhancements 💡

  • pkg/ottl: Add ConditionSequence for evaluating lists of conditions (#29339)

v0.90.0

🛑 Breaking changes 🛑

  • clickhouseexporter: Replace Config.QueueSettings field with exporterhelper.QueueSettings and remove QueueSettings struct (#27653)
  • kafkareceiver: Do not export the function WithTracesUnmarshalers, WithMetricsUnmarshalers, WithLogsUnmarshalers (#26304)

... (truncated)

Commits
  • c06bed3 [chore] Prepare release 0.93.0 (#30758)
  • d316a95 [extension/filestorage] enable feature gate `extension.filestorage.replaceUns...
  • 0166328 Update module github.com/nginxinc/nginx-prometheus-exporter to v0.11.0 (#30600)
  • cfb8e69 [chore] [receiver/signalfx] Update README.md (#30748)
  • bcda0ac [chore] multimod update beta modules (#30747)
  • d5b9920 [chore] Update opamp-go to v0.11.0 (#30737)
  • 6a2e178 Add GOOS=windows to lint-matrix (#30743)
  • dfb6b17 [chore] remove !windows in build restriction for redis doc.go (#30632)
  • de409a1 fix(deps): update module github.com/google/uuid to v1.6.0 (#30741)
  • 74b1fc0 fix(deps): update module golang.org/x/vuln to v1.0.3 (#30740)
  • 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

@dependabot dependabot bot requested a review from a team as a code owner February 12, 2024 08:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 12, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/jaeger-1f4f1d3ba1 branch 3 times, most recently from 89e071e to 1f15384 Compare February 12, 2024 09:11
Bumps the jaeger group with 2 updates: [github.com/jaegertracing/jaeger](https://github.com/jaegertracing/jaeger) and [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib).


Updates `github.com/jaegertracing/jaeger` from 1.40.0 to 1.54.0
- [Release notes](https://github.com/jaegertracing/jaeger/releases)
- [Changelog](https://github.com/jaegertracing/jaeger/blob/main/CHANGELOG.md)
- [Commits](jaegertracing/jaeger@v1.40.0...v1.54.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.66.0 to 0.93.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.66.0...v0.93.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 force-pushed the dependabot/go_modules/jaeger-1f4f1d3ba1 branch from 1f15384 to 43ee1a3 Compare February 12, 2024 09:13
@kruskall kruskall merged commit 36c344b into main Feb 12, 2024
8 checks passed
@kruskall kruskall deleted the dependabot/go_modules/jaeger-1f4f1d3ba1 branch February 12, 2024 09:19
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