Update all non-major dependencies #66
Open
+5
−5
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:
4.0.15.2->4.0.164.3.0->4.3.12.11.8->2.11.1010.0.0->10.0.101v3.5.0->v3.8.1Release Notes
riok/mapperly (Riok.Mapperly)
v4.3.1🐛 Bug Fixes
Full Changelog: riok/mapperly@v4.3.0...v4.3.1
dotnet/sdk (dotnet-sdk)
v10.0.101: .NET 10.0.1Compare Source
Release
What's Changed
vs2022Image rejecting preview sdks, failing to resolve sdks by @nagilson in #51558vs2022Image rejecting preview sdks, failing to resolve sdks by @github-actions[bot] in #51621Full Changelog: dotnet/sdk@v10.0.100...v10.0.101
prometheus/prometheus (prom/prometheus)
v3.8.1: 3.8.1 / 2025-12-16Compare Source
v3.8.0: 3.8.0 / 2025-11-28Compare Source
Note for users of Native Histograms
This is the first release with Native Histograms as a stable feature. However, scraping Native Histograms has to be activated explicitly via the
scrape_native_histogramsconfig setting (newly introduced in this release). To ease the transition, the--enable-feature=native-histogramsflag is not a complete no-op in this release, but changes the default value ofscrape_native_histogramstotrue. In the next release (v3.9), the feature flag will be a complete no-op, and the default value ofscrape_native_histogramswill always befalse. If you have been using the feature flag so far, the recommended course of action is the following:scrape_native_histogramstotruein all relevant scrape configs. (There is a global and a per-scrape-config version ofscrape_native_histograms, allowing granular control if needed. It is a good idea to also setscrape_native_histogramsexplicitly tofalsewhere you do not want to scrape Native Histograms. In this way, you do not depend on the default value of the setting anymore.)Changelog
scrape_native_histogramsconfig setting. #17232 #17315promtool push metricsvia the--protobuf_messageflag. #17417AddandSub. #17278target_infosamples with the same timestamp for the same series. #17400use_fips_sts_endpointinsigv4config sections. #17304/api/v1/targets. #17306infocall. #17379histogram_fractionfor classic histograms and NHCB if lower bound is in the first bucket. #17424v3.7.3: 3.7.3 / 2025-10-29Compare Source
-web.external-urlif-web.route-prefixis configured, which was introduced in #17240. #17389check configwould fail when--lint=noneflag was set. #17399 #17414v3.7.2: 3.7.2 / 2025-10-22Compare Source
labelmapaction validation with the legacy metric name validation scheme. #17372anchoredandsmoothedare used as metric names and label names. #17353smoothed/anchoredmodifier. #17354v3.7.1: 3.7.1 / 2025-10-16Compare Source
key_to label name when translating an OTel attribute name starting with a single underscore, and keep multiple consecutive underscores in label name when translating an OTel attribute name. This reverts the breaking changes introduced in 3.7.0. #17344v3.7.0: 3.7.0 / 2025-10-15Compare Source
Warning
We discovered a breaking change in the OTLP endpoint: OpenTelemetry attribute names starting with underscore, for example
_attrib, are no longer automatically translated tokey_attrib. Please use 3.7.1 instead for OTLP ingestion.Changelog
prometheus_remote_storage_samples_in_total, useprometheus_wal_watcher_records_read_total{type="samples"}andprometheus_remote_storage_samples_dropped_totalinstead,prometheus_remote_storage_histograms_in_total, useprometheus_wal_watcher_records_read_total{type=~".*histogram_samples"}andprometheus_remote_storage_histograms_dropped_totalinstead,prometheus_remote_storage_exemplars_in_total, useprometheus_wal_watcher_records_read_total{type="exemplars"}andprometheus_remote_storage_exemplars_dropped_totalinstead,prometheus_remote_storage_highest_timestamp_in_seconds, use the more accurateprometheus_remote_storage_queue_highest_timestamp_secondsinstead in dashboards and alerts to properly account for relabeling and for more accuracy. #17065promql-extended-range-selectors. #16457first_over_time(...)andts_of_first_over_time(...)behind feature flagexperimental-promql-functions. #16963 #17021type-and-unit-labelsfeature flag is enabled. #17033created-timestamp-zero-ingestionfeature flag is enabled. #16951ALERTSandALERTS_FOR_STATE. #17064replaceactions, etc.) within aalertmanager_config.alert_relabel_configsblock is now scoped correctly and no longer yields altered alerts to subsequent blocks. #17063metadata-wal-recordsexperimental feature for native histograms with custom buckets (NHCB) in protobuf scraping. #17156histogram_quantile(). #16794info()function on churning series. #17135400instead of5xxfor wrongly formatted Native Histograms. #17210Failed to calculate size of \"wal\" direrror logs during WAL clean-up. #17006-web.external-urlif-web.route-prefixis configured. #17240v3.6.0: 3.6.0 / 2025-09-17Compare Source
step(), andmin()andmax()on durations, behind feature flagpromql-duration-expr. #16777/v1/status/tsdb/blocksendpoint exposing metadata about loaded blocks. #16695toDuration()andnow()functions. #16619UnderscoreEscapingWithoutSuffixesstrategy viaotlp.translation_strategy. #16849otlp.promote_scope_metadata. #16878__type__and__unit__labels when feature flagtype-and-unit-labelsis enabled. #16630Query page settings. #16901_count/_sum/_bucketsuffixes. #16910prometheus_tsdb_head_stale_seriesmetric. #16925target_infosamples between the earliest and latest samples per resource. #16737NaNis passed as parameter totopk(),bottomk(),limitk()andlimit_ratio(). #16725rate()andincrease()on histograms when feature flagtype-and-unit-labelsis enabled. #16915slicelabelsbuilds. #16946created-timestamp-zero-ingestionis enabled. #16332Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.