From 6b010ad7f0640aad130a82148052887d91a5c390 Mon Sep 17 00:00:00 2001 From: Francis Laniel Date: Mon, 7 Oct 2024 10:50:03 +0200 Subject: [PATCH] ig: Bump to v0.35.0. Changelog: https://github.com/inspektor-gadget/inspektor-gadget/releases/tag/v0.35.0 Signed-off-by: Francis Laniel --- SPECS/ig/ig.signatures.json | 6 +++--- SPECS/ig/ig.spec | 7 +++++-- cgmanifest.json | 4 ++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/SPECS/ig/ig.signatures.json b/SPECS/ig/ig.signatures.json index 89c9aa98341..6d4a8d248a0 100644 --- a/SPECS/ig/ig.signatures.json +++ b/SPECS/ig/ig.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "ig-0.32.0-govendor-v1.tar.gz": "daeb58510a1796dd76a78ac61c421630a61f5589f0ee3f35949500d731edb7bd", - "ig-0.32.0.tar.gz": "f0d0840974d4f2c724824949a8ec3fb0eeac6945a730f84345382824e4c49c4d" + "ig-0.35.0-govendor-v1.tar.gz": "6cc5bedd01d94dd53a28a76c68b7194f0ddfce8ceaac5e29d2af94e11c909053", + "ig-0.35.0.tar.gz": "8b9bb87467a0bcba4192e96c731e2235f9dee82dfdd0bebc9dce9f2b7624c02c" } -} \ No newline at end of file +} diff --git a/SPECS/ig/ig.spec b/SPECS/ig/ig.spec index 936193ec7bb..fcba50cd911 100644 --- a/SPECS/ig/ig.spec +++ b/SPECS/ig/ig.spec @@ -1,7 +1,7 @@ Summary: The eBPF tool and systems inspection framework for Kubernetes, containers and Linux hosts. Name: ig -Version: 0.32.0 -Release: 2%{?dist} +Version: 0.35.0 +Release: 1%{?dist} License: Apache 2.0 and GPL 2.0 for eBPF code Vendor: Microsoft Corporation Distribution: Azure Linux @@ -64,6 +64,9 @@ fi %{_bindir}/ig %changelog +* Tue Dec 02 2024 Francis Laniel - 0.35.0-1 +- Bump to version 0.35.0 + * Tue Oct 15 2024 Muhammad Falak - 0.32.0-2 - Pin golang version to <= 1.22 diff --git a/cgmanifest.json b/cgmanifest.json index c275a93d590..0d44c2fcec0 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -7141,8 +7141,8 @@ "type": "other", "other": { "name": "ig", - "version": "0.32.0", - "downloadUrl": "https://github.com/inspektor-gadget/inspektor-gadget/archive/refs/tags/v0.32.0.tar.gz" + "version": "0.35.0", + "downloadUrl": "https://github.com/inspektor-gadget/inspektor-gadget/archive/refs/tags/v0.35.0.tar.gz" } } },