mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
s/0.13/1.0/g
1.0 here we come!
This commit is contained in:
@@ -311,7 +311,8 @@ type ClientTemplateConfig struct {
|
||||
// are unsafe because they expose information from the client host.
|
||||
FunctionDenylist []string `hcl:"function_denylist"`
|
||||
|
||||
// Deprecated: COMPAT(0.13) consul-template uses inclusive language from v0.25.0 - function_blacklist is kept for compatibility
|
||||
// Deprecated: COMPAT(1.0) consul-template uses inclusive language from
|
||||
// v0.25.0 - function_blacklist is kept for compatibility
|
||||
FunctionBlacklist []string `hcl:"function_blacklist"`
|
||||
|
||||
// DisableSandbox allows templates to access arbitrary files on the
|
||||
|
||||
Reference in New Issue
Block a user