Skip to content

v0.0.18

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 07:36
dd0ae6d

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

c989446fd7947990cab36fe2ac14b3bdd7d455616abe2a033f1d4e0b3eb619ba  helm_ls_linux_amd64/helm-ls
1786a21fb23550873abf572c24c23b0288c781c4c22a4333969f3c27a251e53b  helm_ls_darwin_amd64/helm-ls
90c1cdf848df46e66144ed45ea388d050c2b51e2754d5a250df0c422e4dec47c  helm_ls_darwin_arm64/helm-ls
1600b71b9192f92a53d563168fc22456a1e01ff8ff8cbe7c50a1273ebaaf8792  helm_ls_windows_amd64/helm-ls.exe
ee107c4593f911ca8a63904050271d3fe5264afd0d9be61c752b79204872bd2b  helm_ls_linux_arm/helm-ls

What's Changed

  • feat(symbol-table): read in template context with variables by @qvalentin in #85
  • feat: support values lookup for range on mapping by @qvalentin in #86
  • feat(symbol-table): add variables by @qvalentin in #88
  • feat(references): add variable references by @qvalentin in #88
  • feat(variables): add variables resolving to templatecontext by @qvalentin in #88

Full Changelog: v0.0.17...v0.0.18