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 2026-07-15 16:37:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/inspektor-gadget (Old)
and /work/SRC/openSUSE:Factory/.inspektor-gadget.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inspektor-gadget"
Wed Jul 15 16:37:38 2026 rev:35 rq:1365671 version:0.54.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/inspektor-gadget/inspektor-gadget.changes
2026-07-07 21:06:47.337727060 +0200
+++
/work/SRC/openSUSE:Factory/.inspektor-gadget.new.1991/inspektor-gadget.changes
2026-07-15 16:58:22.684574270 +0200
@@ -1,0 +2,6 @@
+Tue Jul 14 13:01:57 UTC 2026 - Johannes Kastl
<[email protected]>
+
+- Update to version 0.54.1:
+ * oci: Ensure oci-store dir exists before locking
+
+-------------------------------------------------------------------
Old:
----
inspektor-gadget-0.54.0.obscpio
New:
----
inspektor-gadget-0.54.1.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ inspektor-gadget.spec ++++++
--- /var/tmp/diff_new_pack.Y7DBnH/_old 2026-07-15 16:58:28.584773450 +0200
+++ /var/tmp/diff_new_pack.Y7DBnH/_new 2026-07-15 16:58:28.584773450 +0200
@@ -17,7 +17,7 @@
Name: inspektor-gadget
-Version: 0.54.0
+Version: 0.54.1
Release: 0
Summary: A eBPF tool and systems inspection framework
License: Apache-2.0
@@ -26,7 +26,7 @@
Source1: vendor.tar.gz
BuildRequires: bash-completion
BuildRequires: fish
-BuildRequires: go1.26 >= 1.26.4
+BuildRequires: go1.26 >= 1.26.5
BuildRequires: zsh
# /usr/bin/ig conflicts with igrep
Conflicts: igrep
++++++ _service ++++++
--- /var/tmp/diff_new_pack.Y7DBnH/_old 2026-07-15 16:58:28.620774666 +0200
+++ /var/tmp/diff_new_pack.Y7DBnH/_new 2026-07-15 16:58:28.624774801 +0200
@@ -3,7 +3,7 @@
<param
name="url">https://github.com/inspektor-gadget/inspektor-gadget.git</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
- <param name="revision">refs/tags/v0.54.0</param>
+ <param name="revision">refs/tags/v0.54.1</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.Y7DBnH/_old 2026-07-15 16:58:28.644775476 +0200
+++ /var/tmp/diff_new_pack.Y7DBnH/_new 2026-07-15 16:58:28.648775611 +0200
@@ -3,6 +3,6 @@
<param
name="url">https://github.com/inspektor-gadget/inspektor-gadget</param>
<param
name="changesrevision">7a314380ff61534ea70df9fb086505f958b2dff9</param></service><service
name="tar_scm">
<param
name="url">https://github.com/inspektor-gadget/inspektor-gadget.git</param>
- <param
name="changesrevision">0c733324b97dbbbe8d85b64ae93622a86fe7bf45</param></service></servicedata>
+ <param
name="changesrevision">f766e67244e990b3bc66c6ef2cc723ed9b3de126</param></service></servicedata>
(No newline at EOF)
++++++ inspektor-gadget-0.54.0.obscpio -> inspektor-gadget-0.54.1.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/inspektor-gadget-0.54.0/.golangci.yml
new/inspektor-gadget-0.54.1/.golangci.yml
--- old/inspektor-gadget-0.54.0/.golangci.yml 2026-07-06 12:47:31.000000000
+0200
+++ new/inspektor-gadget-0.54.1/.golangci.yml 2026-07-13 16:50:27.000000000
+0200
@@ -1,6 +1,6 @@
version: "2"
run:
- go: 1.26.4
+ go: 1.26.5
build-tags:
- docs
linters:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/inspektor-gadget-0.54.0/Dockerfiles/gadget-builder.Dockerfile
new/inspektor-gadget-0.54.1/Dockerfiles/gadget-builder.Dockerfile
--- old/inspektor-gadget-0.54.0/Dockerfiles/gadget-builder.Dockerfile
2026-07-06 12:47:31.000000000 +0200
+++ new/inspektor-gadget-0.54.1/Dockerfiles/gadget-builder.Dockerfile
2026-07-13 16:50:27.000000000 +0200
@@ -1,7 +1,7 @@
ARG CLANG_LLVM_VERSION=18
ARG BPFTOOL_VERSION=v7.3.0
ARG LIBBPF_VERSION=v1.3.0
-ARG GOLANG_VERSION=1.26.4
+ARG GOLANG_VERSION=1.26.5
ARG RUST_VERSION=1.87.0
# Args need to be redefined on each stage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/inspektor-gadget-0.54.0/Dockerfiles/gadget.Dockerfile
new/inspektor-gadget-0.54.1/Dockerfiles/gadget.Dockerfile
--- old/inspektor-gadget-0.54.0/Dockerfiles/gadget.Dockerfile 2026-07-06
12:47:31.000000000 +0200
+++ new/inspektor-gadget-0.54.1/Dockerfiles/gadget.Dockerfile 2026-07-13
16:50:27.000000000 +0200
@@ -1,6 +1,6 @@
# Dockerfile for Inspektor Gadget.
-ARG
BUILDER_IMAGE=golang:1.26.4-trixie@sha256:0dcba0d95dbfb072e9917a106b9e07d7cc298097dc83e9307056ef1889de654d
+ARG
BUILDER_IMAGE=golang:1.26.5-trixie@sha256:116489021a0d8ca3facf79f84ee69052cff88733547150a644d45c5eaa91dc43
ARG
BASE_IMAGE=gcr.io/distroless/static-debian12@sha256:ce46866b3a5170db3b49364900fb3168dc0833dfb46c26da5c77f22abb01d8c3
# Prepare and build gadget artifacts in a container
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/inspektor-gadget-0.54.0/Dockerfiles/ig-tests.Dockerfile
new/inspektor-gadget-0.54.1/Dockerfiles/ig-tests.Dockerfile
--- old/inspektor-gadget-0.54.0/Dockerfiles/ig-tests.Dockerfile 2026-07-06
12:47:31.000000000 +0200
+++ new/inspektor-gadget-0.54.1/Dockerfiles/ig-tests.Dockerfile 2026-07-13
16:50:27.000000000 +0200
@@ -1,4 +1,4 @@
-ARG
BUILDER_IMAGE=golang:1.26.4-trixie@sha256:0dcba0d95dbfb072e9917a106b9e07d7cc298097dc83e9307056ef1889de654d
+ARG
BUILDER_IMAGE=golang:1.26.5-trixie@sha256:116489021a0d8ca3facf79f84ee69052cff88733547150a644d45c5eaa91dc43
ARG
BASE_IMAGE=gcr.io/distroless/static-debian11:latest@sha256:1dbe426d60caed5d19597532a2d74c8056cd7b1674042b88f7328690b5ead8ed
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE} AS builder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/inspektor-gadget-0.54.0/Dockerfiles/ig.Dockerfile
new/inspektor-gadget-0.54.1/Dockerfiles/ig.Dockerfile
--- old/inspektor-gadget-0.54.0/Dockerfiles/ig.Dockerfile 2026-07-06
12:47:31.000000000 +0200
+++ new/inspektor-gadget-0.54.1/Dockerfiles/ig.Dockerfile 2026-07-13
16:50:27.000000000 +0200
@@ -1,4 +1,4 @@
-ARG
BUILDER_IMAGE=golang:1.26.4-trixie@sha256:0dcba0d95dbfb072e9917a106b9e07d7cc298097dc83e9307056ef1889de654d
+ARG
BUILDER_IMAGE=golang:1.26.5-trixie@sha256:116489021a0d8ca3facf79f84ee69052cff88733547150a644d45c5eaa91dc43
ARG
BASE_IMAGE=gcr.io/distroless/static-debian11:latest@sha256:1dbe426d60caed5d19597532a2d74c8056cd7b1674042b88f7328690b5ead8ed
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE} AS builder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/inspektor-gadget-0.54.0/Dockerfiles/kubectl-gadget.Dockerfile
new/inspektor-gadget-0.54.1/Dockerfiles/kubectl-gadget.Dockerfile
--- old/inspektor-gadget-0.54.0/Dockerfiles/kubectl-gadget.Dockerfile
2026-07-06 12:47:31.000000000 +0200
+++ new/inspektor-gadget-0.54.1/Dockerfiles/kubectl-gadget.Dockerfile
2026-07-13 16:50:27.000000000 +0200
@@ -6,7 +6,7 @@
# image is valid, even scratch. Alpine is used by default as a tradeoff
# between size and tools available in the image.
-ARG
BUILDER_IMAGE=golang:1.26.4-trixie@sha256:0dcba0d95dbfb072e9917a106b9e07d7cc298097dc83e9307056ef1889de654d
+ARG
BUILDER_IMAGE=golang:1.26.5-trixie@sha256:116489021a0d8ca3facf79f84ee69052cff88733547150a644d45c5eaa91dc43
ARG
BASE_IMAGE=gcr.io/distroless/static-debian11:latest@sha256:1dbe426d60caed5d19597532a2d74c8056cd7b1674042b88f7328690b5ead8ed
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE} AS builder
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/inspektor-gadget-0.54.0/examples/container-hook/Dockerfile
new/inspektor-gadget-0.54.1/examples/container-hook/Dockerfile
--- old/inspektor-gadget-0.54.0/examples/container-hook/Dockerfile
2026-07-06 12:47:31.000000000 +0200
+++ new/inspektor-gadget-0.54.1/examples/container-hook/Dockerfile
2026-07-13 16:50:27.000000000 +0200
@@ -1,4 +1,4 @@
-FROM
golang:1.26.4-trixie@sha256:0dcba0d95dbfb072e9917a106b9e07d7cc298097dc83e9307056ef1889de654d
AS builder
+FROM
golang:1.26.5-trixie@sha256:116489021a0d8ca3facf79f84ee69052cff88733547150a644d45c5eaa91dc43
AS builder
# Cache go modules so they won't be downloaded at each build
COPY go.mod go.sum /gadget/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/inspektor-gadget-0.54.0/examples/kube-container-collection/Dockerfile
new/inspektor-gadget-0.54.1/examples/kube-container-collection/Dockerfile
--- old/inspektor-gadget-0.54.0/examples/kube-container-collection/Dockerfile
2026-07-06 12:47:31.000000000 +0200
+++ new/inspektor-gadget-0.54.1/examples/kube-container-collection/Dockerfile
2026-07-13 16:50:27.000000000 +0200
@@ -1,4 +1,4 @@
-FROM
golang:1.26.4-trixie@sha256:0dcba0d95dbfb072e9917a106b9e07d7cc298097dc83e9307056ef1889de654d
AS builder
+FROM
golang:1.26.5-trixie@sha256:116489021a0d8ca3facf79f84ee69052cff88733547150a644d45c5eaa91dc43
AS builder
# Cache go modules so they won't be downloaded at each build
COPY go.mod go.sum /gadget/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/inspektor-gadget-0.54.0/pkg/oci/local_oci_store.go
new/inspektor-gadget-0.54.1/pkg/oci/local_oci_store.go
--- old/inspektor-gadget-0.54.0/pkg/oci/local_oci_store.go 2026-07-06
12:47:31.000000000 +0200
+++ new/inspektor-gadget-0.54.1/pkg/oci/local_oci_store.go 2026-07-13
16:50:27.000000000 +0200
@@ -19,7 +19,6 @@
"fmt"
"os"
"path"
- "path/filepath"
"reflect"
"github.com/gofrs/flock"
@@ -38,8 +37,8 @@
// newLocalOciStore returns a localOciStore that is safe when executed
// concurrently, even from different processes.
func newLocalOciStore() (*localOciStore, error) {
- if err := os.MkdirAll(filepath.Dir(defaultOciStore), 0o700); err != nil
{
- return nil, err
+ if err := os.MkdirAll(defaultOciStore, 0o700); err != nil {
+ return nil, fmt.Errorf("creating oci store directory %q: %w",
defaultOciStore, err)
}
indexPath := path.Join(defaultOciStore, "index.json")
@@ -47,7 +46,9 @@
// lock the file before reading the index below
// RLock can't be used since we might create and init an empty index
file in oci.New()
- indexLock.Lock()
+ if err := indexLock.Lock(); err != nil {
+ return nil, fmt.Errorf("locking index file %q: %w",
indexLock.Path(), err)
+ }
defer indexLock.Unlock()
ociStore, err := oci.New(defaultOciStore)
@@ -70,7 +71,9 @@
}
func (o *localOciStore) saveIndexWithLock() error {
- o.indexFlock.Lock()
+ if err := o.indexFlock.Lock(); err != nil {
+ return fmt.Errorf("locking index file %q: %w",
o.indexFlock.Path(), err)
+ }
defer o.indexFlock.Unlock()
currentIndex, err := readIndexFile(o.indexPath)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/inspektor-gadget-0.54.0/tools/bench/Dockerfile
new/inspektor-gadget-0.54.1/tools/bench/Dockerfile
--- old/inspektor-gadget-0.54.0/tools/bench/Dockerfile 2026-07-06
12:47:31.000000000 +0200
+++ new/inspektor-gadget-0.54.1/tools/bench/Dockerfile 2026-07-13
16:50:27.000000000 +0200
@@ -1,4 +1,4 @@
-FROM --platform=${BUILDPLATFORM}
golang:1.26.4-alpine@sha256:f23e8b227fb4493eabe03bede4d5a32d04092da71962f1fb79b5f7d1e6c2a17f
AS builder
+FROM --platform=${BUILDPLATFORM}
golang:1.26.5-alpine@sha256:0178a641fbb4858c5f1b48e34bdaabe0350a330a1b1149aabd498d0699ff5fb2
AS builder
ARG TARGETARCH
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/inspektor-gadget-0.54.0/tools/dnstester/Dockerfile
new/inspektor-gadget-0.54.1/tools/dnstester/Dockerfile
--- old/inspektor-gadget-0.54.0/tools/dnstester/Dockerfile 2026-07-06
12:47:31.000000000 +0200
+++ new/inspektor-gadget-0.54.1/tools/dnstester/Dockerfile 2026-07-13
16:50:27.000000000 +0200
@@ -1,4 +1,4 @@
-FROM --platform=${BUILDPLATFORM}
golang:1.26.4-alpine@sha256:f23e8b227fb4493eabe03bede4d5a32d04092da71962f1fb79b5f7d1e6c2a17f
AS builder
+FROM --platform=${BUILDPLATFORM}
golang:1.26.5-alpine@sha256:0178a641fbb4858c5f1b48e34bdaabe0350a330a1b1149aabd498d0699ff5fb2
AS builder
ARG TARGETARCH
++++++ inspektor-gadget.obsinfo ++++++
--- /var/tmp/diff_new_pack.Y7DBnH/_old 2026-07-15 16:58:31.484871352 +0200
+++ /var/tmp/diff_new_pack.Y7DBnH/_new 2026-07-15 16:58:31.492871622 +0200
@@ -1,5 +1,5 @@
name: inspektor-gadget
-version: 0.54.0
-mtime: 1783334851
-commit: 0c733324b97dbbbe8d85b64ae93622a86fe7bf45
+version: 0.54.1
+mtime: 1783954227
+commit: f766e67244e990b3bc66c6ef2cc723ed9b3de126
++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/inspektor-gadget/vendor.tar.gz
/work/SRC/openSUSE:Factory/.inspektor-gadget.new.1991/vendor.tar.gz differ:
char 31, line 2