chore(deps): update all dependencies #2168
Open
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:
4b2a093→cd64bec4c52e9f→829f50av1.38.3→v1.39.0v0.87.1→v0.88.01.25.5-alpine3.22→1.25.6-alpine3.221.25.5→1.25.6944ab1f→716be562.7.2→2.8.0v0.22.4→v0.23.0Release Notes
onsi/gomega (github.com/onsi/gomega)
v1.39.0Compare Source
1.39.0
Features
Add
MatchErrorStrictlywhich only passes iferrors.Is(actual, expected)returns true.MatchError, by contrast, will fallback to string comparison.prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)
v0.88.0: 0.88.0 / 2026-01-09Compare Source
AlertmanagerandThanosRulercontrollers. It is recommended to upgrade fromv0.85.0(at least). #8246EC2/LightsailSD for Prometheus >= 3.8.0 inScrapeConfigCRD. #8175podManagementPolicyfield toPrometheus,PrometheusAgent,AlertmanagerandThanosRulerCRDs. #8119updateStrategyfield toPrometheus,PrometheusAgent,AlertmanagerandThanosRulerCRDs. #8202scrapeNativeHistogramsfield toPrometheus,PrometheusAgent,ServiceMonitor,PodMonitor,ProbeandScrapeConfigCRDs. #8102scopefield toAzureADremote write configuration. #8240workloadIdentityfield toAzureADremote write configuration. #7998groupLabelsandqueryOffsetinThanosRuler. #8137slackAppTokenandslackAppUrlfields to Alertmanager global config for Slack App support. #8238incident.ioreceiver support toAlertmanagerconfig secret. #8190 #8245 #8228Mattermostreceiver support toAlertmanagerconfig secret. #8188apiTypefield toJirareceiver inAlertmanagerconfig secret. #8218timeoutfield toPagerDutyreceiver inAlertmanagerConfigCRD. #8162timeoutfield toSlackreceiver inAlertmanagerConfigCRD. #8161minReadySecondsto set--dispatch.start-delayinAlertmanager. #8177 #8201NoSelectedResourcesreason to status conditions. #8124enableHttp2andfollowRedirectsfields to HTTP configuration forProbeCRD. #8112DaemonSetmode inPrometheusAgentCRD (requires thePrometheusAgentDaemonSetFeaturefeaturegate). #7881Pushover,PagerDutyandVictorOpsreceivers inAlertmanagerConfigCRD. #8239 #8113 #8220apiURLvalidation forWeChat,OpsGenieandTelegramreceivers inAlertmanagerConfigCRD. #8196 #8206 #8199AlertmanagerConfigreceivers (MSTeams,Webhook). #8231 #8125Alertmanagerconfiguration secret (WeChat,Telegram,Pushoverreceivers). #7977 #8233 #8232New Contributors
golang/go (golang)
v1.25.6Compare Source
golangci/golangci-lint (golangci/golangci-lint)
v2.8.0Compare Source
Released on 2026-01-07
godoc-lint: from 0.10.2 to 0.11.1 (new rule:require-stdlib-doclink)golines: from442fd00to 0.14.0gomoddirectives: from 0.7.1 to 0.8.0gosec: fromdaccba6to 2.22.11 (new rule:G116)modernize: from 0.39.0 to 0.40.0 (new analyzers:stringscut,unsafefuncs)prealloc: from 1.0.0 to 1.0.1 (message changes)unqueryvet: from 1.3.0 to 1.4.0 (new options:check-aliased-wildcard,check-string-concat,check-format-strings,check-string-builder,check-subqueries,ignored-functions,sql-builders)go-critic: from 0.14.2 to 0.14.3go-errorlint: from 1.8.0 to 1.9.0govet: from 0.39.0 to 0.40.0protogetter: from 0.3.17 to 0.3.18revive: add missing enable-default-rules settingkubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.23.0Compare Source
🔆 Highlights
GetEventRecorderForrequires updating your rbac for events to use theevents.k8s.ioapiGroup rather than the `` (core) apiGroupbuilder.WebhookManagedBy(mgr).For(&corev1.Deployment{})has to be changed tobuilder.WebhookManagedBy(mgr, &appsv1.Deployment{})runtime.Object, for example fromValidateCreate(ctx context.Context, obj runtime.Object) (admission.Warnings, error)toValidateCreate(ctx context.Context, obj *appsv1.Deployment) (admission.Warnings, error)✨ Features
🐛 Bugfixes
waitermanipulation by @fossedihelm in #3368🌱 Other
sorttoslicespackage by @dongjiang1989 in #3370📖 Documentation
README.md's compatibility matrix forv0.22.x. by @renormalize in #3392Dependencies
Added
Changed
bda5523→078029d5ec99f8→9bdfabea0af3ef→200df9985fd79d→ec3ebc5f3f2b99→589584f4c0f3b2→bc988d5cfa47c3→2d32026Removed
New Contributors
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.0...v0.23.0
Thanks to all our contributors! 😊
v0.22.5Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.22.4...v0.22.5
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Etc/UTC, 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.