Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alloy for openSUSE:Factory checked in at 2025-12-12 21:42:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alloy (Old) and /work/SRC/openSUSE:Factory/.alloy.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alloy" Fri Dec 12 21:42:03 2025 rev:25 rq:1322556 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/alloy/alloy.changes 2025-11-10 19:20:02.315131859 +0100 +++ /work/SRC/openSUSE:Factory/.alloy.new.1939/alloy.changes 2025-12-12 21:43:24.018458187 +0100 @@ -1,0 +2,199 @@ +Fri Dec 5 08:01:29 UTC 2025 - Johannes Kastl <[email protected]> + +- update to 1.12.0: + * Breaking changes + - prometheus.exporter.blackbox, prometheus.exporter.snmp and + prometheus.exporter.statsd now use the component ID instead + of the hostname as + - their instance label in their exported metrics. This is a + consequence of a bug fix that could lead to missing data when + using the exporter + - with clustering. If you would like to retain the previous + behaviour, you can use discovery.relabel with action = + "replace" rule to + - set the instance label to sys.env("HOSTNAME"). (@thampiotr) + * Features + - (Experimental) Add an otelcol.receiver.cloudflare component + to receive + - logs pushed by Cloudflare's LogPush jobs. (@x1unix) + - (Experimental) Additions to experimental + database_observability.mysql component: + - explain_plans + - collector now changes schema before returning the + connection to the pool (@cristiangreco) + - collector now passes queries more permissively, expressly + to allow queries beginning in with (@rgeyer) + - enable explain_plans collector by default (@rgeyer) + - (Experimental) Additions to experimental + database_observability.postgres component: + - explain_plans + - added the explain plan collector (@rgeyer) + - collector now passes queries more permissively, expressly + to allow queries beginning in with (@rgeyer) + - query_samples + - add user field to wait events within query_samples + collector (@gaantunes) + - rework the query samples collector to buffer per-query + execution state across scrapes and emit finalized entries + (@gaantunes) + - process turned idle rows to calculate finalization times + precisely and emit first seen idle rows (@gaantunes) + - query_details + - escape queries coming from pg_stat_statements with quotes + (@gaantunes) + - enable explain_plans collector by default (@rgeyer) + - safely generate server_id when UDP socket used for database + connection (@matthewnolf) + - add table registry and include "validated" in parsed table + name logs (@fridgepoet) + - Add otelcol.exporter.googlecloudpubsub community component to + export metrics, traces, and logs to Google Cloud Pub/Sub + topic. (@eraac) + - Add structured_metadata_drop stage for loki.process to filter + structured metadata. (@baurmatt) + - Send remote config status to the remote server for the + remotecfg service. (@erikbaranowski) + - Send effective config to the remote server for the remotecfg + service. (@erikbaranowski) + - Add a stat_statements configuration block to the + prometheus.exporter.postgres component to enable selecting + both the query ID and the full SQL statement. The new block + includes one option to enable statement selection, and + another to configure the maximum length of the statement + text. (@SimonSerrano) + - Add truncate stage for loki.process to truncate log entries, + label values, and structured_metadata values. (@dehaansa) + - Add u_probe_links & load_probe configuration fields to alloy + pyroscope.ebpf to extend configuration of the + opentelemetry-ebpf-profiler to allow uprobe profiling and + dynamic probing. (@luweglarz) + - Add verbose_mode configuration fields to alloy pyroscope.ebpf + to be enable ebpf-profiler verbose mode. (@luweglarz) + - Add file_match block to loki.source.file for built-in file + discovery using glob patterns. (@kalleep) + - Add a regex argument to the structured_metadata stage in + loki.process to extract labels matching a regular expression. + (@timonegk) + - OpenTelemetry Collector dependencies upgraded from v0.134.0 + to v0.139.0. (@dehaansa) + - All otelcol.receiver.* components leveraging an HTTP server + can configure HTTP keep alive behavior with + keep_alives_enabled. + - All otelcol.exporter.* components providing the + sending_queue > batch block have default batch values. + - The otelcol.processor.k8sattributes component has support + for extracting annotations from k8s jobs and daemonsets. + - The otelcol.processor.resourcedecetion component supports + nine new detectors. + - The otelcol.exporter.kafka component supports partitioning + logs by trace ID (partition_logs_by_trace_id) and + configuring default behavior if topic does not exist + (allow_auto_topic_creation). + - The otelcol.receiver.kafka component has new configuration + options max_partition_fetch_size, rack_id, and + use_leader_epoch. + - The otelcol.exporter.s3 component has new configuration + options s3_base_prefix and s3_partition_timezone. + - The otelcol.processor.servicegraph component now supports + defining the maximum number of buckets for generated + exponential histograms. + - See the upstream + [core][https://github.com/open-telemetry/opentelemetry-collector/blob/v0.139.0/CHANGELOG.md] + and + [contrib][https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.139.0/CHANGELOG.md] + changelogs for more details. + - A new mimir.alerts.kubernetes component which discovers + AlertmanagerConfig Kubernetes resources and loads them into a + Mimir instance. (@ptodev) + - Mark stage.windowsevent block in the loki.process component + as GA. (@kgeckhart) + * Enhancements + - Add per-application rate limiting with the strategy attribute + in the faro.receiver component, to prevent one application + from consuming the rate limit quota of others. (@hhertout) + - Add support of tls in components + loki.source.(awsfirehose|gcplog|heroku|api) and + prometheus.receive_http and pyroscope.receive_http. + (@fgouteroux) + - Remove SendSIGKILL=no from unit files and recommendations + (@oleg-kozlyuk-grafana) + - Reduce memory overhead of prometheus.remote_write's WAL by + lowering the size of the allocated series storage. + (@kgeckhart) + - Reduce lock wait/contention on the labelstore.LabelStore by + removing unecessary usage from prometheus.relabel. + (@kgeckhart) + - prometheus.exporter.postgres dependency has been updated to + v0.18.1. This includes new stat_progress_vacuum and + buffercache_summary collectors, as well as other bugfixes and + enhancements. (@cristiangreco) + - Update Beyla component to 2.7.8. (@grcevski) + - Support delimiters in stage.luhn. (@dehaansa) + - pyroscope.java: update async-profiler to 4.2 + (@korniltsev-grafanista) + - Improve debug info output from exported receivers (loki, + prometheus and pyroscope). (@kalleep) + - prometheus.exporter.unix: Add an arp config block to + configure the ARP collector. (@ptodev) + - prometheus.exporter.snowflake dependency has been updated to + 20251016132346-6d442402afb2, which updates data ownership + queries to use last_over_time for a 24 hour period. + (@Dasomeone) + - loki.source.podlogs now supports preserve_discovered_labels + parameter to preserve discovered pod metadata labels for use + by downstream components. (@QuentinBisson) + - Rework underlying framework of Alloy UI to use Vite instead + of Create React App. (@jharvey10) + - Use POST requests for remote config requests to avoid hitting + http2 header limits. (@tpaschalis) + - loki.source.api during component shutdown will now reject all + the inflight requests with status code 503 after + graceful_shutdown_timeout has expired. (@kalleep) + - kubernetes.discovery Add support for attaching namespace + metadata. (@kgeckhart) + - Add meta_cache_address to beyla.ebpf component. (@skl) + * Bugfixes + - Stop loki.source.kubernetes discarding log lines with + duplicate timestamps. (@ciaranj) + - Fix direction of arrows for pyroscope components in UI graph. + (@dehaansa) + - Only log EOF errors for syslog port investigations in + loki.source.syslog as Debug, not Warn. (@dehaansa) + - Fix prometheus.exporter.process ignoring the + remove_empty_groups argument. (@mhamzahkhan) + - Fix issues with "unknown series ref when trying to add + exemplar" from prometheus.remote_write by allowing series ref + links to be updated if they change. (@kgeckhart) + - Fix loki.source.podlogs component to register the Kubernetes + field index for spec.nodeName when node filtering is enabled, + preventing "Index with name field:spec.nodeName does not + exist" errors. (@QuentinBisson) + - Fix issue in loki.source.file where scheduling files could + take too long. (@kalleep) + - Fix loki.write no longer includes internal labels __. + (@matt-gp) + - Fix missing native histograms custom buckets (NHCB) samples + from prometheus.remote_write. (@krajorama) + - otelcol.receiver.prometheus now supports mixed histograms if + prometheus.scrape has honor_metadata set to true. (@ptodev) + - A mixed histogram is one which has both classic and + exponential buckets. + - loki.source.file has better support for non-UTF-8 encoded + files. (@ptodev) + - A BOM will be taken into account if the file is UTF-16 + encoded and encoding is set to UTF-16. (Not UTF-16BE or + UTF-16LE) + - The carriage return symbol in Windows log files with CLRF + endings will no longer be part of the log line. + - These bugs used to cause some logs to show up with Chinese + characters. Notably, this would happen on MSSQL UTF-16 LE + logs. + - Fix the loki.write endpoint block's enable_http2 attribute to + actually affect the client. HTTP2 was previously disabled + regardless of configuration. (@dehaansa) + - Optionally remove trailing newlines before appending entries + in stage.multiline. (@dehaansa) + - loki.source.api no longer drops request when relabel rules + drops a specific stream. (@kalleep) + +------------------------------------------------------------------- Old: ---- alloy-1.11.3.obscpio ui-1.11.3.tar.gz New: ---- alloy-1.12.0.obscpio ui-1.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alloy.spec ++++++ --- /var/tmp/diff_new_pack.mA4QM6/_old 2025-12-12 21:43:30.610736319 +0100 +++ /var/tmp/diff_new_pack.mA4QM6/_new 2025-12-12 21:43:30.630737163 +0100 @@ -17,7 +17,7 @@ Name: alloy -Version: 1.11.3 +Version: 1.12.0 Release: 0 Summary: OpenTelemetry Collector distribution with programmable pipelines License: Apache-2.0 @@ -27,7 +27,7 @@ Source2: ui-%{version}.tar.gz Source3: PACKAGING_README.md Source4: Makefile -BuildRequires: go >= 1.23.5 +BuildRequires: go1.25 >= 1.25.1 BuildRequires: pkgconfig(libsystemd) BuildRequires: user(alloy) # Require the system user and group ++++++ _service ++++++ --- /var/tmp/diff_new_pack.mA4QM6/_old 2025-12-12 21:43:31.250763323 +0100 +++ /var/tmp/diff_new_pack.mA4QM6/_new 2025-12-12 21:43:31.278764504 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/grafana/alloy</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v1.11.3</param> + <param name="revision">v1.12.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">disable</param> ++++++ alloy-1.11.3.obscpio -> alloy-1.12.0.obscpio ++++++ ++++ 98024 lines of diff (skipped) ++++++ alloy.obsinfo ++++++ --- /var/tmp/diff_new_pack.mA4QM6/_old 2025-12-12 21:43:37.951046011 +0100 +++ /var/tmp/diff_new_pack.mA4QM6/_new 2025-12-12 21:43:37.955046180 +0100 @@ -1,5 +1,5 @@ name: alloy -version: 1.11.3 -mtime: 1761554414 -commit: 091a20eb3eb50a968f129d6094455962e9dd328e +version: 1.12.0 +mtime: 1764606462 +commit: a4642338dd4f4e7cec38dcdadd55b2ec8d0c2f50 ++++++ ui-1.11.3.tar.gz -> ui-1.12.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/alloy/ui-1.11.3.tar.gz /work/SRC/openSUSE:Factory/.alloy.new.1939/ui-1.12.0.tar.gz differ: char 5, line 1 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/alloy/vendor.tar.gz /work/SRC/openSUSE:Factory/.alloy.new.1939/vendor.tar.gz differ: char 14, line 1
