Skip to content

Commit

Permalink
bump machine-driver-libvirt to 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath authored and praveenkumar committed Jul 14, 2022
1 parent e70651a commit 10885fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/rpmbuild/Containerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream8
WORKDIR $APP_ROOT/src
RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \
https://github.com/code-ready/admin-helper/releases/download/0.0.10/crc-admin-helper-0.0.10-1.el8.x86_64.rpm \
https://github.com/code-ready/machine-driver-libvirt/releases/download/0.13.2/crc-driver-libvirt-0.13.2-1.el8.x86_64.rpm
https://github.com/code-ready/machine-driver-libvirt/releases/download/0.13.3/crc-driver-libvirt-0.13.3-1.el8.x86_64.rpm
COPY . .
RUN mkdir -p ~/rpmbuild/SOURCES/ && \
git archive --format=tar --prefix=crc-__VERSION__-__OPENSHIFT_VERSION__/ HEAD | gzip >~/rpmbuild/SOURCES/crc-__VERSION__.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion pkg/crc/machine/libvirt/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (

const (
MachineDriverCommand = "crc-driver-libvirt"
MachineDriverVersion = "0.13.2"
MachineDriverVersion = "0.13.3"
)

var (
Expand Down

0 comments on commit 10885fa

Please sign in to comment.