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