s/0.13/1.0/g

1.0 here we come!
This commit is contained in:
Michael Schurter
2020-10-14 15:17:47 -07:00
parent 116b2b8b35
commit f44c04ecd1
11 changed files with 23 additions and 22 deletions

View File

@@ -43,7 +43,7 @@ func validateTask(task *structs.Task, taskEnv *taskenv.TaskEnv, conf *config.Con
var mErr multierror.Error
// Validate the user
// COMPAT(0.13) uses inclusive language. blacklist is kept for backward compatilibity.
// COMPAT(1.0) uses inclusive language. blacklist is kept for backward compatilibity.
unallowedUsers := conf.ReadStringListAlternativeToMapDefault(
[]string{"user.denylist", "user.blacklist"},
config.DefaultUserDenylist,