Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package falcosidekick for openSUSE:Factory 
checked in at 2025-02-07 23:08:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/falcosidekick (Old)
 and      /work/SRC/openSUSE:Factory/.falcosidekick.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "falcosidekick"

Fri Feb  7 23:08:48 2025 rev:2 rq:1244209 version:2.31.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/falcosidekick/falcosidekick.changes      
2024-11-30 13:29:05.300810551 +0100
+++ /work/SRC/openSUSE:Factory/.falcosidekick.new.2316/falcosidekick.changes    
2025-02-07 23:12:48.332807578 +0100
@@ -1,0 +2,54 @@
+Fri Feb 07 16:58:54 UTC 2025 - [email protected]
+
+- Update to version 2.31.1:
+  * prepare v2.31.1
+  * Adding scope ScopeReadWrite for uploading file for GCS Bucket
+  * build(deps): bump the actions group with 3 updates
+  * build(deps): bump cloud.google.com/go/pubsub from 1.45.3 to
+    1.47.0
+
+-------------------------------------------------------------------
+Fri Feb 07 16:55:25 UTC 2025 - [email protected]
+
+- Update to version 2.31.0:
+  * prepare v2.31.0
+  * add new output OTLP Logs + improve the OTLP Traces/Metrics
+  * fix typo
+  * Update handlers to match stats_prometheus.go
+  * fix custom headers not added to loki output http/s requests
+  * fix Falcosidekick name for consistency
+  * change the printer for the logs
+  * allow to set the format for the value in Loki log lines
+  * replace dots . by underscores . in Loki labels for consistency
+  * add templated fields in Loki and Prometheus outputs
+  * use a global method for the logs
+  * fix the failing creation of the cluster policy report
+  * allow to set a template for the nats/stan subjects
+  * build(deps): bump go.opentelemetry.io/otel/sdk from 1.33.0 to
+    1.34.0
+  * build(deps): bump the gomod group with 2 updates
+  * build(deps): bump golangci/golangci-lint-action in the actions
+    group
+  * :bug: Removed size allocation for the loki map
+  * :art: Go fmt
+  * :wrench: Add NS and pod by default in loki output
+  * build(deps): bump docker/setup-qemu-action in the actions group
+  * remove debug line -_-
+  * build(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0
+  * build(deps): bump google.golang.org/api from 0.211.0 to 0.214.0
+  * build(deps): bump github.com/nats-io/nats.go from 1.37.0 to
+    1.38.0
+  * build(deps): bump go.opentelemetry.io/otel/sdk/metric
+  * build(deps): bump the gomod group with 3 updates
+  * build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0
+  * build(deps): bump the actions group with 3 updates
+  * build(deps): bump golang.org/x/text from 0.20.0 to 0.21.0
+  * build(deps): bump go.opentelemetry.io/otel/metric from 1.32.0
+    to 1.33.0
+  * build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0
+  * build(deps): bump cloud.google.com/go/pubsub
+  * build(deps): bump cloud.google.com/go/storage from 1.47.0 to
+    1.48.0
+  * remove the log line for OTLP Metrics (too noisy)
+
+-------------------------------------------------------------------

Old:
----
  falcosidekick-2.30.0.obscpio

New:
----
  falcosidekick-2.31.0.obscpio
  falcosidekick-2.31.1.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ falcosidekick.spec ++++++
--- /var/tmp/diff_new_pack.9cGpPF/_old  2025-02-07 23:12:50.120881605 +0100
+++ /var/tmp/diff_new_pack.9cGpPF/_new  2025-02-07 23:12:50.120881605 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package falcosidekick
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,8 @@
 #
 
 
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
-
 Name:           falcosidekick
-Version:        2.30.0
+Version:        2.31.1
 Release:        0
 Summary:        A simple daemon for connecting Falco to your ecosystem
 License:        Apache-2.0
@@ -28,7 +26,7 @@
 Source1:        vendor.tar.gz
 # taken from 
https://github.com/falcosecurity/falcosidekick?tab=readme-ov-file#with-systemd
 Source2:        %{name}.service
-BuildRequires:  go >= 1.22
+BuildRequires:  go >= 1.23
 
 %description
 A simple daemon for connecting Falco to your ecosystem. It takes a Falco events

++++++ _service ++++++
--- /var/tmp/diff_new_pack.9cGpPF/_old  2025-02-07 23:12:50.156883096 +0100
+++ /var/tmp/diff_new_pack.9cGpPF/_new  2025-02-07 23:12:50.156883096 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/falcosecurity/falcosidekick</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">2.30.0</param>
+    <param name="revision">2.31.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.9cGpPF/_old  2025-02-07 23:12:50.180884089 +0100
+++ /var/tmp/diff_new_pack.9cGpPF/_new  2025-02-07 23:12:50.184884255 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/falcosecurity/falcosidekick</param>
-              <param 
name="changesrevision">d4483901926f3ac55d0546fde2b51f1da9dc1aaa</param></service></servicedata>
+              <param 
name="changesrevision">20a4ffbe043da921a9ef997cc463b394f61dacde</param></service></servicedata>
 (No newline at EOF)
 

++++++ falcosidekick-2.30.0.obscpio -> falcosidekick-2.31.0.obscpio ++++++
++++ 6710 lines of diff (skipped)

++++++ falcosidekick-2.30.0.obscpio -> falcosidekick-2.31.1.obscpio ++++++
++++ 6770 lines of diff (skipped)

++++++ falcosidekick.obsinfo ++++++
--- /var/tmp/diff_new_pack.9cGpPF/_old  2025-02-07 23:12:50.804909924 +0100
+++ /var/tmp/diff_new_pack.9cGpPF/_new  2025-02-07 23:12:50.808910089 +0100
@@ -1,5 +1,5 @@
 name: falcosidekick
-version: 2.30.0
-mtime: 1732731174
-commit: d4483901926f3ac55d0546fde2b51f1da9dc1aaa
+version: 2.31.1
+mtime: 1738666454
+commit: 20a4ffbe043da921a9ef997cc463b394f61dacde
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/falcosidekick/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.falcosidekick.new.2316/vendor.tar.gz differ: char 
5, line 1

Reply via email to