renovate[bot]
053f109248
chore(deps): update actions/cache digest to d4323d4 ( #6384 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://redirect.github.com/actions/cache ) | action |
digest | `0c907a7` -> `d4323d4` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-27 18:03:54 +01:00
renovate[bot]
c6e2814a35
chore(deps): update module github.com/go-git/go-git/v5 to v5.14.0 ( #6385 )
2025-02-27 17:30:03 +01:00
renovate[bot]
b18d593a30
chore(deps): update module github.com/protonmail/go-crypto to v1.1.6 ( #6383 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/ProtonMail/go-crypto](https://redirect.github.com/ProtonMail/go-crypto )
| `v1.1.5` -> `v1.1.6` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>ProtonMail/go-crypto
(github.com/ProtonMail/go-crypto)</summary>
###
[`v1.1.6`](https://redirect.github.com/ProtonMail/go-crypto/releases/tag/v1.1.6 )
[Compare
Source](https://redirect.github.com/ProtonMail/go-crypto/compare/v1.1.5...v1.1.6 )
#### What's Changed
- Fix `PublicKey.KeyIdString` to return a valid key id by
[@​lubux](https://redirect.github.com/lubux ) in
[https://github.com/ProtonMail/go-crypto/pull/269 ](https://redirect.github.com/ProtonMail/go-crypto/pull/269 )
- Allow Key Flags override
[@​davrux](https://redirect.github.com/davrux ) in
[https://github.com/ProtonMail/go-crypto/pull/272 ](https://redirect.github.com/ProtonMail/go-crypto/pull/272 )
- Only check that message signatures are newer than the key by
[@​twiss](https://redirect.github.com/twiss ) in
[https://github.com/ProtonMail/go-crypto/pull/275 ](https://redirect.github.com/ProtonMail/go-crypto/pull/275 )
- openpgp/clearsign: just use rand.Reader in tests by
[@​mdosch](https://redirect.github.com/mdosch ) in
[https://github.com/ProtonMail/go-crypto/pull/276 ](https://redirect.github.com/ProtonMail/go-crypto/pull/276 )
- Make Issuer Key ID signature subpacket non-critical by
[@​caarlos0](https://redirect.github.com/caarlos0 ) in
[https://github.com/ProtonMail/go-crypto/pull/266 ](https://redirect.github.com/ProtonMail/go-crypto/pull/266 )
- v2 API: Improve error messages for encryption key selection by
[@​lubux](https://redirect.github.com/lubux ) in
[https://github.com/ProtonMail/go-crypto/pull/271 ](https://redirect.github.com/ProtonMail/go-crypto/pull/271 )
**Full Changelog**:
https://github.com/ProtonMail/go-crypto/compare/v1.1.5...v1.1.6
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dmathieu <42@dmathieu.com >
2025-02-27 11:37:18 +01:00
Robert Pająk
9be18c14cb
sdk/trace: Fix gorountine leak in batchSpanProcessor.ForceFlush ( #6369 )
...
Fixes https://github.com/open-telemetry/opentelemetry-go/issues/6360
Per
https://github.com/open-telemetry/opentelemetry-go/issues/6360#issuecomment-2678080742 :
> So I'd fix this issue with the first proposed solution, and open an
issue to change the behavior in a separate PR.
```
$ go test -run=TestBatchSpanProcessorForceFlushTimeout -count=1000
PASS
ok go.opentelemetry.io/otel/sdk/trace 1.701s
$ go test -run=TestBatchSpanProcessorForceFlushTimeout -count=1000 -race
PASS
ok go.opentelemetry.io/otel/sdk/trace 4.056s
```
@peterbourgon, thank you for your contribution 🏅
2025-02-27 11:28:31 +01:00
renovate[bot]
23c76d3849
chore(deps): update module github.com/catenacyber/perfsprint to v0.9.0 ( #6379 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/catenacyber/perfsprint](https://redirect.github.com/catenacyber/perfsprint )
| `v0.8.2` -> `v0.9.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>catenacyber/perfsprint
(github.com/catenacyber/perfsprint)</summary>
###
[`v0.9.0`](https://redirect.github.com/catenacyber/perfsprint/compare/v0.8.2...v0.9.0 )
[Compare
Source](https://redirect.github.com/catenacyber/perfsprint/compare/v0.8.2...v0.9.0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dmathieu <42@dmathieu.com >
2025-02-27 09:36:47 +01:00
renovate[bot]
aec954ce43
chore(deps): update codecov/codecov-action action to v5.4.0 ( #6380 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[codecov/codecov-action](https://redirect.github.com/codecov/codecov-action )
| action | minor | `v5.3.1` -> `v5.4.0` |
---
### Release Notes
<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>
###
[`v5.4.0`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v540 )
[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v5.3.1...v5.4.0 )
##### What's Changed
- update wrapper submodule to 0.2.0, add recurse_submodules arg by
[@​matt-codecov](https://redirect.github.com/matt-codecov ) in
[https://github.com/codecov/codecov-action/pull/1780 ](https://redirect.github.com/codecov/codecov-action/pull/1780 )
- build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by
[@​app/dependabot](https://redirect.github.com/app/dependabot ) in
[https://github.com/codecov/codecov-action/pull/1775 ](https://redirect.github.com/codecov/codecov-action/pull/1775 )
- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by
[@​app/dependabot](https://redirect.github.com/app/dependabot ) in
[https://github.com/codecov/codecov-action/pull/1776 ](https://redirect.github.com/codecov/codecov-action/pull/1776 )
- build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 by
[@​app/dependabot](https://redirect.github.com/app/dependabot ) in
[https://github.com/codecov/codecov-action/pull/1777 ](https://redirect.github.com/codecov/codecov-action/pull/1777 )
- Clarify in README that `use_pypi` bypasses integrity checks too by
[@​webknjaz](https://redirect.github.com/webknjaz ) in
[https://github.com/codecov/codecov-action/pull/1773 ](https://redirect.github.com/codecov/codecov-action/pull/1773 )
- Fix use of safe.directory inside containers by
[@​Flamefire](https://redirect.github.com/Flamefire ) in
[https://github.com/codecov/codecov-action/pull/1768 ](https://redirect.github.com/codecov/codecov-action/pull/1768 )
- Fix description for report_type input by
[@​craigscott-crascit](https://redirect.github.com/craigscott-crascit )
in
[https://github.com/codecov/codecov-action/pull/1770 ](https://redirect.github.com/codecov/codecov-action/pull/1770 )
- build(deps): bump github/codeql-action from 3.28.8 to 3.28.9 by
[@​app/dependabot](https://redirect.github.com/app/dependabot ) in
[https://github.com/codecov/codecov-action/pull/1765 ](https://redirect.github.com/codecov/codecov-action/pull/1765 )
- Fix a typo in the example by
[@​miranska](https://redirect.github.com/miranska ) in
[https://github.com/codecov/codecov-action/pull/1758 ](https://redirect.github.com/codecov/codecov-action/pull/1758 )
- build(deps): bump github/codeql-action from 3.28.5 to 3.28.8 by
[@​app/dependabot](https://redirect.github.com/app/dependabot ) in
[https://github.com/codecov/codecov-action/pull/1757 ](https://redirect.github.com/codecov/codecov-action/pull/1757 )
- build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 by
[@​app/dependabot](https://redirect.github.com/app/dependabot ) in
[https://github.com/codecov/codecov-action/pull/1753 ](https://redirect.github.com/codecov/codecov-action/pull/1753 )
**Full Changelog**:
https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dmathieu <42@dmathieu.com >
2025-02-27 09:29:17 +01:00
Robert Pająk
44d50457d9
sdk/trace: Fix goroutine leak in simpleSpanProcessor.Shutdown ( #6368 )
...
Side-effect when working towards
https://github.com/open-telemetry/opentelemetry-go/issues/6360
- Fix goroutine leaks from tests in places where batch processor was not
shut down
- Fix goroutine leak in simpleSpanProcessor.Shutdown
2025-02-26 23:32:15 +01:00
renovate[bot]
7f724dbc44
chore(deps): update actions/download-artifact digest to cc20338 ( #6377 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/download-artifact](https://redirect.github.com/actions/download-artifact )
| action | digest | `fa0a91b` -> `cc20338` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dmathieu <42@dmathieu.com >
2025-02-26 16:49:13 +01:00
renovate[bot]
86d783c3da
fix(deps): update build-tools to v0.19.0 ( #6376 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/build-tools/crosslink](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools )
| `v0.18.0` -> `v0.19.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/build-tools/gotmpl](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools )
| `v0.18.0` -> `v0.19.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/build-tools/multimod](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools )
| `v0.18.0` -> `v0.19.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[go.opentelemetry.io/build-tools/semconvgen](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools )
| `v0.18.0` -> `v0.19.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>open-telemetry/opentelemetry-go-build-tools
(go.opentelemetry.io/build-tools/crosslink)</summary>
###
[`v0.19.0`](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/blob/HEAD/CHANGELOG.md#v0190 )
[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/compare/v0.18.0...v0.19.0 )
##### 💡 Enhancements 💡
- `all`: Bump minimum Go version to 1.23
([#​695](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/695 ))
- `issuegenerator`: IssueGenerator now creates issues based on JUnit
test results.
([#​672](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/672 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-26 07:02:40 +01:00
renovate[bot]
bb42ffa1ec
chore(deps): update module github.com/bombsimon/wsl/v4 to v4.6.0 ( #6373 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/bombsimon/wsl/v4](https://redirect.github.com/bombsimon/wsl )
| `v4.5.0` -> `v4.6.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>bombsimon/wsl (github.com/bombsimon/wsl/v4)</summary>
###
[`v4.6.0`](https://redirect.github.com/bombsimon/wsl/releases/tag/v4.6.0 )
[Compare
Source](https://redirect.github.com/bombsimon/wsl/compare/v4.5.0...v4.6.0 )
#### What's Changed
- chore: Bump go version by
[@​bombsimon](https://redirect.github.com/bombsimon ) in
[https://github.com/bombsimon/wsl/pull/164 ](https://redirect.github.com/bombsimon/wsl/pull/164 )
- Add support to cuddle assignments for a whole block by
[@​jacobdrury](https://redirect.github.com/jacobdrury ) in
[https://github.com/bombsimon/wsl/pull/163 ](https://redirect.github.com/bombsimon/wsl/pull/163 )
- fix: Rename test to match folder name by
[@​bombsimon](https://redirect.github.com/bombsimon ) in
[https://github.com/bombsimon/wsl/pull/165 ](https://redirect.github.com/bombsimon/wsl/pull/165 )
#### New Contributors
- [@​jacobdrury](https://redirect.github.com/jacobdrury ) made
their first contribution in
[https://github.com/bombsimon/wsl/pull/163 ](https://redirect.github.com/bombsimon/wsl/pull/163 )
**Full Changelog**:
https://github.com/bombsimon/wsl/compare/v4.5.0...v4.6.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-25 15:27:57 -08:00
renovate[bot]
d903b7b546
chore(deps): update module go.opentelemetry.io/build-tools to v0.19.0 ( #6374 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[go.opentelemetry.io/build-tools](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools )
| `v0.18.0` -> `v0.19.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>open-telemetry/opentelemetry-go-build-tools
(go.opentelemetry.io/build-tools)</summary>
###
[`v0.19.0`](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/blob/HEAD/CHANGELOG.md#v0190 )
[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/compare/v0.18.0...v0.19.0 )
##### 💡 Enhancements 💡
- `all`: Bump minimum Go version to 1.23
([#​695](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/695 ))
- `issuegenerator`: IssueGenerator now creates issues based on JUnit
test results.
([#​672](https://redirect.github.com/open-telemetry/opentelemetry-go-build-tools/issues/672 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-25 15:08:07 -08:00
renovate[bot]
9e57b0d46c
chore(deps): update python:3.13.2-slim-bullseye docker digest to 31b581c ( #6370 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| python | stage | digest | `d3852c9` -> `31b581c` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-25 14:21:02 -08:00
Matthieu MOREL
6192b14cba
[chore] clean up revive configuration ( #6353 )
...
Following
https://github.com/open-telemetry/opentelemetry-go/pull/6273#pullrequestreview-2598385186
This clean up revive configuration
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com >
2025-02-25 10:50:19 +01:00
renovate[bot]
4d7fcb6d82
chore(deps): update module golang.org/x/crypto to v0.35.0 ( #6366 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| golang.org/x/crypto | `v0.34.0` -> `v0.35.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-25 09:54:31 +01:00
renovate[bot]
70f52c47a8
chore(deps): update python:3.13.2-slim-bullseye docker digest to d3852c9 ( #6367 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| python | stage | digest | `561ff65` -> `d3852c9` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-25 09:42:35 +01:00
renovate[bot]
8f4a5c69ce
chore(deps): update module github.com/gaijinentertainment/go-exhaustruct/v3 to v3.3.1 ( #6361 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/GaijinEntertainment/go-exhaustruct/v3](https://redirect.github.com/GaijinEntertainment/go-exhaustruct )
| `v3.3.0` -> `v3.3.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>GaijinEntertainment/go-exhaustruct
(github.com/GaijinEntertainment/go-exhaustruct/v3)</summary>
###
[`v3.3.1`](https://redirect.github.com/GaijinEntertainment/go-exhaustruct/releases/tag/v3.3.1 )
[Compare
Source](https://redirect.github.com/GaijinEntertainment/go-exhaustruct/compare/v3.3.0...v3.3.1 )
#### What's Changed
- 🧪 Add test for alias types by
[@​busser](https://redirect.github.com/busser ) in
[https://github.com/GaijinEntertainment/go-exhaustruct/pull/128 ](https://redirect.github.com/GaijinEntertainment/go-exhaustruct/pull/128 )
- fix: type aliases by [@​ldez](https://redirect.github.com/ldez )
in
[https://github.com/GaijinEntertainment/go-exhaustruct/pull/130 ](https://redirect.github.com/GaijinEntertainment/go-exhaustruct/pull/130 )
#### New Contributors
- [@​busser](https://redirect.github.com/busser ) made their first
contribution in
[https://github.com/GaijinEntertainment/go-exhaustruct/pull/128 ](https://redirect.github.com/GaijinEntertainment/go-exhaustruct/pull/128 )
**Full Changelog**:
https://github.com/GaijinEntertainment/go-exhaustruct/compare/v3.3.0...v3.3.1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-24 13:55:06 +01:00
renovate[bot]
87e328bac1
chore(deps): update golang.org/x ( #6355 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
| golang.org/x/crypto | `v0.33.0` -> `v0.34.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| indirect | minor |
| golang.org/x/telemetry | `165e2f8` -> `d588202` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| indirect | digest |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com >
2025-02-23 08:28:50 -08:00
renovate[bot]
cbb4e2499e
fix(deps): update module github.com/google/go-cmp to v0.7.0 ( #6359 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/google/go-cmp](https://redirect.github.com/google/go-cmp )
| `v0.6.0` -> `v0.7.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>google/go-cmp (github.com/google/go-cmp)</summary>
###
[`v0.7.0`](https://redirect.github.com/google/go-cmp/releases/tag/v0.7.0 )
[Compare
Source](https://redirect.github.com/google/go-cmp/compare/v0.6.0...v0.7.0 )
New API:
- ([#​367](https://redirect.github.com/google/go-cmp/issues/367 ))
Support compare functions with SortSlices and SortMaps
Panic messaging:
- ([#​370](https://redirect.github.com/google/go-cmp/issues/370 ))
Detect proto.Message types when failing to export a field
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <codingalias@gmail.com >
2025-02-23 08:21:15 -08:00
renovate[bot]
863a0b2a65
chore(deps): update ossf/scorecard-action action to v2.4.1 ( #6358 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[ossf/scorecard-action](https://redirect.github.com/ossf/scorecard-action )
| action | patch | `v2.4.0` -> `v2.4.1` |
---
### Release Notes
<details>
<summary>ossf/scorecard-action (ossf/scorecard-action)</summary>
###
[`v2.4.1`](https://redirect.github.com/ossf/scorecard-action/compare/v2.4.0...v2.4.1 )
[Compare
Source](https://redirect.github.com/ossf/scorecard-action/compare/v2.4.0...v2.4.1 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-22 19:52:40 +01:00
renovate[bot]
c0d043a4eb
chore(deps): update github/codeql-action digest to b56ba49 ( #6354 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[github/codeql-action](https://redirect.github.com/github/codeql-action )
| action | digest | `9e8d078` -> `b56ba49` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-22 19:00:08 +01:00
renovate[bot]
1e573f2a6e
chore(deps): update actions/upload-artifact digest to 4cec3d8 ( #6356 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/upload-artifact](https://redirect.github.com/actions/upload-artifact )
| action | digest | `65c4c4a` -> `4cec3d8` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-22 18:09:24 +01:00
renovate[bot]
010790d3c8
chore(deps): update module github.com/ldez/exptostd to v0.4.2 ( #6357 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/ldez/exptostd](https://redirect.github.com/ldez/exptostd )
| `v0.4.1` -> `v0.4.2` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>ldez/exptostd (github.com/ldez/exptostd)</summary>
###
[`v0.4.2`](https://redirect.github.com/ldez/exptostd/compare/v0.4.1...v0.4.2 )
[Compare
Source](https://redirect.github.com/ldez/exptostd/compare/v0.4.1...v0.4.2 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-22 15:40:27 +01:00
renovate[bot]
597e1d7774
chore(deps): update module github.com/quasilyte/go-ruleguard to v0.4.4 ( #6348 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/quasilyte/go-ruleguard](https://redirect.github.com/quasilyte/go-ruleguard )
| `v0.4.3-0.20240823090925-0fe6f58b47b1` -> `v0.4.4` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>quasilyte/go-ruleguard
(github.com/quasilyte/go-ruleguard)</summary>
###
[`v0.4.4`](https://redirect.github.com/quasilyte/go-ruleguard/releases/tag/v0.4.4 )
[Compare
Source](https://redirect.github.com/quasilyte/go-ruleguard/compare/v0.4.2...v0.4.4 )
#### What's Changed
- build(deps): bump toolmantim/release-drafter from 5.25.0 to 6.0.0 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/quasilyte/go-ruleguard/pull/470 ](https://redirect.github.com/quasilyte/go-ruleguard/pull/470 )
- Support alias types in typeIdentical() by
[@​reillywatson](https://redirect.github.com/reillywatson ) in
[https://github.com/quasilyte/go-ruleguard/pull/478 ](https://redirect.github.com/quasilyte/go-ruleguard/pull/478 )
- chore: fix CI ang go1.22 support by
[@​ldez](https://redirect.github.com/ldez ) in
[https://github.com/quasilyte/go-ruleguard/pull/479 ](https://redirect.github.com/quasilyte/go-ruleguard/pull/479 )
- Bump x/tools v0.30.0 by
[@​cristaloleg](https://redirect.github.com/cristaloleg ) in
[https://github.com/quasilyte/go-ruleguard/pull/484 ](https://redirect.github.com/quasilyte/go-ruleguard/pull/484 )
#### New Contributors
- [@​reillywatson](https://redirect.github.com/reillywatson ) made
their first contribution in
[https://github.com/quasilyte/go-ruleguard/pull/478 ](https://redirect.github.com/quasilyte/go-ruleguard/pull/478 )
**Full Changelog**:
https://github.com/quasilyte/go-ruleguard/compare/v0.4.2...v0.4.4
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-21 09:12:01 +01:00
renovate[bot]
92a748113b
chore(deps): update golang.org/x/telemetry digest to 165e2f8 ( #6346 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| golang.org/x/telemetry | indirect | digest | `6f9b61d` -> `165e2f8` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-20 17:47:10 +01:00
Robert Pająk
2509d780fd
[chore] Add OpenSSF Best Practices badge ( #6345 )
...
Fixes https://github.com/open-telemetry/opentelemetry-go/issues/6243
2025-02-20 17:03:54 +01:00
Robert Pająk
7f64adf911
[chore] Add a policy on adding tests ( #6334 )
...
Per [OpenSSF Best Practices](https://www.bestpractices.dev/en ):
> It is SUGGESTED that this policy on adding tests be documented in the
instructions for change proposals.
2025-02-19 07:40:22 -08:00
renovate[bot]
f65062ef08
chore(deps): update module github.com/kisielk/errcheck to v1.9.0 ( #6340 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/kisielk/errcheck](https://redirect.github.com/kisielk/errcheck )
| `v1.8.0` -> `v1.9.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>kisielk/errcheck (github.com/kisielk/errcheck)</summary>
###
[`v1.9.0`](https://redirect.github.com/kisielk/errcheck/releases/tag/v1.9.0 )
[Compare
Source](https://redirect.github.com/kisielk/errcheck/compare/v1.8.0...v1.9.0 )
#### What's Changed
- Added supported for Go 1.24 by
[@​duncanharris](https://redirect.github.com/duncanharris ) in
[https://github.com/kisielk/errcheck/pull/263 ](https://redirect.github.com/kisielk/errcheck/pull/263 )
- Dropped support for Go 1.18 - 1.21 due to updated golang.org/x/tools
- Bump GitHub action workflows by
[@​deining](https://redirect.github.com/deining ) in
[https://github.com/kisielk/errcheck/pull/258 ](https://redirect.github.com/kisielk/errcheck/pull/258 )
- Remove no longer relevant fmtTags by
[@​alexandear](https://redirect.github.com/alexandear ) in
[https://github.com/kisielk/errcheck/pull/266 ](https://redirect.github.com/kisielk/errcheck/pull/266 )
- Deprecate ErrNoGoFiles as it's never returned by
[@​alexandear](https://redirect.github.com/alexandear ) in
[https://github.com/kisielk/errcheck/pull/265 ](https://redirect.github.com/kisielk/errcheck/pull/265 )
#### New Contributors
- [@​deining](https://redirect.github.com/deining ) made their
first contribution in
[https://github.com/kisielk/errcheck/pull/258 ](https://redirect.github.com/kisielk/errcheck/pull/258 )
- [@​duncanharris](https://redirect.github.com/duncanharris ) made
their first contribution in
[https://github.com/kisielk/errcheck/pull/263 ](https://redirect.github.com/kisielk/errcheck/pull/263 )
**Full Changelog**:
https://github.com/kisielk/errcheck/compare/v1.8.0...v1.9.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-19 09:34:18 +01:00
OpenTelemetry Bot
fb8b0f20ae
Add FOSSA scanning workflow ( #6331 )
...
See https://github.com/open-telemetry/community/issues/2574 for details
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com >
Co-authored-by: Damien Mathieu <42@dmathieu.com >
2025-02-19 09:28:46 +01:00
renovate[bot]
dfe20c4b1f
chore(deps): update module github.com/catenacyber/perfsprint to v0.8.2 ( #6339 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/catenacyber/perfsprint](https://redirect.github.com/catenacyber/perfsprint )
| `v0.8.1` -> `v0.8.2` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>catenacyber/perfsprint
(github.com/catenacyber/perfsprint)</summary>
###
[`v0.8.2`](https://redirect.github.com/catenacyber/perfsprint/compare/v0.8.1...v0.8.2 )
[Compare
Source](https://redirect.github.com/catenacyber/perfsprint/compare/v0.8.1...v0.8.2 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 16:04:59 -08:00
renovate[bot]
8231483aad
fix(deps): update googleapis to 56aae31 ( #6338 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[google.golang.org/genproto/googleapis/api](https://redirect.github.com/googleapis/go-genproto )
| indirect | digest | `5a70512` -> `56aae31` |
|
[google.golang.org/genproto/googleapis/rpc](https://redirect.github.com/googleapis/go-genproto )
| indirect | digest | `5a70512` -> `56aae31` |
|
[google.golang.org/genproto/googleapis/rpc](https://redirect.github.com/googleapis/go-genproto )
| require | digest | `5a70512` -> `56aae31` |
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 15:47:51 -08:00
renovate[bot]
6239155c9e
chore(deps): update actions/cache digest to 0c907a7 ( #6337 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/cache](https://redirect.github.com/actions/cache ) | action |
digest | `1bd1e32` -> `0c907a7` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 15:04:44 -08:00
Robert Pająk
1ee7c79b73
sdk/log: Add FilterProcessor and EnabledParameters ( #6317 )
...
Per
https://github.com/open-telemetry/opentelemetry-go/pull/6271#issuecomment-2657554647
> We agreed that we can move `FilterProcessor` directly to `sdk/log` as
Logs SDK does not look to be stabilized soon.
- Add the possibility to filter based on the resource and scope which is
available for the SDK. The scope information is the most important as it
gives the possibility to e.g. filter out logs emitted for a given
logger. Thus e.g.
https://github.com/open-telemetry/opentelemetry-specification/issues/4364
is not necessary. See
https://github.com/open-telemetry/opentelemetry-specification/pull/4290#discussion_r1927546170
for more context.
- It is going be an example for
https://github.com/open-telemetry/opentelemetry-specification/issues/4363
There is a little overhead (IMO totally acceptable) because of data
transformation. Most importantly, there is no new heap allocation.
```
goos: linux
goarch: amd64
pkg: go.opentelemetry.io/otel/sdk/log
cpu: 13th Gen Intel(R) Core(TM) i7-13800H
│ old.txt │ new.txt │
│ sec/op │ sec/op vs base │
LoggerEnabled-20 4.589n ± 1% 319.750n ± 16% +6867.75% (p=0.000 n=10)
│ old.txt │ new.txt │
│ B/op │ B/op vs base │
LoggerEnabled-20 0.000Ki ± 0% 1.093Ki ± 13% ? (p=0.000 n=10)
│ old.txt │ new.txt │
│ allocs/op │ allocs/op vs base │
LoggerEnabled-20 0.000 ± 0% 0.000 ± 0% ~ (p=1.000 n=10) ¹
¹ all samples are equal
```
`Logger.Enabled` is still more efficient than `Logger.Emit` (benchmarks
from https://github.com/open-telemetry/opentelemetry-go/pull/6315 ).
```
goos: linux
goarch: amd64
pkg: go.opentelemetry.io/otel/sdk/log
cpu: 13th Gen Intel(R) Core(TM) i7-13800H
BenchmarkLoggerEmit/5_attributes-20 559934 2391 ns/op 39088 B/op 1 allocs/op
BenchmarkLoggerEmit/10_attributes-20 1000000 5910 ns/op 49483 B/op 5 allocs/op
BenchmarkLoggerEnabled-20 1605697 968.7 ns/op 1272 B/op 0 allocs/op
PASS
ok go.opentelemetry.io/otel/sdk/log 10.789s
```
Prior art:
- https://github.com/open-telemetry/opentelemetry-go/pull/6271
- https://github.com/open-telemetry/opentelemetry-go/pull/6286
I also created for tracking purposes:
- https://github.com/open-telemetry/opentelemetry-go/issues/6328
2025-02-18 22:35:14 +01:00
renovate[bot]
b80639cdeb
chore(deps): update module github.com/nunnatsa/ginkgolinter to v0.19.1 ( #6311 )
2025-02-18 17:45:35 +01:00
renovate[bot]
e0332501be
fix(deps): update golang.org/x to aa4b98e ( #6336 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| golang.org/x/exp | require | digest | `eff6e97` -> `aa4b98e` |
| golang.org/x/exp/typeparams | indirect | digest | `eff6e97` ->
`aa4b98e` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-18 08:12:20 -08:00
renovate[bot]
963190b285
fix(deps): update golang.org/x to eff6e97 ( #6325 )
2025-02-17 10:54:06 +01:00
renovate[bot]
14dc8ea996
chore(deps): update module github.com/4meepo/tagalign to v1.4.2 ( #6327 )
2025-02-17 10:35:42 +01:00
renovate[bot]
af9dcb02ac
chore(deps): update module github.com/spf13/cobra to v1.9.1 ( #6324 )
2025-02-17 09:47:51 +01:00
renovate[bot]
26493d7374
chore(deps): update module github.com/mgechev/revive to v1.7.0 ( #6326 )
2025-02-17 00:16:20 +01:00
Piotr Kiełkowicz
8562bdf7f5
[chore] Use public Linux ARM64 runners ( #6320 )
...
Towards https://github.com/open-telemetry/community/issues/2564
Handles
https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
Switches ARM64 runners to the public version.
2025-02-15 19:59:04 +01:00
renovate[bot]
c08d161cb5
chore(deps): update module github.com/tetafro/godot to v1.5.0 ( #6323 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/tetafro/godot](https://redirect.github.com/tetafro/godot )
| `v1.4.20` -> `v1.5.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>tetafro/godot (github.com/tetafro/godot)</summary>
###
[`v1.5.0`](https://redirect.github.com/tetafro/godot/releases/tag/v1.5.0 )
[Compare
Source](https://redirect.github.com/tetafro/godot/compare/v1.4.20...v1.5.0 )
#### Changelog
-
[`fa6ac64`](fa6ac6436b
)
Add noinline option for checking all comments except inlined.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [x] <!-- 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-15 07:54:47 -08:00
renovate[bot]
1d1f79c23d
chore(deps): update module github.com/tdakkota/asciicheck to v0.4.1 ( #6322 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/tdakkota/asciicheck](https://redirect.github.com/tdakkota/asciicheck )
| `v0.4.0` -> `v0.4.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>tdakkota/asciicheck (github.com/tdakkota/asciicheck)</summary>
###
[`v0.4.1`](https://redirect.github.com/tdakkota/asciicheck/releases/tag/v0.4.1 )
[Compare
Source](https://redirect.github.com/tdakkota/asciicheck/compare/v0.4.0...v0.4.1 )
#### What's Changed
- refactor: get rid of deprecated `ast.Object` by
[@​tdakkota](https://redirect.github.com/tdakkota ) in
[https://github.com/tdakkota/asciicheck/pull/30 ](https://redirect.github.com/tdakkota/asciicheck/pull/30 )
**Full Changelog**:
https://github.com/tdakkota/asciicheck/compare/v0.4.0...v0.4.1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-15 07:42:54 -08:00
renovate[bot]
f2a151878b
chore(deps): update golang.org/x/telemetry digest to 6f9b61d ( #6321 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| golang.org/x/telemetry | indirect | digest | `7530529` -> `6f9b61d` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-15 07:33:57 -08:00
Robert Pająk
55ff06fbdd
sdk/log: Change BenchmarkLoggerNewRecord to BenchmarkLoggerEmit ( #6315 )
...
I find having benchmark for `Emit` more useful than just for
`newRecord`.
It can be used to showcase the performance benefit of using `Enabled`
even for a record with 10 attributes.
```
goos: linux
goarch: amd64
pkg: go.opentelemetry.io/otel/sdk/log
cpu: 13th Gen Intel(R) Core(TM) i7-13800H
BenchmarkLoggerEmit/5_attributes-20 511827 2609 ns/op 41947 B/op 1 allocs/op
BenchmarkLoggerEmit/10_attributes-20 1000000 3520 ns/op 46905 B/op 5 allocs/op
BenchmarkLoggerEnabled-20 263691399 4.549 ns/op 0 B/op 0 allocs/op
```
---------
Co-authored-by: Damien Mathieu <42@dmathieu.com >
2025-02-14 09:40:02 +01:00
renovate[bot]
8261e7b443
chore(deps): update otel/weaver docker tag to v0.13.2 ( #6318 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [otel/weaver](https://redirect.github.com/open-telemetry/weaver ) |
final | patch | `v0.13.1` -> `v0.13.2` |
---
### Release Notes
<details>
<summary>open-telemetry/weaver (otel/weaver)</summary>
###
[`v0.13.2`](https://redirect.github.com/open-telemetry/weaver/releases/tag/v0.13.2 ):
0.13.2 - 2025-02-13
[Compare
Source](https://redirect.github.com/open-telemetry/weaver/compare/v0.13.1...v0.13.2 )
#### Release Notes
What's changed
- Add a `note` field to all deprecated variants and generate a formatted
value when
not provided in the semconv files.
([#​602](https://redirect.github.com/open-telemetry/weaver/pull/602 )
by [@​lquerel](https://redirect.github.com/lquerel )).
#### Install weaver 0.13.2
##### Install prebuilt binaries via shell script
```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-installer.sh | sh
```
##### Install prebuilt binaries via powershell script
```sh
powershell -c "irm https://github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-installer.ps1 | iex"
```
#### Download weaver 0.13.2
| File | Platform | Checksum |
|--------|----------|----------|
|
[weaver-aarch64-apple-darwin.tar.xz](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-aarch64-apple-darwin.tar.xz )
| Apple Silicon macOS |
[checksum](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-aarch64-apple-darwin.tar.xz.sha256 )
|
|
[weaver-x86\_64-apple-darwin.tar.xz](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-x86\_64-apple-darwin.tar.xz )
| Intel macOS |
[checksum](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-x86\_64-apple-darwin.tar.xz.sha256 )
|
|
[weaver-x86\_64-pc-windows-msvc.zip](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-x86\_64-pc-windows-msvc.zip )
| x64 Windows |
[checksum](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-x86\_64-pc-windows-msvc.zip.sha256 )
|
|
[weaver-x86\_64-pc-windows-msvc.msi](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-x86\_64-pc-windows-msvc.msi )
| x64 Windows |
[checksum](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-x86\_64-pc-windows-msvc.msi.sha256 )
|
|
[weaver-x86\_64-unknown-linux-gnu.tar.xz](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-x86\_64-unknown-linux-gnu.tar.xz )
| x64 Linux |
[checksum](https://redirect.github.com/open-telemetry/weaver/releases/download/v0.13.2/weaver-x86\_64-unknown-linux-gnu.tar.xz.sha256 )
|
#### Verifying GitHub Artifact Attestations
The artifacts in this release have attestations generated with GitHub
Artifact Attestations. These can be verified by using the [GitHub
CLI](https://cli.github.com/manual/gh_attestation_verify ):
```sh
gh attestation verify <file-path of downloaded artifact> --repo open-telemetry/weaver
```
You can also download the attestation from
[GitHub](https://redirect.github.com/open-telemetry/weaver/attestations )
and verify against that directly:
```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-14 09:33:15 +01:00
renovate[bot]
da2d2f87ea
fix(deps): update module github.com/golangci/golangci-lint to v1.64.5 ( #6319 )
2025-02-14 09:21:27 +01:00
renovate[bot]
a9cbc3d8de
chore(deps): update module github.com/tdakkota/asciicheck to v0.4.0 ( #6316 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/tdakkota/asciicheck](https://redirect.github.com/tdakkota/asciicheck )
| `v0.3.0` -> `v0.4.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](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>tdakkota/asciicheck (github.com/tdakkota/asciicheck)</summary>
###
[`v0.4.0`](https://redirect.github.com/tdakkota/asciicheck/releases/tag/v0.4.0 ):
: bump `x/tools` version
[Compare
Source](https://redirect.github.com/tdakkota/asciicheck/compare/v0.3.0...v0.4.0 )
#### What's Changed
- chore(deps): bump golang.org/x/tools from 0.13.0 to 0.30.0 by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/tdakkota/asciicheck/pull/27 ](https://redirect.github.com/tdakkota/asciicheck/pull/27 )
**Full Changelog**:
https://github.com/tdakkota/asciicheck/compare/v0.3.0...v0.4.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 07:51:52 -08:00
Robert Pająk
9d4c2f72f6
[chore] Fix go-work Make target with the highest required Go version ( #6285 )
...
This is handy for `gopls` when working across multiple Go modules.
Currently `crosslink work` has a default value of `1.22` for `go` flag
which does not work for the current codebase.
The go 1.22.7 version is required in
`go.opentelemetry.io/otel/bridge/opentracing/test`.
2025-02-13 07:03:38 -08:00
renovate[bot]
d9ab149e9d
chore(deps): update module github.com/securego/gosec/v2 to v2.22.1 ( #6314 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/securego/gosec/v2](https://redirect.github.com/securego/gosec )
| `v2.22.0` -> `v2.22.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>securego/gosec (github.com/securego/gosec/v2)</summary>
###
[`v2.22.1`](https://redirect.github.com/securego/gosec/releases/tag/v2.22.1 )
[Compare
Source](https://redirect.github.com/securego/gosec/compare/v2.22.0...v2.22.1 )
#### Changelog
-
[`43fee88`](43fee884f6
)
Update cosign to v2.4.2
([#​1303](https://redirect.github.com/securego/gosec/issues/1303 ))
-
[`7723829`](77238291df
)
Add support for go 1.24 and phased out support for go 1.22
([#​1302](https://redirect.github.com/securego/gosec/issues/1302 ))
-
[`9552f03`](9552f0372d
)
chore(deps): update all dependencies
([#​1300](https://redirect.github.com/securego/gosec/issues/1300 ))
-
[`f4d2576`](f4d2576c36
)
Update to go version 1.23.6 and 1.22.12
([#​1299](https://redirect.github.com/securego/gosec/issues/1299 ))
-
[`2258e31`](2258e3108d
)
chore(deps): update module google.golang.org/api to v0.219.0
([#​1296](https://redirect.github.com/securego/gosec/issues/1296 ))
-
[`fbb0833`](fbb08336de
)
chore(deps): update module google.golang.org/api to v0.218.0
([#​1294](https://redirect.github.com/securego/gosec/issues/1294 ))
-
[`c66cb56`](c66cb56f09
)
Add test to conver unit parssing for G115 rule
([#​1293](https://redirect.github.com/securego/gosec/issues/1293 ))
-
[`59291a0`](59291a08ae
)
Update to go version 1.23.5 and 1.22.11
([#​1291](https://redirect.github.com/securego/gosec/issues/1291 ))
-
[`7466b7c`](7466b7cad2
)
chore(deps): update all dependencies
([#​1290](https://redirect.github.com/securego/gosec/issues/1290 ))
-
[`32dcc8a`](32dcc8a1f5
)
Update gosec in github action to 2.22.0
([#​1286](https://redirect.github.com/securego/gosec/issues/1286 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, 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-go ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13 11:40:55 +01:00
Damien Mathieu
f62232fa1b
Replace tenv with usetesting ( #6313 )
...
The `tenv` linter is deprecated in favor of `usetesting`.
2025-02-13 11:18:37 +01:00
Damien Mathieu
44ea53bad8
Add support for Go 1.24 ( #6304 )
...
Co-authored-by: Robert Pająk <pellared@hotmail.com >
2025-02-13 10:31:16 +01:00