Signed-off-by: Francis Laniel <flaniel@linux.microsoft.com>
This commit is contained in:
eiffel-fl 2024-07-12 10:41:40 +02:00 коммит произвёл GitHub
Родитель a858f84d25
Коммит d78265b5ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 10 добавлений и 6 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"Signatures": {
"ig-0.29.0-govendor-v1.tar.gz": "ec74b3fc6873dafbd233b72a6c7720292f11bb3d624e63229ef57fd7e911f845",
"ig-0.29.0.tar.gz": "08ecec97436322e0d74ac559ad210db125fe90e7c60cd11102b4a41da2b17286"
"ig-0.30.0-govendor-v1.tar.gz": "b2db05dc0389ef7a4456f3a04edc96d2c89c4c599e89db39ce3b0d14314d60e9",
"ig-0.30.0.tar.gz": "75422f8f8a596019724f65acaa5165c142d9c580334114b3f7a7f86c742ee198"
}
}

Просмотреть файл

@ -1,6 +1,6 @@
Summary: The eBPF tool and systems inspection framework for Kubernetes, containers and Linux hosts.
Name: ig
Version: 0.29.0
Version: 0.30.0
Release: 1%{?dist}
License: Apache 2.0 and GPL 2.0 for eBPF code
Vendor: Microsoft Corporation
@ -23,7 +23,7 @@ This package contains ig, the local CLI flavor of Inspektor Gadget.
%build
CGO_ENABLED=0 go build \
-ldflags "-X github.com/inspektor-gadget/inspektor-gadget/cmd/common.version=v%{version} \
-ldflags "-X github.com/inspektor-gadget/inspektor-gadget/internal/version.version=v%{version} \
-X github.com/inspektor-gadget/inspektor-gadget/cmd/common/image.builderImage=ghcr.io/inspektor-gadget/ebpf-builder:v%{version} \
-extldflags '-static'" \
-tags "netgo" \
@ -64,6 +64,10 @@ fi
%{_bindir}/ig
%changelog
* Mon Jul 01 2024 Francis Laniel <flaniel@linux.microsoft.com> - 0.30.0-1
- Bump to version 0.30.0
- Update how binary version is set while building
* Fri May 31 2024 Francis Laniel <flaniel@linux.microsoft.com> - 0.29.0-1
- Bump to version 0.29.0

Просмотреть файл

@ -7111,8 +7111,8 @@
"type": "other",
"other": {
"name": "ig",
"version": "0.29.0",
"downloadUrl": "https://github.com/inspektor-gadget/inspektor-gadget/archive/refs/tags/v0.29.0.tar.gz"
"version": "0.30.0",
"downloadUrl": "https://github.com/inspektor-gadget/inspektor-gadget/archive/refs/tags/v0.30.0.tar.gz"
}
}
},