Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ig: Bump to v0.37.0. #12202

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 0 additions & 63 deletions SPECS/ig/CVE-2024-45338.patch

This file was deleted.

6 changes: 3 additions & 3 deletions SPECS/ig/ig.signatures.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Signatures": {
"ig-0.32.0-govendor-v1.tar.gz": "daeb58510a1796dd76a78ac61c421630a61f5589f0ee3f35949500d731edb7bd",
"ig-0.32.0.tar.gz": "f0d0840974d4f2c724824949a8ec3fb0eeac6945a730f84345382824e4c49c4d"
"ig-0.37.0-govendor-v1.tar.gz": "bc05262d7dc5a4585e8d9f8cac81577046312d5a7361c57c8280b826b81196ba",
"ig-0.37.0.tar.gz": "dde011c72ac3ccd4943b58bd9d240dcd6311c82a6c89904ecb77b86f727fe420"
}
}
}
11 changes: 7 additions & 4 deletions SPECS/ig/ig.spec
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
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.37.0
Release: 1%{?dist}
License: Apache 2.0 and GPL 2.0 for eBPF code
Vendor: Microsoft Corporation
Distribution: Azure Linux
Group: Tools/Container
URL: https://github.com/inspektor-gadget/inspektor-gadget
Source0: https://github.com/inspektor-gadget/inspektor-gadget/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: %{name}-%{version}-govendor-v1.tar.gz
Patch0: CVE-2024-45338.patch
BuildRequires: golang < 1.23
BuildRequires: golang >= 1.23
eiffel-fl marked this conversation as resolved.
Show resolved Hide resolved


%description
Expand Down Expand Up @@ -66,6 +65,10 @@ fi
%{_bindir}/ig

%changelog
* Mon Feb 03 2025 Francis Laniel <[email protected]> - 0.37.0-1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Build: PR-12202

- Bump to version 0.37.0
- Drop patch for CVE-2024-45338 as it was fixed in golang.org/x/net 0.33.0 and ig uses 0.34.0.

* Tue Dec 31 2024 Rohit Rawat <[email protected]> - 0.32.0-3
- Add patch for CVE-2024-45338

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.37.0",
"downloadUrl": "https://github.com/inspektor-gadget/inspektor-gadget/archive/refs/tags/v0.37.0.tar.gz"
}
}
},
Expand Down
Loading