fix(go.mod/go.sum): update minor dependencies (golang)#165
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(go.mod/go.sum): update minor dependencies (golang)#165renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
e587df6 to
912fc66
Compare
912fc66 to
0928dca
Compare
0928dca to
7bd53b8
Compare
7bd53b8 to
5dd32b0
Compare
5dd32b0 to
8500ffe
Compare
8500ffe to
73a8a31
Compare
73a8a31 to
baad044
Compare
baad044 to
3e2ea4b
Compare
3e2ea4b to
2d64b32
Compare
2d64b32 to
e2b0246
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.27.5→v2.28.1v0.88.0→v0.89.0v9.17.3→v9.18.01.25.6→1.26.0v0.32.0→v0.33.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.28.1Compare Source
2.28.1
Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.
v2.28.0Compare Source
2.28.0
Ginkgo's SemVer filter now supports filtering multiple components by SemVer version:
can be filtered in or out with an invocation like:
ginkgo --sem-ver-filter="2.1.1, redis=8.2.0"Huge thanks to @Icarus9913 for working on this!
prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)
v0.89.0: 0.89.0 / 2026-02-05Compare Source
hostNetworkfield to theAlertmanagerCRD. #8281crdsandfull-crdscommands to the operator's binary. #8251Reconciledcondition type. #8236ThanosRulerStatefulSet. #8347bodySizeLimitto the ScrapeConfig CRD. #8348http_headersfield in the Alertmanager Secret. #8357-kubelet-http-metricsflag to enable/disable the HTTP metrics port in the Kubelet endpoint (default=enabled). #8350operator.prometheus.io/versionannotation in the full version of CRDs. #8279AlertmanagerCRD. #8020AlertmanagerCRD. #8265AlertmanagerConfigCRD. #8258AlertmanagerConfigCRD. #8255AlertmanagerConfigCRD. #8230AlertmanagerConfigCRD. #8267AlertmanagerConfigCRD. #8271AlertmanagerConfigCRD. #8217AlertmanagerCRD. #7979AlertmanagerCRD. #8268ProbeCRD. #8354AlertmanagerConfigCRD. #8016ScrapeConfigCRD. #8284Alertmanager,ThanosRuler,PrometheusandPrometheusAgentresources. #8304ScrapeConfigresources when namespace selection changes. #8334v0.88.1: 0.88.1 / 2026-01-27Compare Source
webhookURLsecret forMSTeamsreceiver inAlertmanagerConfigCRD. #8294EC2/LightsailSD inScrapeConfigCRD. #8308Slackreceiver in AlertmanagerConfig CRD to support Go templates. #8299 #8331PagerDutyin AlertmanagerConfig CRD to support Go templates. #8319WebhookConfigin AlertmanagerConfig CRD to support Go templates. #8307 #8317RocketChatreceiver in AlertmanagerConfig CRD to support Go templates. #8318Pushoverreceiver in AlertmanagerConfig CRD to support Go templates. #8307 #8316redis/go-redis (github.com/redis/go-redis/v9)
v9.18.0: 9.18.0Compare Source
Redis 8.6 Support
Added support for Redis 8.6, including new commands and features for streams idempotent production and HOTKEYS.
Smart Client Handoff (Maintenance Notifications) for Cluster
note: Pending RS version release
This release introduces comprehensive support for Redis Enterprise Cluster maintenance notifications via SMIGRATING/SMIGRATED push notifications. The client now automatically handles slot migrations by:
(#3643) by @ndyakov
OpenTelemetry Native Metrics Support
Added comprehensive OpenTelemetry metrics support following the OpenTelemetry Database Client Semantic Conventions. The implementation uses a Bridge Pattern to keep the core library dependency-free while providing optional metrics instrumentation through the new
extra/redisotel-nativepackage.Metric groups include:
(#3637) by @ofekshenawa
✨ New Features
ProducerID,IdempotentID,IdempotentAutoinXAddArgsand newXCFGSETcommand (#3693) by @ofekshenawaDialerRetriesandDialerRetryTimeouttoClusterOptions,RingOptions, andFailoverOptions(#3686) by @naveenchander30DigestStringandDigestByteshelper functions for client-side xxh3 hashing compatible with Redis DIGEST command (#3679) by @ofekshenawa🐛 Bug Fixes
WithTimeout()-pubSubPoolis now properly cloned (#3710) by @CopilotMaintNotificationsConfigininitConn(#3707) by @veeceeywantConnelements accumulation inwantConnQueue(#3680) by @cyningsun=when approx is false (#3684) by @ndyakov⚡ Performance
🧪 Testing
🧰 Maintenance
errors.Join()(#3653) by @cxljsMaxActiveConns(#3674) by @codykaup👥 Contributors
We'd like to thank all the contributors who worked on this release!
@12ya, @Copilot, @codykaup, @cxljs, @cyningsun, @feelshu, @feiguoL, @iamamirsalehi, @naveenchander30, @ndyakov, @ofekshenawa, @veeceey
golang/go (go)
v1.26.0v1.25.7Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.