Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Summary: Container native virtualization
Name: containerized-data-importer
Version: 1.55.0
Release: 11%{?dist}
Release: 12%{?dist}
License: ASL 2.0
Vendor: Microsoft Corporation
Distribution: Mariner
Expand Down Expand Up @@ -62,6 +62,7 @@ Controller for the data fetching service for VM container images
%package importer
Summary: Data fetching service
Group: System/Packages
Requires: nbdkit

%description importer
Data fetching service for VM container imagess
Expand Down Expand Up @@ -197,6 +198,9 @@ install -m 0644 _out/manifests/release/cdi-cr.yaml %{buildroot}%{_datadir}/cdi/m
%{_datadir}/cdi/manifests

%changelog
* Tue Jun 27 2023 Vince Perri <viperri@microsoft.com> - 1.55.0-12
- Add nbkdit as a dependency for the importer

* Thu Jun 15 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.55.0-11
- Bump release to rebuild with go 1.19.10

Expand Down