Skip to content

Commit 3848ce8

Browse files
Raj-StepSecuritygithub-actions[bot]renovate[bot]jkroepke-automation[bot]
authored
chore: Cherry-picked changes from upstream (#48)
* chore: badges * chore(deps): update dependency helmfile/vals to v0.41.2 (#129) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jkroepke-automation[bot] <210774419+jkroepke-automation[bot]@users.noreply.github.com> * fix: apply code build script * fix: apply code build script --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jkroepke-automation[bot] <210774419+jkroepke-automation[bot]@users.noreply.github.com>
2 parents 31e58d0 + 5357415 commit 3848ce8

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[![CI](https://github.com/jkroepke/setup-vals/actions/workflows/ci.yml/badge.svg)](https://github.com/jkroepke/setup-vals/actions/workflows/ci.yml)
2-
[![GitHub license](https://img.shields.io/github/license/jkroepke/setup-vals)](https://github.com/jkroepke/setup-vals/blob/master/LICENSE)
3-
[![Current Release](https://img.shields.io/github/release/jkroepke/setup-vals.svg?logo=github)](https://github.com/jkroepke/setup-vals/releases/latest)
2+
[![GitHub license](https://img.shields.io/github/license/jkroepke/setup-vals?style=flat&logo=github)](https://github.com/jkroepke/setup-vals/blob/master/LICENSE)
3+
[![Current Release](https://img.shields.io/github/release/jkroepke/setup-vals.svg?style=flat&logo=github)](https://github.com/jkroepke/setup-vals/releases/latest)
44
[![GitHub Repo stars](https://img.shields.io/github/stars/jkroepke/setup-vals?style=flat&logo=github)](https://github.com/jkroepke/setup-vals/stargazers)
5+
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
56

67
# Setup vals
78

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32483,7 +32483,7 @@ var semverExports = requireSemver();
3248332483
const toolName = 'vals';
3248432484
const githubRepository = 'helmfile/vals';
3248532485
// renovate: github=helmfile/vals
32486-
const defaultVersion = 'v0.41.1';
32486+
const defaultVersion = 'v0.41.2';
3248732487
function binaryName(version, os, arch) {
3248832488
version = semverExports.clean(version) || version;
3248932489
return `${toolName}_${version}_${os}_${arch}.tar.gz`;

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const toolName = 'vals'
55
export const githubRepository = 'helmfile/vals'
66

77
// renovate: github=helmfile/vals
8-
export const defaultVersion = 'v0.41.1'
8+
export const defaultVersion = 'v0.41.2'
99

1010
export function binaryName(version: string, os: string, arch: string): string {
1111
version = clean(version) || version

0 commit comments

Comments
 (0)