Skip to content

Releases: softleader/helm-run

1.8.0

21 Sep 02:53
Compare
Choose a tag to compare

supports windows path style when running --local command

# 指令實際上是跑在 container 中, 所以原本需要給的是 unix 的 path style
# 但這樣會讓 windows 使用者不能直接按 tab 往下打指令, 較不方便
helm run -lm project/jasmine/package

# 1.8 版後會主動轉換成 unix path style, 所以打反斜線也可以支援
helm run -lm project\jasmine\package

1.7.0

11 Sep 06:17
Compare
Choose a tag to compare

change flag --always-pull-image to --update-image and add a shorthand -U for it

1.6.0

04 Sep 10:06
Compare
Choose a tag to compare

add --token for private repositories

1.5.0

04 Sep 04:33
Compare
Choose a tag to compare

add --make supports

1.4.0

03 Sep 07:00
Compare
Choose a tag to compare
add shorten flag

1.3.0

03 Sep 03:45
Compare
Choose a tag to compare

add --dos2unix flag as default true

1.2.0

13 Aug 16:15
Compare
Choose a tag to compare

add many flags to fully control container, hopes for debug easily :)

1.1.0

13 Aug 07:36
Compare
Choose a tag to compare
fix import typo

1.0.0

13 Aug 05:26
Compare
Choose a tag to compare
update