github mrjosh/helm-ls v0.0.10

latest releases: master, v0.5.4, v0.5.3...
2 years ago

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

83eda53f07d5cda426723dbde918613900b78aae55a339f6b8898ac6ab45159b  helm_ls_linux_amd64/helm-ls
4b0fba955403ce4b4863edd6829a13cc1e72c6724b6973c69f6fed3b50d1a074  helm_ls_darwin_amd64/helm-ls
b3790aabf3dd5a0ba6ea918a2b122dad435d2f72a5a65d256204aef068fbdf53  helm_ls_darwin_arm64/helm-ls
a532533450a8d51186a7e144f306e28e8f097baa999b2c03e92e1d69e31e672f  helm_ls_windows_amd64/helm-ls.exe
e1a2e12ec9e3e8c099acf9aaf06b0794def853119d32ac0953d3dca1fd7b3470  helm_ls_linux_arm/helm-ls

What's Changed

  • Some fixes for completions in #57
  • Helm-ls can now be installed using homebrew
  • You can now open a directory with multiple charts in your editor and use helm-ls for each one
  • Subcharts are now supported for go-to-definition, hover and completion (fixes: #46)
  • Multiple values files (e.g. for different environments) are now supported and you can also configure them (fixes #47)
  • Helm-ls now works on Windows (fixes #30)
  • The default config set the schema for Yamlls to kubernetes only for files in the templates directory, this way you can use some yamlls features for helmfiles (see #27)
  • Changes of the values files are now reloaded in helm-ls (for neovim, please make sure to update nvim-lspconfig to include neovim/nvim-lspconfig#2992)

Full Changelog: v0.0.9...v0.0.10

Don't miss a new helm-ls release

NewReleases is sending notifications on new releases.