Skip to content

Commit ef819b2

Browse files
committed
Update libvirt driver to 0.13.9
1 parent 6af4fb9 commit ef819b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/rpmbuild/Containerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream9
22
WORKDIR $APP_ROOT/src
33
RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \
44
https://github.com/crc-org/admin-helper/releases/download/v0.5.4/crc-admin-helper-0.5.4-1.el8.x86_64.rpm \
5-
https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.8/crc-driver-libvirt-0.13.8-1.el8.x86_64.rpm
5+
https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.9/crc-driver-libvirt-0.13.9-1.el8.x86_64.rpm
66
COPY . .
77
RUN mkdir -p ~/rpmbuild/SOURCES/ && \
88
git archive --format=tar --prefix=crc-__VERSION__-__OPENSHIFT_VERSION__/ HEAD | gzip >~/rpmbuild/SOURCES/crc-__VERSION__.tar.gz

pkg/crc/machine/libvirt/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
)
2222

2323
const (
24-
MachineDriverVersion = "0.13.8"
24+
MachineDriverVersion = "0.13.9"
2525
)
2626

2727
var (

0 commit comments

Comments
 (0)