diff --git a/_service b/_service
index 0125cb8..c0f3798 100644
--- a/_service
+++ b/_service
@@ -3,11 +3,11 @@
https://github.com/cilium/tetragon
git
.git
- v1.2.0
- v1.2.0
+ v1.2.1
+ v1.2.1
@PARENT_TAG@
- enable
v(.*)
+ enable
diff --git a/_servicedata b/_servicedata
index 2c82021..7531b73 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/cilium/tetragon
- dc458866c6144881e6b407d7c98f5b417d60075d
\ No newline at end of file
+ 4b33fd75b08b467a1cc2c61d2fe8eb69bf0b001e
\ No newline at end of file
diff --git a/tetragon-1.2.0.obscpio b/tetragon-1.2.0.obscpio
deleted file mode 100644
index e3d4196..0000000
--- a/tetragon-1.2.0.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e991b4f330969d2025698af7671cfd194ca56cd06a7cdce22c06f1e2c65748d3
-size 184140814
diff --git a/tetragon-1.2.1.obscpio b/tetragon-1.2.1.obscpio
new file mode 100644
index 0000000..67c99a6
--- /dev/null
+++ b/tetragon-1.2.1.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b4ed31b10ae0019b2fd4cf1e67ce2a1d9439691dedc6b05a9b7d41c11a347a89
+size 184324110
diff --git a/tetragon.changes b/tetragon.changes
index 3615128..61369fb 100644
--- a/tetragon.changes
+++ b/tetragon.changes
@@ -1,3 +1,49 @@
+-------------------------------------------------------------------
+Wed Nov 27 11:11:43 UTC 2024 - opensuse_buildservice@ojkastl.de
+
+- Update to version 1.2.1:
+ * Prepare for v1.2.1 release
+ * filters: implement parent_arguments_regex
+ * chore(deps): update go to v1.22.9
+ * chore(deps): update docker.io/library/alpine:3.20.3 docker
+ digest to 1e42bbe
+ * tetragon: probe_read usage may cause issues with newer kernels
+ * e2e tests: skip label test on ARM
+ * workflows: use GitHub arm64 runners instead of actuated
+ * Add support to exclude valid processes from dump processCache
+ * tetra: add max-recv-size to processcache dump cmd
+ * tetra: rewrite dump processcache cmd for correct error code
+ * tetra: use consistent case in dump cmd and api
+ * Add support to dump processLRU
+ * [btf] Flush kernel spec (BTF) after loading a sensor
+ * [ksyms] Do not cache ksyms to reduce memory consumption
+ * fix(deps): update module github.com/cilium/cilium to v1.15.10
+ [security]
+ * chore(deps): update docker.io/library/golang:1.22.8 docker
+ digest to 0ca97f4
+ * chore(deps): update docker.io/library/alpine docker tag to
+ v3.20.3
+ * chore(deps): update go to v1.22.8
+ * fix(deps): update module github.com/containers/common to
+ v0.60.4 [security]
+ * chore(deps): update docker.io/library/golang:1.22.6 docker
+ digest to a632201
+ * chore: update containers/common
+ * Remove const from parameters
+ * bpf: allow all operations for syscall64 type
+ * watcher: add metrics for deleted pod cache
+ * watcher: add a deleted pod cache
+ * watcher: add test for "fast" k8s API server
+ * watcher: change FindContainer function
+ * watcher: add a containerIDKey function
+ * watcher: refactor watcher
+ * Export EventCache tunables in the Helm Chart
+ * Reduce the delay in GRPC gotests
+ * Make EventCache configurable
+ * helm: Set rthooks.podSecurityContext to empty by default
+ * helm: Remove deprecated tetragon.skipCRDCreation value
+ * [bugfix] Fix clone event caching due to missing pod info
+
-------------------------------------------------------------------
Fri Sep 13 18:27:13 UTC 2024 - opensuse_buildservice@ojkastl.de
diff --git a/tetragon.obsinfo b/tetragon.obsinfo
index 08b8711..138569c 100644
--- a/tetragon.obsinfo
+++ b/tetragon.obsinfo
@@ -1,4 +1,4 @@
name: tetragon
-version: 1.2.0
-mtime: 1725534176
-commit: dc458866c6144881e6b407d7c98f5b417d60075d
+version: 1.2.1
+mtime: 1732701307
+commit: 4b33fd75b08b467a1cc2c61d2fe8eb69bf0b001e
diff --git a/tetragon.spec b/tetragon.spec
index de42209..4bacd58 100644
--- a/tetragon.spec
+++ b/tetragon.spec
@@ -16,23 +16,24 @@
#
-%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.2.0
+Version: 1.2.1
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: bash-completion
BuildRequires: clang >= 15
+BuildRequires: fish
BuildRequires: go >= 1.22
BuildRequires: llvm
BuildRequires: make
+BuildRequires: zsh
ExcludeArch: i586 ppc64le s390x armv7l armv7hl
%description
@@ -148,8 +149,8 @@ mkdir -p %{buildroot}%{_datarootdir}/fish/vendor_completions.d/
%{buildroot}/%{_bindir}/%{cli_binary_name} completion fish > %{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{cli_binary_name}.fish
# create the zsh completion file
-mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
-%{buildroot}/%{_bindir}/%{cli_binary_name} completion zsh > %{buildroot}%{_datarootdir}/zsh_completion.d/_%{cli_binary_name}
+mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
+%{buildroot}/%{_bindir}/%{cli_binary_name} completion zsh > %{buildroot}%{_datarootdir}/zsh/site-functions/_%{cli_binary_name}
%pre
%service_add_pre %{name}.service
@@ -184,16 +185,12 @@ mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
%{_bindir}/%{cli_binary_name}
%files -n %{cli_package_name}-bash-completion
-%dir %{_datarootdir}/bash-completion/completions/
%{_datarootdir}/bash-completion/completions/%{cli_binary_name}
%files -n %{cli_package_name}-fish-completion
-%dir %{_datarootdir}/fish
-%dir %{_datarootdir}/fish/vendor_completions.d
%{_datarootdir}/fish/vendor_completions.d/%{cli_binary_name}.fish
%files -n %{cli_package_name}-zsh-completion
-%dir %{_datarootdir}/zsh_completion.d/
-%{_datarootdir}/zsh_completion.d/_%{cli_binary_name}
+%{_datarootdir}/zsh/site-functions/_%{cli_binary_name}
%changelog
diff --git a/vendor.tar.gz b/vendor.tar.gz
index 9aad84c..d7a6961 100644
--- a/vendor.tar.gz
+++ b/vendor.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d3f81bd2866cfd87e729a0afc61912c460e84452d9a69cb856a390b227d162c2
-size 13792023
+oid sha256:f9d32ef2313d1f5da74ad16c10607d13c2d3a247528c3d9377198479d8cbe233
+size 13805523