Skip to content

Commit 247ddda

Browse files
committed
Fix issue with process hold on renaming kubectl with kuberlr
The fix was in upstream kuberlr and this pulls in the fix. Signed-off-by: Matt Farina <matt.farina@suse.com>
1 parent fe4fce7 commit 247ddda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/download/tools.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function findHome(onWindows) {
4646
}
4747

4848
async function downloadKuberlr(kubePlatform, destDir) {
49-
const kuberlrVersion = '0.4.0';
49+
const kuberlrVersion = '0.4.1';
5050
const baseURL = `https://github.com/flavio/kuberlr/releases/download/v${ kuberlrVersion }`;
5151
const platformDir = `kuberlr_${ kuberlrVersion }_${ kubePlatform }_amd64`;
5252
const archiveName = platformDir + (kubePlatform.startsWith('win') ? '.zip' : '.tar.gz');

0 commit comments

Comments
 (0)