Rename changelog filename and update version to Argon

This commit is contained in:
Megan Wilhite 2022-12-02 13:36:29 -07:00
parent 7cb968a8cd
commit b7da9d2ef2
3 changed files with 3 additions and 2 deletions

View file

@ -1 +0,0 @@
renamed `keep_jobs`, specifying job cache TTL in hours, to `keep_jobs_seconds`, specifying TTL in seconds

View file

@ -0,0 +1,2 @@
renamed `keep_jobs`, specifying job cache TTL in hours, to `keep_jobs_seconds`, specifying TTL in seconds.
`keep_jobs` will be removed in the Argon release

View file

@ -192,7 +192,7 @@ def get_keep_jobs_seconds(opts):
keep_jobs = opts.get("keep_jobs", 24)
if keep_jobs_seconds == 86400 and keep_jobs != 24:
salt.utils.versions.warn_until(
"Chlorine",
"Argon",
"The 'keep_jobs' option has been deprecated and replaced with "
"'keep_jobs_seconds'.",
)