0.0.1-techpreview2 (February 07, 2022)
FEATURES:
-
Run Pack from Folder - Nomad Pack can run and render packs stored in the current folder. For example, if the current folder
contains a pack namedsimple-service, you can run it usingnomad-pack run ./simple-service. -
Set Nomad Pack variables using environment variables - Pack reads the
environment for variables prefixed withNOMAD_PACK_VAR_and supplies them to
the running pack.
BUG FIXES:
- template: Handle HEREDOC delimiter immediately before EOF [GH-191]
- cli: display API client errors in CLI output [GH-183]
- cli: add flags to
infocommand help output [GH-200] - cli: fix panic from bad registry metadata [GH-202]
IMPROVEMENTS:
- cache: Moved the pack registry cache to the platform-specific user cache directory [GH-172]
- cli: Don't build pack registry cache during the
versioncommand [GH-128] - cli: Support Nomad ACLs and mTLS configuration [GH-177, GH-205]
- cli/plan: Run template canonicalization before planning to fix diffs [GH-181]
- dependencies: Removed direct import of Nomad code base [GH-157]
- template: Added
toStringListfunction [GH-136] - template: Update Sprig library to v3 [GH-197]