Skip to content

Commit ad7683e

Browse files
renovate[bot]otelbot[bot]codeboten
authored
fix(deps): update module github.com/aerospike/aerospike-client-go/v8 to v8.4.1 (open-telemetry#44143)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/aerospike/aerospike-client-go/v8](https://redirect.github.com/aerospike/aerospike-client-go) | `v8.4.0` -> `v8.4.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faerospike%2faerospike-client-go%2fv8/v8.4.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faerospike%2faerospike-client-go%2fv8/v8.4.0/v8.4.1?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>aerospike/aerospike-client-go (github.com/aerospike/aerospike-client-go/v8)</summary> ### [`v8.4.1`](https://redirect.github.com/aerospike/aerospike-client-go/blob/HEAD/CHANGELOG.md#November-4-2025-v841) [Compare Source](https://redirect.github.com/aerospike/aerospike-client-go/compare/v8.4.0...v8.4.1) **Fixes** - \[CLIENT-3821] Fixed issue where `panic: runtime error: invalid memory address` could occur after calling `usingTendConn(...)`. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent 036db58 commit ad7683e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

receiver/aerospikereceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/receiver/aerosp
33
go 1.24.0
44

55
require (
6-
github.com/aerospike/aerospike-client-go/v8 v8.4.0
6+
github.com/aerospike/aerospike-client-go/v8 v8.4.1
77
github.com/docker/go-connections v0.6.0
88
github.com/google/go-cmp v0.7.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.139.0

receiver/aerospikereceiver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)