Accepting request 1293607 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1293607 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tetragon?expand=0&rev=7
This commit is contained in:
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.4.0</param>
|
||||
<param name="revision">v1.4.1</param>
|
||||
<param name="match-tag">v*</param>
|
||||
<param name="versionformat">@PARENT_TAG@</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">6a81c1f51e58c725c81937d21a2930602890f484</param></service></servicedata>
|
||||
<param name="changesrevision">5fb413bb47d9908d4c1d9f3d237735df4735ca63</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19fe094a4250a1a907fb833b94f5fbf7a0defbcbaf0793d6cf8177e1977d67d6
|
||||
size 187854350
|
3
tetragon-1.4.1.obscpio
Normal file
3
tetragon-1.4.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1be56b227aa7324700ac7d15a2ac3909189bf530df54fc779e1ebb1cb345f270
|
||||
size 187598350
|
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 06:31:52 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- Update to version 1.4.1:
|
||||
* Bugfixes
|
||||
- tetragon: Fix storing of flags and mode for path (#3634) by
|
||||
@olsajiri
|
||||
- [backport/v1.4] Do proper cleanup on maps during sensor
|
||||
unload (#3816) by @tpapagian
|
||||
* Dependency updates
|
||||
- chore(deps): update go to v1.24.2 (v1.4) (patch) (#3597) by
|
||||
@cilium-renovate[bot]
|
||||
- chore(deps): update module golang.org/x/net to v0.38.0
|
||||
[security] (v1.4) (#3649) by @cilium-renovate[bot]
|
||||
- fix(deps): update module github.com/cilium/cilium to v1.17.3
|
||||
[security] (v1.4) (#3660) by @cilium-renovate[bot]
|
||||
- chore(deps): update go to v1.24.3 (v1.4) (patch) (#3722) by
|
||||
@cilium-renovate[bot]
|
||||
- chore(deps): update docker.io/library/alpine docker tag to
|
||||
v3.22.0 (v1.4) (#3784) by @cilium-renovate[bot]
|
||||
- chore(deps): update go to v1.24.4 (v1.4) (patch) (#3811) by
|
||||
@cilium-renovate[bot]
|
||||
- chore(deps): update module
|
||||
github.com/go-viper/mapstructure/v2 to v2.3.0 [security]
|
||||
(v1.4) (#3862) by @cilium-renovate[bot]
|
||||
- chore(deps): update go to v1.24.5 (v1.4) (patch) (#3880) by
|
||||
@cilium-renovate[bot]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 21 17:33:21 UTC 2025 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: tetragon
|
||||
version: 1.4.0
|
||||
mtime: 1742574631
|
||||
commit: 6a81c1f51e58c725c81937d21a2930602890f484
|
||||
version: 1.4.1
|
||||
mtime: 1752596863
|
||||
commit: 5fb413bb47d9908d4c1d9f3d237735df4735ca63
|
||||
|
@@ -20,7 +20,7 @@
|
||||
%define cli_package_name tetragon-cli
|
||||
|
||||
Name: tetragon
|
||||
Version: 1.4.0
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
Summary: eBPF-based Security Observability and Runtime Enforcement
|
||||
License: Apache-2.0
|
||||
@@ -30,7 +30,7 @@ Source1: vendor.tar.gz
|
||||
BuildRequires: bash-completion
|
||||
BuildRequires: clang >= 15
|
||||
BuildRequires: fish
|
||||
BuildRequires: go >= 1.22
|
||||
BuildRequires: go1.24 >= 1.24.5
|
||||
BuildRequires: llvm
|
||||
BuildRequires: make
|
||||
BuildRequires: zsh
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e61c7fb8df9bee872ec239ca98002651cda6cffd11b4f94ea276c51ec99044b
|
||||
size 13106725
|
||||
oid sha256:6e605231aaf2fa81313ca15adf043573e80f34dd898a4a0a0f62b079debfae64
|
||||
size 12705255
|
||||
|
Reference in New Issue
Block a user