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
c3964e0 to
9e34adf
Compare
c1459c2 to
795313f
Compare
|
Renovate moved e2e to v0.22.0 and left the root, the SDK and the syslog-ng config module on v0.21.0. The workspace builds them together, so the versions should match. Signed-off-by: Bence Csati <bence.csati@axoflow.com>
Every module declares go 1.26.0, so resolving updates against 1.25 hides any release that needs the newer toolchain. Signed-off-by: Bence Csati <bence.csati@axoflow.com>
ENVTEST_K8S_VERSION was the only pinned tool version without a renovate annotation, so it stayed on 1.35.0 while envtest-v1.36.2 was available. The binaries ship as envtest-v* releases of controller-tools, which already supplies controller-gen under v* tags. The two need different version extraction, so the envtest pin carries its own dep name and the Makefile rule that strips a leading v no longer applies to it. Signed-off-by: Bence Csati <bence.csati@axoflow.com>
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
golang.org/x/sys was v0.45.0 in the config-reloader module and v0.46.0 in the other four. .go-version said 1.26.0 while .tool-versions and the release Dockerfile both say 1.26.3, so CI compiled on a different toolchain than the shipped image. One docker/login-action on the release publish path was still v2.2.0 while every other use in the same file was v3.7.0. Major updates are disabled in renovate.json, so it was never going to catch up on its own. The KIND node image is not a *_VERSION variable, so the general Makefile manager cannot see it. It now has a manager of its own that also tracks the digest. Signed-off-by: Bence Csati <bence.csati@axoflow.com>
…em pins Major updates were disabled for every dependency, which is why thirteen GitHub actions sit one to four majors behind and one login-action stayed on v2. The fluentd base image installed fluentd 1.19.2 and oj 3.16.11 while both Gemfile.lock files resolve 1.19.3 and 3.17.3. The lockfiles move with bundler updates; these lines never did. Signed-off-by: Bence Csati <bence.csati@axoflow.com>
The telemetry-controller bump imports opentelemetry-operator/apis, which was split out of the monolith at v0.156.0. e2e and pkg/sdk still require an old published logging-operator, and that pulls the monolith at v0.148.0, which still carries apis/v1beta1. Two modules then provide the same package and the build stops. An explicit require does not survive go mod tidy, so the pre-split versions are excluded instead. The newer prometheus-operator types SampleLimit as *int64, and the render helpers still called sort.Strings on what stdlib maps.Keys now returns as an iterator. golang.org/x/exp is no longer imported anywhere: the one remaining use was a type union that spells out the same constraint. Signed-off-by: Bence Csati <bence.csati@axoflow.com>
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. |
fluent-bit 5.0.5 -> 5.1.0, axosyslog 4.25.0 -> 4.26.0, and the axosyslog metrics exporter 0.0.15 -> 0.0.16. Each was checked against the config the operator actually renders. axosyslog 4.26.0 accepts the whole generated config unchanged, and the IPv6 source still binds and serves IPv4 clients. The exporter keeps --socket.path and exposes the same metric names, so the PrometheusRules still match. fluent-bit 5.1.0 accepts every key the operator can emit. fluent-bit 5.1.0 does carry a breaking change that is absent from its release notes: a duplicate parser name used to be a logged warning and is now fatal. A customParsers entry that reuses a stock name such as json, docker, cri or kube-custom now stops the agent from starting. The parser the operator generates itself does not collide. This needs an upgrade note. The tail input also rendered Parse_N, which fluent-bit does not recognise, so the Parser_N field never reached the agent. Signed-off-by: Bence Csati <bence.csati@axoflow.com>
…hide the kind pin The tail input carried the setting as DB_Sync, which fluent-bit ignores. The CRD field keeps that name, because renaming it would drop the setting for anyone already using it; only the rendered key changes. KIND_VERSION is assigned with ?=, and the Makefile manager only accepted = and :=, so renovate never saw it and it stayed on 0.31.0 while every other pin moved. Signed-off-by: Bence Csati <bence.csati@axoflow.com>
Chart.yaml asks for >=0.0.10, so nothing pins the resolved version and renovate does not regenerate the lock. It had been on 0.5.3 since May. Signed-off-by: Bence Csati <bence.csati@axoflow.com>
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→5c41223v1.41.0→v1.42.1v0.91.0→v0.93.1v1.23.2→v1.24.12.18.8→2.19.01.26.3-alpine3.22→1.26.4-alpine3.221.26.3→1.26.574f9aab→a8b543cv0.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.6'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.1Compare Source
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.