chore(deps): update all dependencies - #2244
Conversation
2c713a9 to
7c906d1
Compare
7c906d1 to
4698501
Compare
ℹ️ Artifact update noticeFile name: e2e/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: images/config-reloader/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: pkg/sdk/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: pkg/sdk/logging/model/syslogng/config/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
2be5c3c to
56d3c76
Compare
3d0ae79 to
7834f6c
Compare
602279e to
8d0dfc7
Compare
0a57353 to
f3db78c
Compare
4ba59f0 to
7188ae7
Compare
f145e66 to
eb60a3a
Compare
c1459c2 to
795313f
Compare
This PR contains the following updates:
3.23.4→3.24.1'2.6.1'→'2.6.2''0.4.4'→'0.5.0''0.19.6'→'0.19.7''1.1.5'→'1.1.6'3592aa8→9197324v1.4.3→v1.4.4a2fcbff→f45b109v1.41.0→v1.42.1v0.91.0→v0.93.0v1.23.2→v1.24.12.18.8→2.19.01.26.3-alpine3.22→1.26.4-alpine3.221.26.3→1.26.574f9aab→b88d891v0.36.1→v0.36.3v0.36.1→v0.36.3v0.36.1→v0.36.3v0.36.1→v0.36.3ff6756f→cf1189d4.14.0→4.15.0'3.17.3'→'3.17.4'v1.11.1→v1.12.1'0.27.0'→'0.29.0'v2.18.8→v2.19.0Release Notes
fluent-plugins-nursery/fluent-plugin-concat (fluent-plugin-concat)
v2.6.2Compare Source
daichirata/fluent-plugin-gcs (fluent-plugin-gcs)
v0.5.0Compare Source
Highlights
store_as lzo(lzop),store_as lzma2(xz), andstore_as zstd, inspired by fluent-plugin-s3. Each streams the chunk through the command's stdin and is configurable viacommand_parameter.Breaking changes
fluentd >= 1.0andruby >= 3.3. Thecompat_parameterslayer is removed, so v0.12 style top-level parameters (format,include_tag_key,include_time_key,time_slice_format, etc.) must now be expressed with<format>/<inject>sections and<buffer>timekey.Internal and tooling
CommandObjectCreatorbase class;gzip_commandnow shares it toocommand_parameterunifies argument overrides for all command-based compressors;gzip_command_parameterremains as a deprecated aliasgem build/bundler-auditjobs (#33)mastertomain(#36)Full Changelog: daichirata/fluent-plugin-gcs@v0.4.5...v0.5.0
v0.4.5Compare Source
Highlights
store_as gzip_commandoption that compresses chunks with the externalgzipbinary, with automatic fallback toZlib::GzipWriter. Thanks @tomopy03 (#32)Documentation
credentials_jsondocumented, removed unsupported fluentd v0.12 examples, added Development / Author / License sections (#37)CI and repository maintenance
Full Changelog: daichirata/fluent-plugin-gcs@v0.4.4...v0.4.5
fluent/fluent-plugin-kafka (fluent-plugin-kafka)
v0.19.7Compare Source
fluent/fluent-plugin-opensearch (fluent-plugin-opensearch)
v1.1.6Compare Source
refresh_credentials_interval(#159)go-logr/logr (github.com/go-logr/logr)
v1.4.4Compare Source
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.3...v1.4.4
onsi/gomega (github.com/onsi/gomega)
v1.42.1Compare Source
1.42.1
Bump Dependencies
v1.42.0Compare Source
1.42.0
Add a set of Claude skill as a marketplace plugin
prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)
v0.93.0: 0.93.0 / 2026-07-28Compare Source
--storage.tsdb.delay-compact-file.path,--shipper.meta-file-name,--shipper.ignore-unequal-block-size) instead of disabling compaction. Setspec.disableCompaction: trueto keep the previous behavior. #8694.spec.shardsforPrometheusandPrometheusAgentCRDs. #8691updateMessagefield to the Slack receiver in theAlertmanagerConfigCRD. #8506chunkEncodingfield toTSDBSpecfor runtime float encoding selection inPrometheusandPrometheusAgentCRDs. #8675kubeletService on dual-stack clusters. #8682v0.92.1: 0.92.1 / 2026-06-30Compare Source
v0.92.0: 0.92.0 / 2026-06-18Compare Source
tokenUrlfield in OAuth2 configuration across all CRDs. #8579urlfield inRemoteReadSpecinPrometheusCRD. #8596PrometheusCRD (Prometheus >= v3 uses the config file; older versions continue to use CLI flags). #8547staleSeriesCompactionThresholdfield toTSDBSpecinPrometheusandPrometheusAgentCRDs. #8563labelNameUnderscoreSanitizationandlabelNamePreserveMultipleUnderscoresfields toOTLPConfiginPrometheusandPrometheusAgentCRDs. #8562payloadfield to Webhook receiver inAlertmanagerConfigCRD. #8507PrometheusTopologyShardingfeature gate is enabled (removes the need forattachMetadata.node=true). #8564update_messagefield in Alertmanager configuration Secret. #8556Probestatic configuration to prevent invalid Prometheus scrape configs. #7901pollBasedListerWatcher. #8593ProxyConfigin OAuth2 configuration. #8610returnin admission webhook after marshal failure. #8582FindOwnerto returnnilonmeta.Accessorerror. #8585Closeerrors inGzipConfigandGunzipConfig. #8573--labels "key"). #8560prometheus/client_golang (github.com/prometheus/client_golang)
v1.24.1Compare Source
v1.24.0: - 2026-07-20Compare Source
Changes
model.NameValidationSchemeglobal. Default behavior is unchanged; code that setNameValidationScheme = LegacyValidationno longer gets legacy enforcement at metric, label, and push-grouping construction. #2051matches[]parameter) inRulesmethod (Rules(ctx context.Context, matches []string) (RulesResult, error)). #1843LabelNamesmethod to returnmodel.LabelNamesinstead of[]stringfor consistency across the API. #1850Storeinterface, renameHandlertoWriteHandler, and encapsulate write response handling. #1855/sched/goroutines-created:goroutines,/sched/goroutines/not-in-go:goroutines,/sched/goroutines/runnable:goroutines,/sched/goroutines/running:goroutines,/sched/goroutines/waiting:goroutines,/sched/threads/total:threads). #1942WithUnit(unit string)option and explicit OpenMetrics unit support inCounterOpts,GaugeOpts,SummaryOpts, andHistogramOpts. #1392Err()method onDesc. #1902HandlerOpts.CoalesceGatherto deduplicate concurrentGathercalls so overlapping scrapes share one collection cycle, preventing goroutine pile-up when the scrape rate outpaces collection time. #1969promhttppackage now support metrics filtering by providing one or morename[]query parameters. The default behavior when none are provided remains the same, returning all metrics. #1925/format_query) andFormatQuery(ctx context.Context, query string) (string, error)method. #1846, #1856/status/tsdb/blocksendpoint viaTSDBBlocks(ctx context.Context) ([]TSDBBlock, error)method. #1896BackoffConfigto allow customization when usingWithAPIBackoff. #1895RetryCallBackto allow custom logging or handling on retry attempts in the remote write client. #1888, #1890http.DefaultTransportwhen constructing default HTTP clients to prevent accidental mutations of shared global transport state. #1885Gather()and return an error instead of crashing the process. #1961cpu-secondsunit suffix handling for metricgo_cpu_classes_gc_mark_assist_cpu_seconds. #1991InstrumentHandlerDurationandInstrumentHandlerCounterno longer panic when given an observer/counter that does not implementExemplarObserver/ExemplarAdder(e.g. aSummaryVec). The exemplar is dropped and the value is recorded via the plainObserve/Addpath, matching the safe-cast already used byTimer.ObserveDurationWithExemplar. #2005GETrequests whenPOSTrequests return403 Forbiddenor method not allowed. #2030httpClient.Do. #1971All commits
/status/tsdb/blocksendpoint by @tjhop in #1896/metricshandler output filtering vianame[]query param by @colega in #1925Configuration
📅 Schedule: (in timezone Etc/UTC)
* 0-3 * * *)🚦 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.