-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update module github.com/jaegertracing/jaeger to v1.62.0 #35679
Update module github.com/jaegertracing/jaeger to v1.62.0 #35679
Conversation
ℹ Artifact update noticeFile name: exporter/awskinesisexporter/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/kafkaexporter/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/logzioexporter/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/pulsarexporter/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: exporter/sapmexporter/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/encoding/jaegerencodingextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/jaegerremotesampling/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: pkg/translator/jaeger/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: pkg/translator/zipkin/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/kafkareceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/pulsarreceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/sapmreceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: receiver/zipkinreceiver/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
8caa31c
to
a8bb6fa
Compare
c7d7ba3
to
af521ce
Compare
2039993
to
9c9e71b
Compare
…try#35679) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jaegertracing/jaeger](https://redirect.github.com/jaegertracing/jaeger) | `v1.61.0` -> `v1.62.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjaegertracing%2fjaeger/v1.62.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjaegertracing%2fjaeger/v1.62.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjaegertracing%2fjaeger/v1.61.0/v1.62.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjaegertracing%2fjaeger/v1.61.0/v1.62.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jaegertracing/jaeger (github.com/jaegertracing/jaeger)</summary> ### [`v1.62.0`](https://redirect.github.com/jaegertracing/jaeger/releases/tag/v1.62.0): / v2.0.0-rc2 [Compare Source](https://redirect.github.com/jaegertracing/jaeger/compare/v1.61.0...v1.62.0) ##### Backend Changes ##### ⛔ Breaking Changes - \[query] change http and tls server configurations to use otel configurations ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;6023](https://redirect.github.com/jaegertracing/jaeger/pull/6023)) - \[fix]\[spm]: change default metrics namespace to match new default in spanmetricsconnector ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;6007](https://redirect.github.com/jaegertracing/jaeger/pull/6007)) ##### 🐞 Bug fixes, Minor Improvements - \[grpc storage]: propagate tenant to grpc backend ([@&open-telemetry#8203;frzifus](https://redirect.github.com/frzifus) in [#&open-telemetry#8203;6030](https://redirect.github.com/jaegertracing/jaeger/pull/6030)) - \[feat] deduplicate spans based on their hashcode ([@&open-telemetry#8203;cdanis](https://redirect.github.com/cdanis) in [#&open-telemetry#8203;6009](https://redirect.github.com/jaegertracing/jaeger/pull/6009)) ##### 🚧 Experimental Features - \[jaeger-v2] consolidate v1 and v2 configurations for grpc storage ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;6042](https://redirect.github.com/jaegertracing/jaeger/pull/6042)) - \[jaeger-v2] use environment variables in kafka config ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;6028](https://redirect.github.com/jaegertracing/jaeger/pull/6028)) - \[jaeger-v2] align cassandra storage config with otel ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;5949](https://redirect.github.com/jaegertracing/jaeger/pull/5949)) - \[jaeger-v2] refactor configuration for query service ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;5998](https://redirect.github.com/jaegertracing/jaeger/pull/5998)) - \[v2] add temporary expvar extension ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5986](https://redirect.github.com/jaegertracing/jaeger/pull/5986)) ##### 👷 CI Improvements - \[ci] disable fail fast behaviour for ci workflows ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;6052](https://redirect.github.com/jaegertracing/jaeger/pull/6052)) - Testifylint: enable go-require ([@&open-telemetry#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [#&open-telemetry#8203;5983](https://redirect.github.com/jaegertracing/jaeger/pull/5983)) - Fix regex for publishing v2 image ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5988](https://redirect.github.com/jaegertracing/jaeger/pull/5988)) ##### 📊 UI Changes ##### 🐞 Bug fixes, Minor Improvements - Support uploads of .jsonl files ([@&open-telemetry#8203;Saumya40-codes](https://redirect.github.com/Saumya40-codes) in [#&open-telemetry#8203;2461](https://redirect.github.com/jaegertracing/jaeger-ui/pull/2461)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Bogdan Drutu <[email protected]>
…try#35679) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/jaegertracing/jaeger](https://redirect.github.com/jaegertracing/jaeger) | `v1.61.0` -> `v1.62.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjaegertracing%2fjaeger/v1.62.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjaegertracing%2fjaeger/v1.62.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjaegertracing%2fjaeger/v1.61.0/v1.62.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjaegertracing%2fjaeger/v1.61.0/v1.62.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jaegertracing/jaeger (github.com/jaegertracing/jaeger)</summary> ### [`v1.62.0`](https://redirect.github.com/jaegertracing/jaeger/releases/tag/v1.62.0): / v2.0.0-rc2 [Compare Source](https://redirect.github.com/jaegertracing/jaeger/compare/v1.61.0...v1.62.0) ##### Backend Changes ##### ⛔ Breaking Changes - \[query] change http and tls server configurations to use otel configurations ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;6023](https://redirect.github.com/jaegertracing/jaeger/pull/6023)) - \[fix]\[spm]: change default metrics namespace to match new default in spanmetricsconnector ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;6007](https://redirect.github.com/jaegertracing/jaeger/pull/6007)) ##### 🐞 Bug fixes, Minor Improvements - \[grpc storage]: propagate tenant to grpc backend ([@&open-telemetry#8203;frzifus](https://redirect.github.com/frzifus) in [#&open-telemetry#8203;6030](https://redirect.github.com/jaegertracing/jaeger/pull/6030)) - \[feat] deduplicate spans based on their hashcode ([@&open-telemetry#8203;cdanis](https://redirect.github.com/cdanis) in [#&open-telemetry#8203;6009](https://redirect.github.com/jaegertracing/jaeger/pull/6009)) ##### 🚧 Experimental Features - \[jaeger-v2] consolidate v1 and v2 configurations for grpc storage ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;6042](https://redirect.github.com/jaegertracing/jaeger/pull/6042)) - \[jaeger-v2] use environment variables in kafka config ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;6028](https://redirect.github.com/jaegertracing/jaeger/pull/6028)) - \[jaeger-v2] align cassandra storage config with otel ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;5949](https://redirect.github.com/jaegertracing/jaeger/pull/5949)) - \[jaeger-v2] refactor configuration for query service ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;5998](https://redirect.github.com/jaegertracing/jaeger/pull/5998)) - \[v2] add temporary expvar extension ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5986](https://redirect.github.com/jaegertracing/jaeger/pull/5986)) ##### 👷 CI Improvements - \[ci] disable fail fast behaviour for ci workflows ([@&open-telemetry#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in [#&open-telemetry#8203;6052](https://redirect.github.com/jaegertracing/jaeger/pull/6052)) - Testifylint: enable go-require ([@&open-telemetry#8203;mmorel-35](https://redirect.github.com/mmorel-35) in [#&open-telemetry#8203;5983](https://redirect.github.com/jaegertracing/jaeger/pull/5983)) - Fix regex for publishing v2 image ([@&open-telemetry#8203;yurishkuro](https://redirect.github.com/yurishkuro) in [#&open-telemetry#8203;5988](https://redirect.github.com/jaegertracing/jaeger/pull/5988)) ##### 📊 UI Changes ##### 🐞 Bug fixes, Minor Improvements - Support uploads of .jsonl files ([@&open-telemetry#8203;Saumya40-codes](https://redirect.github.com/Saumya40-codes) in [#&open-telemetry#8203;2461](https://redirect.github.com/jaegertracing/jaeger-ui/pull/2461)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Bogdan Drutu <[email protected]>
This PR contains the following updates:
v1.61.0
->v1.62.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jaegertracing/jaeger (github.com/jaegertracing/jaeger)
v1.62.0
: / v2.0.0-rc2Compare Source
Backend Changes
⛔ Breaking Changes
🐞 Bug fixes, Minor Improvements
🚧 Experimental Features
👷 CI Improvements
📊 UI Changes
🐞 Bug fixes, Minor Improvements
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.