-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify generate script and helm package to use new format
- Loading branch information
1 parent
32428ae
commit e437525
Showing
3 changed files
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"helm-3.15.2-vendor.tar.gz": "b7b805732765d0976a0cc9e37ba4ce1c0a92a03c6c6257330ebfd50f860896dc", | ||
"helm-3.15.2-govendor-v1.tar.gz": "b7b805732765d0976a0cc9e37ba4ce1c0a92a03c6c6257330ebfd50f860896dc", | ||
"helm-3.15.2.tar.gz": "c26b74f855cd403183729f24be5a60ed6ed018d2855f0d9caf99cacb127f34b2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Name: helm | ||
Version: 3.15.2 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
Summary: The Kubernetes Package Manager | ||
Group: Applications/Networking | ||
License: Apache 2.0 | ||
|
@@ -23,7 +23,7 @@ Source0: https://github.com/helm/helm/archive/refs/tags/v%{version}.tar.gz | |
# --pax-option=exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime \ | ||
# -cf %%{name}-%%{version}-vendor.tar.gz vendor | ||
# | ||
Source1: %{name}-%{version}-vendor.tar.gz | ||
Source1: %{name}-%{version}-govendor-v1.tar.gz | ||
Patch0: CVE-2024-45338.patch | ||
BuildRequires: golang | ||
|
||
|
@@ -55,6 +55,9 @@ install -m 755 ./helm %{buildroot}%{_bindir} | |
go test -v ./cmd/helm | ||
|
||
%changelog | ||
* Wed Jan 29 2025 Mykhailo Bykhovtsev <[email protected]> - 3.15.2-3 | ||
- Change vendor naming convention to match other go packages. | ||
|
||
* Tue Dec 31 2024 Rohit Rawat <[email protected]> - 3.15.2-2 | ||
- Add patch for CVE-2024-45338 | ||
|
||
|