Accepting request 1180370 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1180370 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tetragon?expand=0&rev=2
This commit is contained in:
commit
1d1db4944c
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/cilium/tetragon</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.1.0</param>
|
||||
<param name="revision">v1.1.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/cilium/tetragon</param>
|
||||
<param name="changesrevision">7398faf12671e0081b86853cad8af92c797620b4</param></service></servicedata>
|
||||
<param name="changesrevision">2d8f9438b18dff2ec496fda8af65e1620ca68f11</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a375f284411fd28cefe919435e0965ca53c55d1a17ec038d34a390700ba10f51
|
||||
size 178177038
|
3
tetragon-1.1.2.obscpio
Normal file
3
tetragon-1.1.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1950e676ca0e469eb0270a7a0d97b5c9f098413d1bd115eb42a9e02d337ee833
|
||||
size 178684430
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 16:18:43 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 1.1.2:
|
||||
* Bugfixes:
|
||||
- Don't create PodInfo if the pod is being deleted
|
||||
- [v1.1] backport: bpf: use CORE for execve hook
|
||||
- enforcer: fix issue when using multiple calls with fmod_ret
|
||||
* Minor Changes:
|
||||
- backports:1.1:tests: fix trace module testing
|
||||
- backports:1.1: uid username resolution support
|
||||
- helm: Add tetragon.livenessProbe value
|
||||
- backport:v1.1: btf: take first entry on multiple function
|
||||
matches
|
||||
* Misc Changes:
|
||||
- Prepare for v1.1.0 release
|
||||
- Use gRPC-based liveness probe instead of tetra status.
|
||||
- [v1.1] Introduce upgrade notes
|
||||
- Prepare for v1.1.1 release
|
||||
- [v1.1] Makefile: exclude api tags from version
|
||||
- v1.1: misc updates relating to release process
|
||||
- Prepare for v1.1.2 release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 18:11:26 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: tetragon
|
||||
version: 1.1.0
|
||||
mtime: 1714398629
|
||||
commit: 7398faf12671e0081b86853cad8af92c797620b4
|
||||
version: 1.1.2
|
||||
mtime: 1718190407
|
||||
commit: 2d8f9438b18dff2ec496fda8af65e1620ca68f11
|
||||
|
@ -18,22 +18,21 @@
|
||||
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
|
||||
%define cli_binary_name tetra
|
||||
%define cli_package_name tetragon-cli
|
||||
|
||||
Name: tetragon
|
||||
Version: 1.1.0
|
||||
Version: 1.1.2
|
||||
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: go >= 1.22
|
||||
BuildRequires: make
|
||||
BuildRequires: clang
|
||||
BuildRequires: go >= 1.22
|
||||
BuildRequires: llvm
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
Cilium’s new Tetragon component enables powerful real-time, eBPF-based Security
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c133018e2dd9dc711bc92ce236ff141f590d955df58bd22498554910f77c7a8
|
||||
size 13828906
|
||||
oid sha256:f180e8b2d905bbdf53026da189b19c30d1f1424856ab02770c447ef2bc1a577e
|
||||
size 13888794
|
||||
|
Loading…
Reference in New Issue
Block a user