[AUTOPATCHER-CORE] Upgrade multus to 4.0.2 none (#9482)
This commit is contained in:
Родитель
a4d10009db
Коммит
255dc95912
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"multus-3.8.tar.gz": "8c66599aa906404a6f4edf3c6e003f2e5f3da4ca6c210a571faf251487e2ad65"
|
||||
}
|
||||
}
|
||||
"Signatures": {
|
||||
"multus-4.0.2.tar.gz": "feeb117d805a254bdf15d2854c7b6939a92458aadbfb25f3ea40542d6775e34b"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
Summary: CNI plugin providing multiple interfaces in containers
|
||||
Name: multus
|
||||
Version: 3.8
|
||||
Release: 13%{?dist}
|
||||
Version: 4.0.2
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Azure Linux
|
||||
|
@ -54,15 +54,14 @@ containers in a Kubernetes cluster.
|
|||
VERSION=%{version} COMMIT=%{commit} ./hack/build-go.sh
|
||||
|
||||
%install
|
||||
install -D -m0755 bin/multus %{buildroot}%{_bindir}/multus
|
||||
install -D -m0755 images/entrypoint.sh %{buildroot}%{_bindir}/multus-entrypoint
|
||||
install -D -m0644 images/multus-daemonset-crio.yml %{buildroot}%{_datadir}/k8s-yaml/multus/multus.yaml
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -pm 0755 bin/* %{buildroot}%{_bindir}
|
||||
install -D -m0644 deployments/multus-daemonset-crio.yml %{buildroot}%{_datadir}/k8s-yaml/multus/multus.yaml
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/multus
|
||||
%{_bindir}/multus-entrypoint
|
||||
%{_bindir}/*
|
||||
|
||||
%files k8s-yaml
|
||||
%dir %{_datarootdir}/k8s-yaml
|
||||
|
@ -70,6 +69,9 @@ install -D -m0644 images/multus-daemonset-crio.yml %{buildroot}%{_datadir}/k8s-y
|
|||
%{_datarootdir}/k8s-yaml/multus/multus.yaml
|
||||
|
||||
%changelog
|
||||
* Mon Jun 24 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 4.0.2-1
|
||||
- Auto-upgrade to 4.0.2 - upgrade to 4.0.2
|
||||
|
||||
* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 3.8-13
|
||||
- Bump release to rebuild with go 1.20.10
|
||||
|
||||
|
|
|
@ -13472,8 +13472,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "multus",
|
||||
"version": "3.8",
|
||||
"downloadUrl": "https://github.com/k8snetworkplumbingwg/multus-cni/archive/refs/tags/v3.8.tar.gz"
|
||||
"version": "4.0.2",
|
||||
"downloadUrl": "https://github.com/k8snetworkplumbingwg/multus-cni/archive/refs/tags/v4.0.2.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче