Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tetragon for openSUSE:Factory 
checked in at 2024-09-15 12:37:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tetragon (Old)
 and      /work/SRC/openSUSE:Factory/.tetragon.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tetragon"

Sun Sep 15 12:37:02 2024 rev:3 rq:1200962 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tetragon/tetragon.changes        2024-06-13 
15:40:50.624161466 +0200
+++ /work/SRC/openSUSE:Factory/.tetragon.new.29891/tetragon.changes     
2024-09-15 12:41:03.848206243 +0200
@@ -1,0 +2,58 @@
+Fri Sep 13 18:27:13 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 1.2.0:
+  Full changelog see
+  https://github.com/cilium/tetragon/releases/tag/v1.2.0
+  * Major Changes
+    - feat: Username for process_exec events (#2369) by @anfedotoff
+    - tetragon: Allow persistent enforcement during tetragon
+      restart (#2600) by @olsajiri
+    - LSM sensor (#2566) by @anfedotoff
+  * Bugfixes
+    - bpf: use CORE for execve hook (#2399) by @kkourt
+    - Don't create PodInfo if the pod is being deleted (#2431) by
+      @michi-covalent
+    - tetragon: allow namespaced and non-namespaced policies to
+      have the same name (#2337) by @joshuajorel
+    - operator: Don't start metrics server if Helm value
+      tetragonOperator.prometheus.enabled is set to false. (#2484)
+      by @yukinakanaka
+    - enforcer: fix issue when using multiple calls with fmod_ret
+      (#2524) by @kkourt
+    - Reduce the kernel memory footprint (accounted by the cgroup
+      memory controller) of the stack trace feature when unused.
+      (#2546) by @mtardy
+    - Reduce the kernel memory footprint (accounted by the cgroup
+      memory controller) of the ratelimit feature when unused
+      (around ~10MB per kprobe). (#2551) by @mtardy
+    - Reduce the kernel memory footprint (accounted by the cgroup
+      memory controller) of the fdinstall feature when unused
+      (around ~11MB per kprobe). (#2563) by @mtardy
+    - Do not increase the reference count when we cannot find a
+      parent in kthreads. (#2620) by @tpapagian
+    - Reduce the kernel memory footprint (accounted by the cgroup
+      v2 memory controller) of the override feature when unused
+      (around ~3MB per kprobe). (#2692) by @mtardy
+    - Fix a bug related to the matchBinaries Prefix operator by
+      increasing the buffer size used by our dentry walk. Now the
+      matchBinaries Prefix operator can correctly trigger a match
+      on any path above 255 chars. (#2764) by @mtardy
+    - Fix a bug where the tetra getevents command would timeout
+      even if the connection was successful. (#2765) by @mtardy
+    - Fix missing cases in the compact encoder for tetra. (#2819)
+      by @willfindlay
+    - add support for pod association via cgroup id (#2776) by
+      @kkourt
+    - Allow disabling gRPC either by selecting 'enabled:false' in
+      the helm chart or by passing an empty address to the agent
+      (#2826) by @kkourt
+    - Fix tetragon_process_cache_size metric (#2827) by @lambdanis
+
+-------------------------------------------------------------------
+Mon Jul 29 18:36:26 UTC 2024 - Johannes Kastl 
<opensuse_buildserv...@ojkastl.de>
+
+- exclude architectures that fail to build due to
+  'pkg/syscallinfo/syscallinfo.go:39:34: undefined: syscallNames'
+  errors
+
+-------------------------------------------------------------------

Old:
----
  tetragon-1.1.2.obscpio

New:
----
  tetragon-1.2.0.obscpio

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

Other differences:
------------------
++++++ tetragon.spec ++++++
--- /var/tmp/diff_new_pack.iOYFZq/_old  2024-09-15 12:41:06.360310897 +0200
+++ /var/tmp/diff_new_pack.iOYFZq/_new  2024-09-15 12:41:06.364311064 +0200
@@ -22,17 +22,18 @@
 %define cli_package_name tetragon-cli
 
 Name:           tetragon
-Version:        1.1.2
+Version:        1.2.0
 Release:        0
 Summary:        eBPF-based Security Observability and Runtime Enforcement
 License:        Apache-2.0
 URL:            https://github.com/cilium/tetragon
 Source:         tetragon-%{version}.tar.gz
 Source1:        vendor.tar.gz
-BuildRequires:  clang
+BuildRequires:  clang >= 15
 BuildRequires:  go >= 1.22
 BuildRequires:  llvm
 BuildRequires:  make
+ExcludeArch:    i586 ppc64le s390x armv7l armv7hl
 
 %description
 Cilium’s new Tetragon component enables powerful real-time, eBPF-based 
Security
@@ -94,7 +95,7 @@
 #
 # tetragon
 #
-CGO_ENABLED=0 go build \
+go build \
    -mod=vendor \
    -buildmode=pie \
    -ldflags="-X github.com/cilium/tetragon/pkg/version.Version=%{version}" \
@@ -108,7 +109,7 @@
 #
 # tetra cli
 #
-CGO_ENABLED=0 go build \
+go build \
    -mod=vendor \
    -buildmode=pie \
    -ldflags="-X github.com/cilium/tetragon/pkg/version.Version=%{version}" \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.iOYFZq/_old  2024-09-15 12:41:06.400312564 +0200
+++ /var/tmp/diff_new_pack.iOYFZq/_new  2024-09-15 12:41:06.404312730 +0200
@@ -3,7 +3,8 @@
     <param name="url">https://github.com/cilium/tetragon</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v1.1.2</param>
+    <param name="revision">v1.2.0</param>
+    <param name="match-tag">v1.2.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.iOYFZq/_old  2024-09-15 12:41:06.428313729 +0200
+++ /var/tmp/diff_new_pack.iOYFZq/_new  2024-09-15 12:41:06.432313897 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/cilium/tetragon</param>
-              <param 
name="changesrevision">2d8f9438b18dff2ec496fda8af65e1620ca68f11</param></service></servicedata>
+              <param 
name="changesrevision">dc458866c6144881e6b407d7c98f5b417d60075d</param></service></servicedata>
 (No newline at EOF)
 

++++++ tetragon-1.1.2.obscpio -> tetragon-1.2.0.obscpio ++++++
/work/SRC/openSUSE:Factory/tetragon/tetragon-1.1.2.obscpio 
/work/SRC/openSUSE:Factory/.tetragon.new.29891/tetragon-1.2.0.obscpio differ: 
char 49, line 1

++++++ tetragon.obsinfo ++++++
--- /var/tmp/diff_new_pack.iOYFZq/_old  2024-09-15 12:41:06.472315563 +0200
+++ /var/tmp/diff_new_pack.iOYFZq/_new  2024-09-15 12:41:06.476315730 +0200
@@ -1,5 +1,5 @@
 name: tetragon
-version: 1.1.2
-mtime: 1718190407
-commit: 2d8f9438b18dff2ec496fda8af65e1620ca68f11
+version: 1.2.0
+mtime: 1725534176
+commit: dc458866c6144881e6b407d7c98f5b417d60075d
 

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

Reply via email to