Skip to content

Commit 8f910e3

Browse files
chore(release): update versions to 1.5.2 [skip ci]
1 parent df09a34 commit 8f910e3

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This fits multiple use cases:
1818

1919
Use `helm` CLI to install this plugin:
2020

21-
helm plugin install https://github.com/aslafy-z/helm-git --version 1.5.1
21+
helm plugin install https://github.com/aslafy-z/helm-git --version 1.5.2
2222

2323
To use the plugin, you only need `git`. If you want to build the plugin from source, or you want to contribute
2424
to the plugin, please see [these instructions](.github/CONTRIBUTING.md).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "helm-git",
33
"private": true,
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"description": "npm tooling for helm-git Helm downloader plugin",
66
"scripts": {
77
"test": "bats --print-output-on-failure tests/*-*.bats",

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "helm-git"
2-
version: "1.5.1"
2+
version: "1.5.2"
33
description: |-
44
Get non-packaged Charts directly from Git.
55
downloaders:

0 commit comments

Comments
 (0)