We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfe107 commit bded929Copy full SHA for bded929
dist/index.js
@@ -32548,7 +32548,7 @@ var semverExports = requireSemver();
32548
const toolName = 'vals';
32549
const githubRepository = 'helmfile/vals';
32550
// renovate: github=helmfile/vals
32551
-const defaultVersion = 'v0.42.4';
+const defaultVersion = 'v0.42.5';
32552
function binaryName(version, os, arch) {
32553
version = semverExports.clean(version) || version;
32554
return `${toolName}_${version}_${os}_${arch}.tar.gz`;
0 commit comments