mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* fix: when parsing hcl durations, check for nil values and fail validation if present * docs: add changelog * style: remove unnecesary function
4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
```release-note:bug
|
|
hcl: Avoid panics by checking null values on durations
|
|
```
|