chore(deps): update go-dependencies (9.5) (major) - #7725
chore(deps): update go-dependencies (9.5) (major)#7725elastic-renovate-prod[bot] wants to merge 3 commits into
Conversation
TL;DRAll 4 packaging jobs failed on the same compile-time break introduced by the Remediation
Investigation detailsRoot CauseThe build fails during
This is consistent with the PR updating Affected source location from compiler output:
Evidence
Note: Verification
Follow-upIf you prefer minimal churn on this Renovate PR, an alternative is to constrain What is this? | From workflow: PR Buildkite Detective Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
ebeahan
left a comment
There was a problem hiding this comment.
Need to review the major changes.
The ristretto/v2 library uses Go generics; `ristretto.Config` and `ristretto.Cache` require explicit type parameters. Update `Cacher` interface keys from `any` to `string` (all keys were already strings) so that `*ristretto.Cache[string, any]` satisfies the interface directly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This PR contains the following updates:
v4.3.0→v7.0.0v0.2.0→v2.4.2v1.0.0→v2.1.0Release Notes
cenkalti/backoff (github.com/cenkalti/backoff/v4)
v7.0.0Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v5.0.3Compare Source
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
dgraph-io/ristretto (github.com/dgraph-io/ristretto)
v2.4.2Compare Source
Fixed
sampledLFUkeyCostsmap (#482), which allocatedNumCounters/10map buckets at boot and caused a large RSS regression for caches with highNumCountersFull Changelog: dgraph-io/ristretto@v2.4.1...v2.4.2
v2.4.1Compare Source
Fixed
sampledLFUkeyCostsmap (#482), which allocatedNumCounters/10map buckets at boot and caused a large RSS regression for caches with highNumCountersFull Changelog: dgraph-io/ristretto@v2.4.1...v2.4.2
v2.4.0Compare Source
Changed
keyCostsmap insampledLFU(#482)Fixed
Full Changelog: dgraph-io/ristretto@v2.4.0...v2.4.1
v2.3.0Compare Source
Added
Cache.IterValues()method (#475)Fixed
Full Changelog: dgraph-io/ristretto@v2.3.0...v2.4.0
v2.2.0Compare Source
Added
Cache.RemainingCost()method (#448)Fixed
Full Changelog: dgraph-io/ristretto@v2.2.0...v2.3.0
v2.1.0Compare Source
Changed
Fixed
Full Changelog: dgraph-io/ristretto@v2.1.0...v2.2.0
v2.0.1Compare Source
Added
ShouldUpdate()function in config (#427)Fixed
m.Unlockin defer in store.go (#425)Full Changelog: dgraph-io/ristretto@v2.0.1...v2.1.0
v2.0.0Compare Source
Fixed
Full Changelog: dgraph-io/ristretto@v2.0.0...v2.0.1
v1.0.1Compare Source
This release is deprecated
v1.0.0Compare Source
This release is deprecated
jstemmer/go-junit-report (github.com/jstemmer/go-junit-report)
v2.1.0: Version 2.1.0Compare Source
v2.1.0 changelog
_testsuffix.-raceflag ingo test.=== NAMElines introduced in Go1.20testsuite.Testsuites.WriteXMLconvenience method.v2.0.0: Version 2.0.0Compare Source
Changes since v1.0.0
go test -jsonoutput.-subtest-modeflag to exclude or ignore results of subtest parent tests.-inand-outflags for specifying input and output files respectively.-iocopyflag to copy stdin directly to stdout.-propflags to set key/value properties in generated report.-parserflag to switch between regulargo test(default) andgo test -jsonparsing.<![CDATA[]]>tags for improved readability.hostname,timestampandidattributes to JUnit XML.formatterandparserpackages have been replaced withjunitandparser/gotestpackages respectively.-go-versionflag.Configuration
📅 Schedule: Branch creation - "on monday" (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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.