Skip to content

Commit 19926dc

Browse files
renovate[bot]otelbot[bot]songy23
authored
fix(deps): update module github.com/aerospike/aerospike-client-go/v8 to v8.4.0 (#43708)
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.3.0` -> `v8.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faerospike%2faerospike-client-go%2fv8/v8.4.0?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.3.0/v8.4.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>aerospike/aerospike-client-go (github.com/aerospike/aerospike-client-go/v8)</summary> ### [`v8.4.0`](https://redirect.github.com/aerospike/aerospike-client-go/blob/HEAD/CHANGELOG.md#October-20-2025-v840) [Compare Source](https://redirect.github.com/aerospike/aerospike-client-go/compare/v8.3.0...v8.4.0) **Improvements** - \[CLIENT-3435] Update Go client to support FIPS. **Fixes** - \[CLIENT-3821] Fixed issue where `Network Error from EOF` could occur after server migrations. - \[CLIENT-3810] Fixed issue where nil pointer panic occurs on errToAerospikeErr. - \[CLIENT-3796] Fixed issue where background queries for all records applied only partially. - \[CLIENT-3744] Added server version check before sending the user-agent-set command. - \[CLIENT-2418] Skipped orphan seeds without peers when other seeds have peers. - \[CLIENT-3120] Replaced existing cluster node when a new peer shares the same node name but a different IP address. - \[CLIENT-3546] Resolved inconsistencies between clients when reflecting configuration changes. - \[CLIENT-3023] Fixed inability to repeat background queries using the same statement. - \[CLIENT-3021] Ensured Statement.BinNames is empty for QueryExecute operations. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent f3b8305 commit 19926dc

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.3.0
6+
github.com/aerospike/aerospike-client-go/v8 v8.4.0
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.138.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)