forked from pool/containerized-data-importer
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
0b5bdcb393 | |||
2cf8bd862f | |||
8e58a6fdbe | |||
06e231f05d | |||
441d50581b | |||
37b3280ed4 | |||
|
155c21a60c |
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.60.3</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.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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e2407667367e45d90fc95796c6e448381fd32244cbf1846eb8e1ef8138ef940
|
||||
size 224296721
|
@@ -1,27 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 11:27:16 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Update to version 1.60.3
|
||||
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.60.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 07:17:57 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Update to version 1.60.2
|
||||
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.60.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 07:45:49 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 07:42:25 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
Wed Jul 31 07:16:14 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Add registry path for SLE15 SP7
|
||||
- Use the images based on SLE15 SP6 BCI: 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>
|
||||
@@ -30,16 +27,10 @@ Tue May 14 11:19:43 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
0001-Bump-github.com-containers-image-v5-to-v5.30.1.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 07:53:06 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
Mon Feb 12 08:50:24 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 12:29:50 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
||||
- Update to version 1.58.1
|
||||
Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.58.1
|
||||
- Overwrite container image references in the manifests: use the images
|
||||
based on SLE15 SP5 BCI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 09:54:01 UTC 2024 - Vasily Ulyanov <vasily.ulyanov@suse.com>
|
||||
|
@@ -30,7 +30,7 @@
|
||||
%endif
|
||||
|
||||
Name: containerized-data-importer
|
||||
Version: 1.60.3
|
||||
Version: 1.60.1
|
||||
Release: 0
|
||||
Summary: Container native virtualization
|
||||
License: Apache-2.0
|
||||
@@ -221,7 +221,11 @@ CGO_ENABLED=0 ./hack/build/build-go.sh build \
|
||||
tools/cdi-containerimage-server \
|
||||
%{nil}
|
||||
|
||||
env DOCKER_PREFIX=$reg_path DOCKER_TAG=%{version}-%{release} ./hack/build/build-manifests.sh
|
||||
# Note: the generated manifests will point to the images based on SLE15 SP6 BCI.
|
||||
env \
|
||||
DOCKER_PREFIX=registry.suse.com/suse/sles/15.6 \
|
||||
DOCKER_TAG=1.60.1-150600.3.9.1 \
|
||||
./hack/build/build-manifests.sh
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
|
Reference in New Issue
Block a user