Sync from SUSE:ALP:Source:Standard:1.0 containerized-data-importer revision 4b141efb55b93b462f30ccb7afef77a7
This commit is contained in:
parent
cccf029999
commit
863c6bce99
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="filename">containerized-data-importer</param>
|
||||
<param name="revision">v1.58.0</param>
|
||||
<param name="revision">v1.60.1</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/kubevirt/containerized-data-importer</param>
|
||||
|
BIN
containerized-data-importer-1.58.0.tar.gz
(Stored with Git LFS)
BIN
containerized-data-importer-1.58.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
containerized-data-importer-1.60.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
containerized-data-importer-1.60.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 6 07:22:11 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Update to version 1.60.1
|
||||
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.60.1
|
||||
- Drop upstreamed patch
|
||||
0001-Bump-github.com-containers-image-v5-to-v5.30.1.patch
|
||||
- Add registry path for SLE15 SP7
|
||||
- Bump to the latest tag 1.60.1-150600.3.9.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 08:11:12 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Use the images based on SLE15 SP6 BCI
|
||||
- Bump to the latest tag 1.59.0-150600.3.6.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 06:45:02 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Update to version 1.59.0
|
||||
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.59.0
|
||||
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.58.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 11:19:43 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Bump github.com/containers/image/v5 (bsc#1224119, CVE-2024-3727)
|
||||
0001-Bump-github.com-containers-image-v5-to-v5.30.1.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 08:50:24 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%endif
|
||||
|
||||
Name: containerized-data-importer
|
||||
Version: 1.58.0
|
||||
Version: 1.60.1
|
||||
Release: 0
|
||||
Summary: Container native virtualization
|
||||
License: Apache-2.0
|
||||
@ -45,7 +45,7 @@ BuildRequires: libnbd-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: rsync
|
||||
BuildRequires: sed
|
||||
BuildRequires: golang(API) >= 1.20
|
||||
BuildRequires: golang(API) >= 1.22
|
||||
ExclusiveArch: %{_exclusive_arch}
|
||||
|
||||
%description
|
||||
@ -160,6 +160,11 @@ case "${distro}" in
|
||||
labelprefix=com.suse.kubevirt
|
||||
registry=registry.suse.com
|
||||
;;
|
||||
150700:0)
|
||||
tagprefix=suse/sles/15.7
|
||||
labelprefix=com.suse.kubevirt
|
||||
registry=registry.suse.com
|
||||
;;
|
||||
*:1)
|
||||
tagprefix=kubevirt
|
||||
labelprefix=org.opensuse.kubevirt
|
||||
@ -216,10 +221,10 @@ CGO_ENABLED=0 ./hack/build/build-go.sh build \
|
||||
tools/cdi-containerimage-server \
|
||||
%{nil}
|
||||
|
||||
# Note: the generated manifests will point to the images based on SLE15 SP5 BCI.
|
||||
# Note: the generated manifests will point to the images based on SLE15 SP6 BCI.
|
||||
env \
|
||||
DOCKER_PREFIX=registry.suse.com/suse/sles/15.5 \
|
||||
DOCKER_TAG=1.58.0-150500.6.9.1 \
|
||||
DOCKER_PREFIX=registry.suse.com/suse/sles/15.6 \
|
||||
DOCKER_TAG=1.60.1-150600.3.9.1 \
|
||||
./hack/build/build-manifests.sh
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user