From e52f7467742769d4c20280b16beef4d73895e02b Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Thu, 20 Jun 2024 15:55:45 +0530 Subject: [PATCH] update admin-helper to v0.5.4 --- images/rpmbuild/Containerfile.in | 2 +- pkg/crc/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/rpmbuild/Containerfile.in b/images/rpmbuild/Containerfile.in index 21e3ab53fc..a8173b7901 100644 --- a/images/rpmbuild/Containerfile.in +++ b/images/rpmbuild/Containerfile.in @@ -1,7 +1,7 @@ FROM quay.io/centos/centos:stream9 WORKDIR $APP_ROOT/src RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \ - https://github.com/crc-org/admin-helper/releases/download/v0.5.2/crc-admin-helper-0.5.2-1.el8.x86_64.rpm \ + https://github.com/crc-org/admin-helper/releases/download/v0.5.4/crc-admin-helper-0.5.4-1.el8.x86_64.rpm \ https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.8/crc-driver-libvirt-0.13.8-1.el8.x86_64.rpm COPY . . RUN mkdir -p ~/rpmbuild/SOURCES/ && \ diff --git a/pkg/crc/version/version.go b/pkg/crc/version/version.go index 223b24cd07..2a61029c55 100644 --- a/pkg/crc/version/version.go +++ b/pkg/crc/version/version.go @@ -32,7 +32,7 @@ var ( ) const ( - crcAdminHelperVersion = "0.5.2" + crcAdminHelperVersion = "0.5.4" win32BackgroundLauncherVersion = "0.0.0.1" )