From 3112f52a202bacb1769faeabf1df41e9d9584453 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.36.0. Changelog: https://github.com/inspektor-gadget/inspektor-gadget/releases/tag/v0.36.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..923100551bd 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.36.0-govendor-v1.tar.gz": "1dbe68b47259e95d3e4ef05b3e27d91e79b4bcbd06845182337b25c775f6c02f", + "ig-0.36.0.tar.gz": "e8da8a508c5db05d3c3d117b340d414df375f0044a25f8d34ef4dda1f3c6d7f1" } -} \ No newline at end of file +} diff --git a/SPECS/ig/ig.spec b/SPECS/ig/ig.spec index 53ef0198d66..0a750e118df 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: 3%{?dist} +Version: 0.36.0 +Release: 1%{?dist} License: Apache 2.0 and GPL 2.0 for eBPF code Vendor: Microsoft Corporation Distribution: Azure Linux @@ -66,6 +66,9 @@ fi %{_bindir}/ig %changelog +* Mon Jan 06 2025 Francis Laniel - 0.36.0-1 +- Bump to version 0.36.0 + * Tue Dec 31 2024 Rohit Rawat - 0.32.0-3 - Add patch for CVE-2024-45338 diff --git a/cgmanifest.json b/cgmanifest.json index 8e50cb52bdc..c659db8e768 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -7171,8 +7171,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.36.0", + "downloadUrl": "https://github.com/inspektor-gadget/inspektor-gadget/archive/refs/tags/v0.36.0.tar.gz" } } },