Skip to content

v0.0.17

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 13:22
bab4b4c

macOS (x64)

  1. Download helm_ls_darwin_amd64
  2. Run ./helm_ls_darwin_amd64

macOS (ARM)

  1. Download helm_ls_darwin_arm64
  2. Run ./helm_ls_darwin_arm64

windows (x64)

  1. Download helm_ls_windows_amd64.exe
  2. Run ./helm_ls_windows_amd64.exe

Linux (x64)

  1. Download helm_ls_linux_amd64
  2. Run ./helm_ls_linux_amd64

Linux (ARM)

  1. Download helm_ls_linux_arm
  2. Run ./helm_ls_linux_arm

SHA256 Checksums

1fd40d5f971c7b58435e1f5177e5300a5893c6df2603747f35bdb4baad4a275f  helm_ls_linux_amd64/helm-ls
f7b1f55a7deaf7d6de98adf4b901f3d2bdaa6af95c2f7ad7cd1d946827008c85  helm_ls_darwin_amd64/helm-ls
1983db2ebef7c92c255fcf5866b01b2a342df08afbddc3e124d199372a6fcac2  helm_ls_darwin_arm64/helm-ls
2856c7a08f03c47df45b3185240ca5df72c16c559292513109bcc524b4fd748d  helm_ls_windows_amd64/helm-ls.exe
755678a5f183cd07e6e1eadb00e0687aaafe4eed03827ea9e0f77fe85870ae8f  helm_ls_linux_arm/helm-ls

What's Changed

  • feat: use helm as a library instead of copying code by @qvalentin in #77
  • feat: rework of lint/diagnostics
  • fix: diagnostics should now work on windows
  • fix: prevent panic on empty or unsupported template context by @qvalentin in #83

Full Changelog: v0.0.16...v0.0.17