Releases: loczek/nomad-ls
Releases · loczek/nomad-ls
v0.0.4
Changelog
- Added the ability to define and use references e.g.
var.image - Added the ability use expressions e.g.
strlen("hello") - Added all functions available in HCL
- Added
isOptionalfield to all of the attributes that were missing it - Added
mountblock in docker config (#7) - Added
nodeattributes exceptattrandmeta - Added
localsblock - Added
descriptionattribute to thevariableblock - Added
emulatorblock for theqemudriver - Added
machine_typeblock for theqemudriver - Added
validationblock tovariableblock - Added
log-levelflag to the language server - The
drive_interface,driverandtypeattributes now require literal values - Changed the
group,jobandvariablesto only allow one block - Updated the
providerattribute to only allow eitherconsulornomad - Fixed an issue where the
configlogging was a map and not a block (#8) - Fixed an issue where the
ulimitblock was defined as a map (#9) - Fixed the incorrect
argstype, now correctly defined as a list of strings
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Changelog
- Added formatting support
- Added support for the following blocks:
- Added
policiesattribute tovaultblock - Fixed issue where
countwas a string and not a number - Fixed issue where
serverswas defined asserver - Updated descriptions for
jobandvariableblocks
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Changelog
- Fix broken docs links
- Indent blocks based on nesting level
- Display types for attributes inside completion menu
- Display documentation for blocks and not just attributes
- Fix broken completions and hover information inside
job -> group -> task -> config - Added missing schemas for:
job -> group -> task -> resources -> devicejob -> group -> disconnect
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial release
Full Changelog: https://github.com/loczek/nomad-ls/commits/v0.0.1