Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package inspektor-gadget for
openSUSE:Factory checked in at 2024-11-05 15:40:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inspektor-gadget (Old)
and /work/SRC/openSUSE:Factory/.inspektor-gadget.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inspektor-gadget"
Tue Nov 5 15:40:50 2024 rev:6 rq:1221242 version:0.34.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/inspektor-gadget/inspektor-gadget.changes
2024-10-11 17:04:17.839656220 +0200
+++
/work/SRC/openSUSE:Factory/.inspektor-gadget.new.2020/inspektor-gadget.changes
2024-11-05 15:41:11.338497850 +0100
@@ -1,0 +2,85 @@
+Mon Nov 04 19:57:27 UTC 2024 - [email protected]
+
+- Update to version 0.34.0:
+ Welcome to the v0.34.0 release of Inspektor Gadget.
+ A selection of relevant changes are:
+ - introduce headless mode for k8s by @flyth in #3587
+ - otel-metrics: add support for named metric exporters and
+ otlp-grpc by @flyth in #3588
+ - operators: kubeipresolver for image-based gadgets by
+ @mqasimsarfraz in #3586
+ * General Improvements
+ - operators/localmanager: Do not print warning if the runtime
+ is not found by @mauriciovasquezbernal in #3540
+ - operators: Fix location of enriched fields by
+ @mauriciovasquezbernal in #3523
+ - formatters: enrich proto field to include protocol name in L4
+ endpoints by @Snehil-Shah in #3329
+ - pkg/operators/otel-metrics: Hide render datasource from
+ gadget users by @blanquicet in #3566
+ - operators/formatters: Hide endpoint subfield proto by
+ @mqasimsarfraz in #3599
+ - go.mod: update cilium/ebpf with some memory optimization by
+ @alban in #3595
+ - cmd/image: Print build logs when using verbose mode by
+ @mauriciovasquezbernal in #3598
+ - pkg/operators/wasm/testdata: Update go version by @blanquicet
+ in #3615
+ - go.mod: update cilium/ebpf with more memory optimization by
+ @alban in #3616
+ - gadgets: Automatically add annotations based on the field
+ types by @mauriciovasquezbernal in #3600
+ - Move authfile and pull-secret to GlobalParams and update
+ documentation by @Priyansurout in #3622
+ - Container enrichment: add container PID by @alban in #3501
+ - operators/kubeipresolver: Improve how endpoint is displayed
+ by @mqasimsarfraz in #3611
+ - Makefile: make the 'docker build' command configurable by
+ @alban in #3621
+ - oci: Expose pull-secret param only when running on k8s by
+ @mauriciovasquezbernal in #3628
+ - feat: Accepting IPv4 and IPv6 parameters as command line
+ input arguments by @MeherRushi in #3575
+ - operators/cli: Improve logic to print header by
+ @mauriciovasquezbernal in #3641
+ - tools/monitoring: fix typo by @vbatts in #3646
+ - Makefile: Introduce target to run go mod tidy by
+ @mauriciovasquezbernal in #3653
+ * Bug Fixes
+ - operators/ebpf: Fix race condition with wasm operator by
+ @mauriciovasquezbernal in #3542
+ - fix: json decoder out of sync error for gadgetrunner by
+ @mastersans in #3573
+ - operators/ebpf: Fix map iterators waiting logic by
+ @mauriciovasquezbernal in #3654
+ * Documentation Improvements
+ - readme: Add link for CDS 2024 by @mqasimsarfraz in #3553
+ - docs: Remove increasing sidebar_position from docs/gadgets by
+ @burak-ok in #3574
+ - docs/gadget-devel: How to use Data, DataArray and Packet in
+ WASM API by @blanquicet in #3610
+ - Add gadget user documentation for exporting metrics to
+ Prometheus by @flyth in #3539
+ - docs: Update l4endpoint formatting by @mqasimsarfraz in #3630
+ - docs: audit-seccomp: update runc requirement by @alban in
+ #3642
+ - docs/gadget-devel/gadget-intro: Specify support of Map
+ Iterators by @blanquicet in #3593
+ * Testing and Continue Integration
+ - Revert "ci: Use -j$(nproc) with gadgets Makefile." by
+ @mauriciovasquezbernal in #3555
+ - ci: Fix permission for release workflow by @mqasimsarfraz in
+ #3558
+ - Unit testing Image Based Gadgets by @mastersans in #3502
+ - cri: move tests to separate package by @alban in #3585
+ - tests: implement inner field tests by @mauriciovasquezbernal
+ in #3572
+ - build: fix dockerignore file by @alban in #3620
+ - test: Added tests for gadgets/snapshot_socket by @btwshivam
+ in #3283
+ - operators/wasm: add test for emitting packets from new
+ datasource by @Snehil-Shah in #3613
+ - tests: Disable TestTraceNetwork on containerd by @burak-ok in
+ #3669
+
+-------------------------------------------------------------------
Old:
----
inspektor-gadget-0.33.0.obscpio
New:
----
inspektor-gadget-0.34.0.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ inspektor-gadget.spec ++++++
--- /var/tmp/diff_new_pack.9s4iUz/_old 2024-11-05 15:41:15.378667235 +0100
+++ /var/tmp/diff_new_pack.9s4iUz/_new 2024-11-05 15:41:15.378667235 +0100
@@ -16,17 +16,18 @@
#
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
-
Name: inspektor-gadget
-Version: 0.33.0
+Version: 0.34.0
Release: 0
Summary: A eBPF tool and systems inspection framework
License: Apache-2.0
URL: https://github.com/inspektor-gadget/inspektor-gadget
Source: inspektor-gadget-%{version}.tar.gz
Source1: vendor.tar.gz
-BuildRequires: go1.22
+BuildRequires: bash-completion
+BuildRequires: fish
+BuildRequires: go >= 1.22
+BuildRequires: zsh
# /usr/bin/ig conflicts with igrep
Conflicts: igrep
@@ -123,9 +124,9 @@
%{buildroot}/%{_bindir}/kubectl-gadget completion fish >
%{buildroot}%{_datarootdir}/fish/vendor_completions.d/kubectl-gadget.fish
# create the zsh completion file
-mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
-%{buildroot}/%{_bindir}/gadgetctl completion zsh >
%{buildroot}%{_datarootdir}/zsh_completion.d/_gadgetctl
-%{buildroot}/%{_bindir}/kubectl-gadget completion zsh >
%{buildroot}%{_datarootdir}/zsh_completion.d/_kubectl-gadget
+mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
+%{buildroot}/%{_bindir}/gadgetctl completion zsh >
%{buildroot}%{_datarootdir}/zsh/site-functions/_gadgetctl
+%{buildroot}/%{_bindir}/kubectl-gadget completion zsh >
%{buildroot}%{_datarootdir}/zsh/site-functions/_kubectl-gadget
%files
%doc README.md
@@ -135,19 +136,14 @@
%{_bindir}/kubectl-gadget
%files -n %{name}-bash-completion
-%dir %{_datarootdir}/bash-completion/completions/
%{_datarootdir}/bash-completion/completions/gadgetctl
%{_datarootdir}/bash-completion/completions/kubectl-gadget
%files -n %{name}-fish-completion
-%dir %{_datarootdir}/fish
-%dir %{_datarootdir}/fish/vendor_completions.d
%{_datarootdir}/fish/vendor_completions.d/gadgetctl.fish
%{_datarootdir}/fish/vendor_completions.d/kubectl-gadget.fish
%files -n %{name}-zsh-completion
-%defattr(-,root,root)
-%dir %{_datarootdir}/zsh_completion.d/
-%{_datarootdir}/zsh_completion.d/_gadgetctl
-%{_datarootdir}/zsh_completion.d/_kubectl-gadget
+%{_datarootdir}/zsh/site-functions/_gadgetctl
+%{_datarootdir}/zsh/site-functions/_kubectl-gadget
++++++ _service ++++++
--- /var/tmp/diff_new_pack.9s4iUz/_old 2024-11-05 15:41:15.410668577 +0100
+++ /var/tmp/diff_new_pack.9s4iUz/_new 2024-11-05 15:41:15.410668577 +0100
@@ -3,7 +3,7 @@
<param
name="url">https://github.com/inspektor-gadget/inspektor-gadget</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="revision">v0.33.0</param>
+ <param name="revision">v0.34.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.9s4iUz/_old 2024-11-05 15:41:15.430669416 +0100
+++ /var/tmp/diff_new_pack.9s4iUz/_new 2024-11-05 15:41:15.434669583 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/inspektor-gadget/inspektor-gadget</param>
- <param
name="changesrevision">df184595c61021d87a3a82c02e4ac965a707edaf</param></service></servicedata>
+ <param
name="changesrevision">4f98b1d2c4289afc66b8e6d0ef75428d545559d6</param></service></servicedata>
(No newline at EOF)
++++++ inspektor-gadget-0.33.0.obscpio -> inspektor-gadget-0.34.0.obscpio ++++++
/work/SRC/openSUSE:Factory/inspektor-gadget/inspektor-gadget-0.33.0.obscpio
/work/SRC/openSUSE:Factory/.inspektor-gadget.new.2020/inspektor-gadget-0.34.0.obscpio
differ: char 49, line 1
++++++ inspektor-gadget.obsinfo ++++++
--- /var/tmp/diff_new_pack.9s4iUz/_old 2024-11-05 15:41:15.470671093 +0100
+++ /var/tmp/diff_new_pack.9s4iUz/_new 2024-11-05 15:41:15.474671260 +0100
@@ -1,5 +1,5 @@
name: inspektor-gadget
-version: 0.33.0
-mtime: 1728267105
-commit: df184595c61021d87a3a82c02e4ac965a707edaf
+version: 0.34.0
+mtime: 1730734994
+commit: 4f98b1d2c4289afc66b8e6d0ef75428d545559d6
++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/inspektor-gadget/vendor.tar.gz
/work/SRC/openSUSE:Factory/.inspektor-gadget.new.2020/vendor.tar.gz differ:
char 5, line 1